surpport seeking the recorded video
[vuplus_openembedded] / recipes / glibc / glibc.inc
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"
12
13 # INC_PR for glibc.inc, glibc-initial.inc and glibc-stage.inc
14 INC_PR = "r35"
15
16 inherit autotools
17
18 LEAD_SONAME = "libc.so"
19
20 GLIBC_EXTRA_OECONF ?= ""
21 INHIBIT_DEFAULT_DEPS = "1"
22
23 ARM_INSTRUCTION_SET = "arm"
24
25 PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"