diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-04 18:02:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-05 16:04:54 +0100 |
commit | 3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 (patch) | |
tree | 798988da9eda6c93418099cc6dd58b947005a310 | |
parent | 03574d32aebe608355d8933956796bcc746d38b8 (diff) | |
download | meta-openembedded-3fdcb18dd6861f442f18c7c3a1638e9c8e158b83.tar.gz |
recipe: Delete the duplicate recipes which are already in oe-core
These recipes are either same or have small differences but
are superset of changes in oe-core. We can use them from oe-core
as it is without losing or adding any functionality by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 28 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/rgb_1.0.4.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-support/cups/cups_1.4.6.bb | 17 |
3 files changed, 0 insertions, 55 deletions
diff --git a/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb deleted file mode 100644 index 2a939132b..000000000 --- a/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | DESCRIPTION = "A standalone native ldconfig build" | ||
2 | |||
3 | LICENSE = "GPLv2+" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399" | ||
6 | |||
7 | SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \ | ||
8 | file://ldconfig.patch \ | ||
9 | file://ldconfig_aux-cache_path_fix.patch \ | ||
10 | file://32and64bit.patch \ | ||
11 | file://endian-ness_handling.patch \ | ||
12 | file://flag_fix.patch \ | ||
13 | file://endianess-header.patch" | ||
14 | |||
15 | PR = "r2" | ||
16 | |||
17 | inherit native | ||
18 | |||
19 | S = "${WORKDIR}/${PN}-${PV}" | ||
20 | |||
21 | do_compile () { | ||
22 | $CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig | ||
23 | } | ||
24 | |||
25 | do_install () { | ||
26 | install -d ${D}/${bindir}/ | ||
27 | install ldconfig ${D}/${bindir}/ | ||
28 | } | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/rgb_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/rgb_1.0.4.bb deleted file mode 100644 index d51e1e82d..000000000 --- a/meta-oe/recipes-graphics/xorg-app/rgb_1.0.4.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | DEPENDS += " xproto util-macros" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" | ||
4 | PE = "1" | ||
5 | PR = "r6" | ||
6 | |||
7 | SRC_URI[md5sum] = "35c6cccbf25a872bdd62bfcb1a73d951" | ||
8 | SRC_URI[sha256sum] = "80887da011ad086fff88bfd16c6d9d5ac7da45ef1bc9d0c192a6f370423370f1" | ||
9 | |||
10 | FILES_${PN} += "${datadir}/X11" | ||
diff --git a/meta-oe/recipes-support/cups/cups_1.4.6.bb b/meta-oe/recipes-support/cups/cups_1.4.6.bb deleted file mode 100644 index 783ecf6b3..000000000 --- a/meta-oe/recipes-support/cups/cups_1.4.6.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require cups14.inc | ||
2 | |||
3 | DEPENDS += "virtual/libusb0" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9" | ||
6 | |||
7 | SRC_URI += " \ | ||
8 | file://use_echo_only_in_init.patch \ | ||
9 | file://0001-don-t-try-to-run-generated-binaries.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "de8fb5a29c36554925c0c6a6e2c0dae1" | ||
13 | SRC_URI[sha256sum] = "f08711702a77b52c7150f96fe1f45482f6151cb95ef601268c528607fe6ad514" | ||
14 | |||
15 | EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb" | ||
16 | |||
17 | CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf" | ||