diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-21 09:38:41 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-21 09:38:41 +0000 |
commit | 831cf524fca592d8e4b7df033c0e13859d82b9ae (patch) | |
tree | 5b92b60309c21593d388ade078c0428b9f61923d /meta/packages/images | |
parent | 37f3bbaa41ac01523d44b7c4eb3345e6a31e43c7 (diff) | |
download | poky-831cf524fca592d8e4b7df033c0e13859d82b9ae.tar.gz |
poky-image-minimal: Fix IMAGE_INSTALL
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4519 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
-rw-r--r-- | meta/packages/images/poky-image-minimal.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/images/poky-image-minimal.bb b/meta/packages/images/poky-image-minimal.bb index e178692915..d741e03ac6 100644 --- a/meta/packages/images/poky-image-minimal.bb +++ b/meta/packages/images/poky-image-minimal.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | IMAGE_INSTALL = "task-poky-boot package-management" | 4 | IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}" |
5 | 5 | ||
6 | IMAGE_LINGUAS = " " | 6 | IMAGE_LINGUAS = " " |
7 | 7 | ||