From 91453b9b68e36a039fdf336e8b60dcd906b4a8a7 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 31 Jul 2004 20:23:59 +0000 Subject: define DEPENDS independently of IPKG_INSTALL, so rootfs_ipk.oeclass can append to the latter safely. BKrev: 410bffdfOiuIlHEUQqpFXT22rXVxCQ --- meta/bootstrap-image.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/bootstrap-image.oe') 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 -- cgit v1.2.3