Skip to content

Commit

Permalink
[openaaf] update image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain committed Dec 27, 2012
1 parent a4df225 commit eb87526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-distros/openaaf/image/openaaf-version-info.bb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do_install() {
echo "build_type=${BUILDTYPE}" >> ${D}/etc/image-version
echo "version=${IMAGE_VERSION}" >> ${D}/etc/image-version
echo "build=${BUILD_VERSION}" >> ${D}/etc/image-version
if [ "${MACHINE}" = "vusolo" -o "${MACHINE}" = "vuduo" -o "${MACHINE}" = "vuuno" -o "${MACHINE}" = "vuultimo" ]; then
if [ "${MACHINE}" = "vusolo" -o "${MACHINE}" = "vuduo" -o "${MACHINE}" = "vusolo2" -o "${MACHINE}" = "vuduo2" -o "${MACHINE}" = "vuuno" -o "${MACHINE}" = "vuultimo" ]; then
DRIVERS=`grep "SRCDATE = " ${OE-ALLIANCE_BASE}/meta-oe-alliance/recipes-bsp/vuplus/vuplus-dvb-modules-${MACHINE}.bb | cut -b 12-19`
elif [ "${MACHINE}" = "et4x00" -o "${MACHINE}" = "et5x00" -o "${MACHINE}" = "et6x00" -o "${MACHINE}" = "et9x00" ]; then
DRIVERS=`grep "SRCDATE = " ${OE-ALLIANCE_BASE}/meta-oe-alliance/recipes-bsp/etxx00/et-dvb-modules-${MACHINE}.bb | cut -b 12-19`
Expand Down

0 comments on commit eb87526

Please sign in to comment.