[oe-commits] org.oe.dev slugos-image: Fixed missing change to SLUGOS_FLASH_IMAGE

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Dec 27 22:05:50 UTC 2006


slugos-image: Fixed missing change to SLUGOS_FLASH_IMAGE

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 634b0214148424e84159707c395801ad41e82725
ViewMTN: http://monotone.openembedded.org/revision.psp?id=634b0214148424e84159707c395801ad41e82725
Files:
1
packages/images/slugos-image.bb
Diffs:

#
# mt diff -r55c211eeea062bae0ddabf49b85ecec1bb363f48 -r634b0214148424e84159707c395801ad41e82725
#
# 
# 
# patch "packages/images/slugos-image.bb"
#  from [e11d42dbec781c60f4b5e7a463932cb9a58665eb]
#    to [f7611e43c3766fc5aac1abccd4d6d048545853ab]
# 
============================================================
--- packages/images/slugos-image.bb	e11d42dbec781c60f4b5e7a463932cb9a58665eb
+++ packages/images/slugos-image.bb	f7611e43c3766fc5aac1abccd4d6d048545853ab
@@ -112,7 +112,7 @@ PACK_IMAGE += "${@['', 'slugos_pack_imag
 # it is a bad idea to produce flash images without a valid RedBoot - that allows
 # an innocent user upgrade attempt to instantly brick the NSLU2.
 PACK_IMAGE += "${@['', 'slugos_pack_image;'][bb.data.getVar('SLUGOS_FLASH_IMAGE', d, 1) == '1']}"
-PACK_IMAGE_DEPENDS += "${@['', 'slugimage-native nslu2-linksys-firmware apex ixp4xx-npe'][bb.data.getVar('SLUGOS_FLASH_IMAGE', d, 1) == 'nslu2']}"
+PACK_IMAGE_DEPENDS += "${@['', 'slugimage-native nslu2-linksys-firmware apex ixp4xx-npe'][bb.data.getVar('SLUGOS_FLASH_IMAGE', d, 1) == '1']}"
 
 NSLU2_SLUGIMAGE_ARGS ?= ""
 






More information about the Openembedded-commits mailing list