diff options
-rw-r--r-- | meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | 16 |
1 files changed, 0 insertions, 16 deletions
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 edee474eca..0000000000 --- a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Provides a small set of tools for development on the device" | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | inherit packagegroup | ||
6 | |||
7 | RPROVIDES_${PN} = "qemu-config" | ||
8 | RREPLACES_${PN} = "qemu-config" | ||
9 | RCONFLICTS_${PN} = "qemu-config" | ||
10 | |||
11 | RDEPENDS_${PN} = "\ | ||
12 | distcc-config \ | ||
13 | nfs-export-root \ | ||
14 | bash \ | ||
15 | binutils-symlinks \ | ||
16 | " | ||