cornucopia: bump SRCREV
[openembedded.git] / recipes / glibc / glibc.inc
blob635f0179b2f2206379ca1e75e55d0010499c0287
1 DESCRIPTION = "GNU C Library"
2 HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
3 SECTION = "libs"
4 PRIORITY = "required"
5 LICENSE = "LGPL"
6 # nptl needs unwind support in gcc, which can't be built without glibc.
7 DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
8 #this leads to circular deps, so lets not add it yet
9 #RDEPENDS_ldd += " bash"
10 PROVIDES = "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
11 PROVIDES += "virtual/libintl virtual/libiconv"
13 COMPATIBLE_TARGET_SYS ?= "(?!nios2)"
15 # INC_PR for glibc.inc, glibc-initial.inc and glibc-stage.inc
16 INC_PR = "r37"
18 inherit autotools
20 LEAD_SONAME = "libc.so"
22 GLIBC_EXTRA_OECONF ?= ""
23 INHIBIT_DEFAULT_DEPS = "1"
25 ARM_INSTRUCTION_SET = "arm"
27 PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
29 # Work around issues with pstage package install order and intermediate steps
30 # in the toolchain build.
31 do_setscene[deptask] = "do_setscene"