[oe-commits] Saul Wold : self-hosted-image: add package management for correct installation

git at git.openembedded.org git at git.openembedded.org
Fri Feb 3 15:56:31 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 6ac8940f9d328afccd0176ae7c33053c3e565aca
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6ac8940f9d328afccd0176ae7c33053c3e565aca

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jan 31 19:53:51 2012 -0800

self-hosted-image: add package management for correct installation

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 111c057..5029ac2 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 = "\
     task-self-hosted \
     "
 
-IMAGE_FEATURES += "x11-mini"
+IMAGE_FEATURES += "x11-mini package-management"
 
 inherit core-image
 





More information about the Openembedded-commits mailing list