diff options
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 |