summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb')
-rw-r--r--meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
index e55eed52e3..e831860051 100644
--- a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
+++ b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
@@ -1,10 +1,13 @@
1SUMMARY = "Provides a small set of tools for development on the device" 1SUMMARY = "Provides a small set of tools for development on the device"
2LICENSE = "MIT" 2LICENSE = "MIT"
3 3
4PR = "r1"
5
4inherit packagegroup 6inherit packagegroup
5 7
6RPROVIDES_${PN} = "qemu-config" 8RPROVIDES_${PN} = "qemu-config"
7RREPLACES_${PN} = "qemu-config" 9RREPLACES_${PN} = "qemu-config"
10RCONFLICTS_${PN} = "qemu-config"
8 11
9RDEPENDS_${PN} = "\ 12RDEPENDS_${PN} = "\
10 distcc-config \ 13 distcc-config \