From: Denys Dmytriyenko <[email protected]> Add autoconf, automake, shadow and makedevs nativesdk tools. Clean up recipe. Rename EXTRA_TOOLS into EXTRA_TI_TOOLS to list TI specific tools.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../nativesdk-packagegroup-arago-sdk-host.bb | 25 ++++++++++++++-------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb index bb0e4f1..4f8e62b 100644 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb @@ -1,22 +1,29 @@ -DESCRIPTION = "Host packages for a standalone Arago SDK or external toolchain" -PR = "r15" +SUMMARY = "Host packages for a standalone Arago SDK or external toolchain" +PR = "r16" LICENSE = "MIT" inherit packagegroup nativesdk -EXTRA_TOOLS = "nativesdk-ti-cgt6x \ - nativesdk-ti-cgt-pru \ - nativesdk-clocl \ - nativesdk-clacc \ - nativesdk-mtd-utils-ubifs \ +PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" + +EXTRA_TI_TOOLS = " \ + nativesdk-ti-cgt6x \ + nativesdk-ti-cgt-pru \ + nativesdk-clocl \ + nativesdk-clacc \ " RDEPENDS_${PN} = "\ nativesdk-pkgconfig \ nativesdk-opkg \ nativesdk-libtool \ + nativesdk-autoconf \ + nativesdk-automake \ + nativesdk-shadow \ + nativesdk-makedevs \ nativesdk-python-distutils \ nativesdk-git \ nativesdk-cmake \ - ${EXTRA_TOOLS} \ - " + nativesdk-mtd-utils-ubifs \ + ${EXTRA_TI_TOOLS} \ +" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
