summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-31 19:53:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-03 15:56:32 +0000
commit7b361250977edaa345d48ec22052db91265997d9 (patch)
tree3375d149d327f37889d2d10642bcd7daa3aa2434
parent31f34914dbc00744ae32f3c671d429dedaea7ae6 (diff)
downloadpoky-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.bb2
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
7IMAGE_FEATURES += "x11-mini" 7IMAGE_FEATURES += "x11-mini package-management"
8 8
9inherit core-image 9inherit core-image
10 10