define DEPENDS independently of IPKG_INSTALL, so rootfs_ipk.oeclass can append to...
authorPhil Blundell <philb@gnu.org>
Sat, 31 Jul 2004 20:23:59 +0000 (20:23 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 31 Jul 2004 20:23:59 +0000 (20:23 +0000)
BKrev: 410bffdfOiuIlHEUQqpFXT22rXVxCQ

meta/bootstrap-image.oe

index 07e1d99..cd13145 100644 (file)
@@ -2,6 +2,6 @@ export IMAGE_BASENAME = "bootstrap-image"
 
 export IPKG_INSTALL = "task-bootstrap"
 
-DEPENDS = "${IPKG_INSTALL}"
+DEPENDS = "task-bootstrap"
 
 inherit image_ipk