[OE-core] [PATCH 1/2] standalone-sdk: Need to have an update-alternatives package

Saul Wold sgw at linux.intel.com
Tue Dec 18 07:09:17 UTC 2012


This is required to correctly install the SDK in a standalone
situation

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 .../packagegroups/packagegroup-core-standalone-sdk-target.bb           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
index c8b5623..e5561e5 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
@@ -19,3 +19,6 @@ RDEPENDS_${PN} = "\
     libstdc++-dev \
     ${LIBC_DEPENDENCIES} \
     "
+
+# We need the target update-alternative to install correctly
+RDEPENDS += "${VIRTUAL-RUNTIME_update-alternatives}"
-- 
1.8.0.2





More information about the Openembedded-core mailing list