Add bwm-ng 0.6: lightweight network and disk bandwidth monitor
[openembedded.git] / recipes / glibc / glibc.inc
blobc2ee5317bfa764856da4afe6a1981b510fde4bd4
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 inherit autotools
15 LEAD_SONAME = "libc.so"
17 GLIBC_EXTRA_OECONF ?= ""
18 INHIBIT_DEFAULT_DEPS = "1"
20 ARM_INSTRUCTION_SET = "arm"
22 PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"