mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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 (From OE-Core rev: ac510cb82c007f987b481df74c7a5fede81fa85a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c8d7394885
commit
cbd1d86752
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user