From: Alexander Kanavin Date: Thu, 27 Aug 2020 10:59:30 +0000 (+0200) Subject: packagegroup-core-device-devel: remove X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910e26321f6d7583ae68dafafffe2040ca9cfa70;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-device-devel: remove The purpose and content of the group is not clear; the only consumer (poky distro) is no longer using it. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb deleted file mode 100644 index edee474ecac..00000000000 --- a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Provides a small set of tools for development on the device" - -PR = "r1" - -inherit packagegroup - -RPROVIDES_${PN} = "qemu-config" -RREPLACES_${PN} = "qemu-config" -RCONFLICTS_${PN} = "qemu-config" - -RDEPENDS_${PN} = "\ - distcc-config \ - nfs-export-root \ - bash \ - binutils-symlinks \ - "