From: Michael Lauer Date: Sat, 8 May 2004 23:52:56 +0000 (+0000) Subject: define DEPENDS in terms of IPKG_INSTALL, not vice versa - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19274 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e79d8037604b284e6662d0245ef9dc3bec2976e;p=openembedded.git define DEPENDS in terms of IPKG_INSTALL, not vice versa - patch courtesy pb_. BKrev: 409d72d8DRrctp0kzKnvRZXy5k8SKw --- diff --git a/meta/bootstrap-image.oe b/meta/bootstrap-image.oe index e69de29bb2..07e1d994bc 100644 --- a/meta/bootstrap-image.oe +++ b/meta/bootstrap-image.oe @@ -0,0 +1,7 @@ +export IMAGE_BASENAME = "bootstrap-image" + +export IPKG_INSTALL = "task-bootstrap" + +DEPENDS = "${IPKG_INSTALL}" + +inherit image_ipk