diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-oe/recipes-core/packagegroups | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/packagegroups')
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb deleted file mode 100644 index 697f9bfa5e..0000000000 --- a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | SUMMARY = "A set of useful command line tools" | ||
| 2 | SUMMARY_${PN}-debug = "A set of command line tools useful for debugging" | ||
| 3 | SECTION = "console" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 6 | PV = "1.0" | ||
| 7 | PR = "r21" | ||
| 8 | |||
| 9 | inherit packagegroup allarch | ||
| 10 | |||
| 11 | PACKAGES += "${PN}-debug" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} = "\ | ||
| 14 | dbus-daemon-proxy \ | ||
| 15 | dosfstools \ | ||
| 16 | htop \ | ||
| 17 | iptables \ | ||
| 18 | lsof \ | ||
| 19 | mbuffer \ | ||
| 20 | mtd-utils \ | ||
| 21 | nano \ | ||
| 22 | nfs-utils-client \ | ||
| 23 | nmon \ | ||
| 24 | powertop \ | ||
| 25 | screen \ | ||
| 26 | socat \ | ||
| 27 | sysstat \ | ||
| 28 | " | ||
| 29 | |||
| 30 | RDEPENDS_${PN}-debug = "\ | ||
| 31 | evtest \ | ||
| 32 | devmem2 \ | ||
| 33 | i2c-tools \ | ||
| 34 | gdb \ | ||
| 35 | procps \ | ||
| 36 | pxaregs \ | ||
| 37 | s3c24xx-gpio \ | ||
| 38 | s3c64xx-gpio \ | ||
| 39 | serial-forward \ | ||
| 40 | strace \ | ||
| 41 | " | ||
| 42 | |||
| 43 | RRECOMMENDS_${PN}-debug = "\ | ||
| 44 | ltrace \ | ||
| 45 | " | ||
| 46 | |||
| 47 | PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted dbus-daemon-proxy - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 48 | |||
| 49 | PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted packagegroup-cli-tools - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
