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 | |
| 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')
4 files changed, 0 insertions, 117 deletions
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb deleted file mode 100644 index 9d50ea44a1..0000000000 --- a/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | require fakeroot_${PV}.bb | ||
| 2 | |||
| 3 | S = "${WORKDIR}/fakeroot-${PV}" | ||
| 4 | |||
| 5 | inherit native | ||
| 6 | |||
| 7 | EXTRA_OECONF = "--program-prefix=" | ||
| 8 | |||
| 9 | # Compatability for the rare systems not using or having SYSV | ||
| 10 | python () { | ||
| 11 | if d.getVar('HOST_NONSYSV') and d.getVar('HOST_NONSYSV') != '0': | ||
| 12 | d.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ') | ||
| 13 | } | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "util-linux-native" | ||
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb deleted file mode 100644 index 0a787e3ea4..0000000000 --- a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Gives a fake root environment" | ||
| 2 | HOMEPAGE = "http://fakeroot.alioth.debian.org" | ||
| 3 | SECTION = "base" | ||
| 4 | LICENSE = "GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \ | ||
| 9 | " | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | do_configure_prepend() { | ||
| 14 | mkdir -p ${S}/build-aux | ||
| 15 | } | ||
| 16 | |||
| 17 | do_install_append() { | ||
| 18 | install -d ${D}${includedir}/fakeroot | ||
| 19 | install -m 644 *.h ${D}${includedir}/fakeroot | ||
| 20 | } | ||
| 21 | |||
| 22 | # fakeroot needs getopt which is provided by the util-linux package | ||
| 23 | RDEPENDS_${PN} = "util-linux" | ||
| 24 | |||
| 25 | |||
| 26 | SRC_URI[md5sum] = "706171d8d520b1ca1576ac73f2ceb4f3" | ||
| 27 | SRC_URI[sha256sum] = "0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2" | ||
| 28 | |||
| 29 | # http://errors.yoctoproject.org/Errors/Details/35143/ | ||
| 30 | PNBLACKLIST[fakeroot] ?= "BROKEN: QA Issue: -dev package contains non-symlink .so - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
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" | ||
diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl-20100902/soname.patch b/meta-oe/recipes-core/proxy-libintl/proxy-libintl-20100902/soname.patch deleted file mode 100644 index 0df232d250..0000000000 --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl-20100902/soname.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | Index: proxy-libintl-20080418-r6/src/proxy-libintl/Makefile | ||
| 2 | =================================================================== | ||
| 3 | --- proxy-libintl-20080418-r6.orig/src/proxy-libintl/Makefile 2010-07-25 08:40:22.893620001 -0700 | ||
| 4 | +++ proxy-libintl-20080418-r6/src/proxy-libintl/Makefile 2010-07-25 10:51:29.573620000 -0700 | ||
| 5 | @@ -6,16 +6,13 @@ CFLAGS = -Wall -I ../../include | ||
| 6 | |||
| 7 | all : ../../lib/libintl.so ../../lib/intl.lib | ||
| 8 | |||
| 9 | -../../lib/libintl.so : libintl.o | ||
| 10 | - $(CC) -shared -o $@ libintl.o | ||
| 11 | +../../lib/libintl.so : libintl.c | ||
| 12 | + $(CC) $(CFLAGS) -shared -Wl,-soname -Wl,libintl.so -o $@ $< | ||
| 13 | |||
| 14 | ../../lib/intl.lib : ../../lib/libintl.so | ||
| 15 | cp ../../lib/libintl.so $@ | ||
| 16 | $(STRIP) --strip-unneeded $@ | ||
| 17 | |||
| 18 | -libintl.o : libintl.c | ||
| 19 | - $(CC) $(CFLAGS) -c libintl.c | ||
| 20 | - | ||
| 21 | clean : | ||
| 22 | rm -f *.o ../../lib/libintl.so ../../$(ZIPFILE) | ||
| 23 | |||
