Now that it's part of external-linaro-toolchain, it doesn't get into RDEPENDS chain automatically.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 31ff258..7d3f567 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" -PR = "r66" +PR = "r67" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -116,6 +116,7 @@ EXTRA_LIBS_append_ti33x = " \ " DEVTOOLS = " \ + linux-libc-headers-dev \ packagegroup-core-buildessential \ packagegroup-core-tools-debug \ git \ -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
