| Submitter | Saul Wold |
|---|---|
| Date | Dec. 18, 2012, 7:09 a.m. |
| Message ID | <1355814558-19628-1-git-send-email-sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/41225/ |
| State | New |
| Headers | show |
Comments
Patch
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}"
This is required to correctly install the SDK in a standalone situation Signed-off-by: Saul Wold <sgw@linux.intel.com> --- .../packagegroups/packagegroup-core-standalone-sdk-target.bb | 3 +++ 1 file changed, 3 insertions(+)