diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-12 22:40:09 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-12 22:40:09 +0000 |
commit | f0c6a499831bdeb3b3ad49f57696464a13af6311 (patch) | |
tree | 53e817f15d9007906926c1bcabfaee8cb3fd7286 /classes/wrt-image.bbclass | |
parent | 9275be14b544aea8fd376a6602d21669404c5093 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/12 23:43:23+02:00 (none)!br1
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/src/build/unstable.wrt/openembedded
2005/06/12 23:42:45+02:00 (none)!br1
fixing wrt-image.bbclass and wrt54.conf DEPENDS with funny python syntax
BKrev: 42acb9c9k4Ubl1K4XdonutrYBFf7QQ
Diffstat (limited to 'classes/wrt-image.bbclass')
-rw-r--r-- | classes/wrt-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/wrt-image.bbclass b/classes/wrt-image.bbclass index f6ca5bcb19..f8ecce320b 100644 --- a/classes/wrt-image.bbclass +++ b/classes/wrt-image.bbclass @@ -31,4 +31,4 @@ wrt_create_images() { IMAGE_POSTPROCESS_COMMAND += "wrt_create_images;" -DEPENDS += "wrt-imagetools"
\ No newline at end of file +DEPENDS_prepend = "${@["wrt-imagetools-native ", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}"
\ No newline at end of file |