aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-04 18:02:53 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-05 16:04:54 +0100
commit3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 (patch)
tree798988da9eda6c93418099cc6dd58b947005a310 /meta-oe/recipes-core
parent03574d32aebe608355d8933956796bcc746d38b8 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb28
1 files changed, 0 insertions, 28 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 2a939132b8..0000000000
--- a/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "A standalone native ldconfig build"
-
-LICENSE = "GPLv2+"
-
-LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399"
-
-SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
- file://ldconfig.patch \
- file://ldconfig_aux-cache_path_fix.patch \
- file://32and64bit.patch \
- file://endian-ness_handling.patch \
- file://flag_fix.patch \
- file://endianess-header.patch"
-
-PR = "r2"
-
-inherit native
-
-S = "${WORKDIR}/${PN}-${PV}"
-
-do_compile () {
- $CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig
-}
-
-do_install () {
- install -d ${D}/${bindir}/
- install ldconfig ${D}/${bindir}/
-}