From ac510cb82c007f987b481df74c7a5fede81fa85a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Sep 2012 14:45:42 +0100 Subject: qemu-config: turn into distcc-config and a package group * Create a new packagegroup-core-device-devel which pulls in everything that qemu-config used to, with the exception of anjuta-remote-run - this is unlikely to be widely used * Move the remainder of qemu-config to distcc-config and allow DISTCC_HOSTS to be configured via a variable of the same name * Use SUMMARY instead of DESCRIPTION for single-line description since DESCRIPTION is defaulted from SUMMARY if not set Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- .../packagegroups/packagegroup-core-device-devel.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb (limited to 'meta/recipes-devtools/packagegroups') diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb new file mode 100644 index 0000000000..e55eed52e3 --- /dev/null +++ b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb @@ -0,0 +1,15 @@ +SUMMARY = "Provides a small set of tools for development on the device" +LICENSE = "MIT" + +inherit packagegroup + +RPROVIDES_${PN} = "qemu-config" +RREPLACES_${PN} = "qemu-config" + +RDEPENDS_${PN} = "\ + distcc-config \ + oprofileui-server \ + nfs-export-root \ + bash \ + " + -- cgit 1.2.3-korg