diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-31 19:53:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-03 15:56:32 +0000 |
commit | 7b361250977edaa345d48ec22052db91265997d9 (patch) | |
tree | 3375d149d327f37889d2d10642bcd7daa3aa2434 | |
parent | 31f34914dbc00744ae32f3c671d429dedaea7ae6 (diff) | |
download | poky-7b361250977edaa345d48ec22052db91265997d9.tar.gz |
self-hosted-image: add package management for correct installation
(From OE-Core rev: 6ac8940f9d328afccd0176ae7c33053c3e565aca)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 111c0574d6..5029ac2fbb 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb | |||
@@ -4,7 +4,7 @@ POKY_EXTRA_INSTALL = "\ | |||
4 | task-self-hosted \ | 4 | task-self-hosted \ |
5 | " | 5 | " |
6 | 6 | ||
7 | IMAGE_FEATURES += "x11-mini" | 7 | IMAGE_FEATURES += "x11-mini package-management" |
8 | 8 | ||
9 | inherit core-image | 9 | inherit core-image |
10 | 10 | ||