diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-10-29 21:28:10 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-10-29 21:28:10 +0000 |
| commit | a6314a0f40010a1e6c0216083c93a28028c955df (patch) | |
| tree | 421d2722023656a3c7b3adfe521147bf44d36256 /meta/packages/glibc/glibc_2.5.bb | |
| parent | 4894e1380e1ebe62b13c3ac051cc235de33e38f5 (diff) | |
| download | poky-a6314a0f40010a1e6c0216083c93a28028c955df.tar.gz | |
glibc: Sync glibc.inc cleanup from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3029 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc_2.5.bb')
| -rw-r--r-- | meta/packages/glibc/glibc_2.5.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb index ccac98fcae..e40993909d 100644 --- a/meta/packages/glibc/glibc_2.5.bb +++ b/meta/packages/glibc/glibc_2.5.bb | |||
| @@ -6,11 +6,9 @@ PR = "r5" | |||
| 6 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 6 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
| 7 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}" | 7 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}" |
| 8 | 8 | ||
| 9 | |||
| 10 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-2.4" | 9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-2.4" |
| 11 | 10 | ||
| 12 | GLIBC_ADDONS ?= "ports,nptl,libidn" | 11 | GLIBC_ADDONS ?= "ports,nptl,libidn" |
| 13 | GLIBC_EXTRA_OECONF ?= "" | ||
| 14 | 12 | ||
| 15 | GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN" | 13 | GLIBC_BROKEN_LOCALES = "sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN" |
| 16 | 14 | ||
| @@ -30,13 +28,6 @@ python __anonymous () { | |||
| 30 | bb.data.getVar('TARGET_OS', d, 1)) | 28 | bb.data.getVar('TARGET_OS', d, 1)) |
| 31 | } | 29 | } |
| 32 | 30 | ||
| 33 | # nptl needs unwind support in gcc, which can't be built without glibc. | ||
| 34 | PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}" | ||
| 35 | PROVIDES += "virtual/libintl virtual/libiconv" | ||
| 36 | DEPENDS = "${@['virtual/${TARGET_PREFIX}gcc-initial', 'virtual/${TARGET_PREFIX}gcc']['nptl' in '${GLIBC_ADDONS}']} linux-libc-headers" | ||
| 37 | RDEPENDS_${PN}-dev = "linux-libc-headers-dev" | ||
| 38 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 39 | |||
| 40 | # file://noinfo.patch;patch=1 | 31 | # file://noinfo.patch;patch=1 |
| 41 | # file://ldconfig.patch;patch=1;pnum=0 | 32 | # file://ldconfig.patch;patch=1;pnum=0 |
| 42 | # file://arm-machine-gmon.patch;patch=1;pnum=0 \ | 33 | # file://arm-machine-gmon.patch;patch=1;pnum=0 \ |
| @@ -74,8 +65,6 @@ SRC_URI_append_powerpc = " file://powerpc-sqrt-hack.diff;patch=1" | |||
| 74 | S = "${WORKDIR}/glibc-${PV}" | 65 | S = "${WORKDIR}/glibc-${PV}" |
| 75 | B = "${WORKDIR}/build-${TARGET_SYS}" | 66 | B = "${WORKDIR}/build-${TARGET_SYS}" |
| 76 | 67 | ||
| 77 | inherit autotools | ||
| 78 | |||
| 79 | EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | 68 | EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ |
| 80 | --without-cvs --disable-profile --disable-debug --without-gd \ | 69 | --without-cvs --disable-profile --disable-debug --without-gd \ |
| 81 | --enable-clocale=gnu \ | 70 | --enable-clocale=gnu \ |
