From patchwork Tue Dec 18 07:09:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] standalone-sdk: Need to have an update-alternatives package Date: Tue, 18 Dec 2012 07:09:17 -0000 From: Saul Wold X-Patchwork-Id: 41225 Message-Id: <1355814558-19628-1-git-send-email-sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org This is required to correctly install the SDK in a standalone situation Signed-off-by: Saul Wold --- .../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}"