From: Phil Blundell Date: Sat, 31 Jul 2004 20:23:59 +0000 (+0000) Subject: define DEPENDS independently of IPKG_INSTALL, so rootfs_ipk.oeclass can append to... X-Git-Tag: Release-2010-05/1~17925 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91453b9b68e36a039fdf336e8b60dcd906b4a8a7;p=openembedded.git define DEPENDS independently of IPKG_INSTALL, so rootfs_ipk.oeclass can append to the latter safely. BKrev: 410bffdfOiuIlHEUQqpFXT22rXVxCQ --- diff --git a/meta/bootstrap-image.oe b/meta/bootstrap-image.oe index 07e1d994bc..cd1314533b 100644 --- a/meta/bootstrap-image.oe +++ b/meta/bootstrap-image.oe @@ -2,6 +2,6 @@ export IMAGE_BASENAME = "bootstrap-image" export IPKG_INSTALL = "task-bootstrap" -DEPENDS = "${IPKG_INSTALL}" +DEPENDS = "task-bootstrap" inherit image_ipk