diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-08-27 12:59:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-28 07:08:37 +0100 |
commit | d707fa30f8a24d1e50831846330757254f245791 (patch) | |
tree | 5331d5356555486eb43f3875b6613a8ad1fd9b4c /meta/recipes-devtools/packagegroups | |
parent | 3359cc8d22d60b75db203b676c4dbf55034df824 (diff) | |
download | poky-d707fa30f8a24d1e50831846330757254f245791.tar.gz |
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.
(From OE-Core rev: 910e26321f6d7583ae68dafafffe2040ca9cfa70)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/packagegroups')
-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 | " | ||