diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 20:23:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 20:23:59 +0000 |
commit | 91453b9b68e36a039fdf336e8b60dcd906b4a8a7 (patch) | |
tree | 6d7eb338471420758926ca758df6b0dfff6ab105 /meta | |
parent | dd73ae60c32d38419bc448e716678d7f604f2316 (diff) |
define DEPENDS independently of IPKG_INSTALL, so rootfs_ipk.oeclass can append to the latter safely.
BKrev: 410bffdfOiuIlHEUQqpFXT22rXVxCQ
Diffstat (limited to 'meta')
-rw-r--r-- | meta/bootstrap-image.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 |