summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 10:50:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-12 14:10:34 +0100
commit854dc1c3c503e59cdd603d3319d143e18ce77840 (patch)
tree63df227c14049915dc5fb71a1cab07131d14e81a /meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
parent486b17af3e4cced76e9852e7634f75ea87433db2 (diff)
downloadopenembedded-core-854dc1c3c503e59cdd603d3319d143e18ce77840.tar.gz
openembedded-core-854dc1c3c503e59cdd603d3319d143e18ce77840.tar.bz2
openembedded-core-854dc1c3c503e59cdd603d3319d143e18ce77840.tar.xz
openembedded-core-854dc1c3c503e59cdd603d3319d143e18ce77840.zip
eglibc: Drop 2.12
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/cross-localedef-native_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/cross-localedef-native_2.12.bb43
1 files changed, 0 insertions, 43 deletions
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
deleted file mode 100644
index 52759afe6..000000000
--- a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb
+++ /dev/null
@@ -1,43 +0,0 @@
-DESCRIPTION = "Cross locale generation tool for eglibc"
-HOMEPAGE = "http://www.eglibc.org/home"
-SECTION = "libs"
-LICENSE = "LGPL"
-
-LIC_DIR = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
-LIC_FILES_CHKSUM = "file://${LIC_DIR}/LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
- file://${LIC_DIR}/COPYING;md5=393a5ca445f6965873eca0259a17f833 \
- file://${LIC_DIR}/posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
- file://${LIC_DIR}/COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
-
-
-inherit native
-inherit autotools
-
-PR = "r1"
-SRCREV="11982"
-EGLIBC_BRANCH="eglibc-2_12"
-SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http "
-S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef"
-
-do_unpack_append() {
- bb.build.exec_func('do_move_ports', d)
-}
-
-do_move_ports() {
- if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then
- rm -rf ${WORKDIR}/libc/ports
- mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${WORKDIR}/libc/
- fi
-}
-
-EXTRA_OECONF = "--with-glibc=${WORKDIR}/${EGLIBC_BRANCH}/libc"
-
-do_configure () {
- ./configure ${EXTRA_OECONF}
-}
-
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${S}/localedef ${D}${bindir}/cross-localedef
-}