Upstream nativesdk-packagegroup-sdk-host installs most host tools, but few more that we require should be added in nativesdk-packagegroup-arago-tisdk-host
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-core/meta/meta-toolchain-arago.bb | 2 +- .../nativesdk-packagegroup-arago-sdk-host.bb | 21 ------------------- ...nativesdk-packagegroup-arago-tisdk-host.bb | 5 ++++- 3 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb index 5a48d3e0..6f55cca6 100644 --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb @@ -1,4 +1,4 @@ -TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-arago-sdk-host" +TOOLCHAIN_HOST_TASK ?= "nativesdk-packagegroup-sdk-host" TOOLCHAIN_HOST_TASK += "nativesdk-buildtools-perl-dummy" TOOLCHAIN_HOST_TASK += "packagegroup-cross-canadian-${MACHINE}" TOOLCHAIN_TARGET_TASK ?= "packagegroup-arago-standalone-sdk-target" 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 deleted file mode 100644 index 4199c2eb..00000000 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Host packages for a standalone Arago SDK or external toolchain" -PR = "r18" -LICENSE = "MIT" - -inherit packagegroup nativesdk - -PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" - -RDEPENDS_${PN} = "\ - nativesdk-pkgconfig \ - nativesdk-opkg \ - nativesdk-libtool \ - nativesdk-autoconf \ - nativesdk-automake \ - nativesdk-shadow \ - nativesdk-makedevs \ - nativesdk-python-distutils \ - nativesdk-git \ - nativesdk-cmake \ - nativesdk-mtd-utils-ubifs \ -" diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb index ef54253d..c24652b9 100644 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb @@ -20,6 +20,9 @@ EXTRA_TI_TOOLS = " \ " RDEPENDS_${PN} = "\ - nativesdk-packagegroup-arago-sdk-host \ + nativesdk-packagegroup-sdk-host \ + nativesdk-python-distutils \ + nativesdk-git \ + nativesdk-mtd-utils-ubifs \ ${EXTRA_TI_TOOLS} \ " -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
