blob: 7078a1c09fb2aa1804618552c418d6e1ac4bf313 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "GNU C Library"
HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
SECTION = "libs"
PRIORITY = "required"
LICENSE = "LGPL"
PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
#this leads to circular deps, so lets not add it yet
#RDEPENDS_ldd += " bash"
|