mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
eglibc: remove PACKAGES from eglibc.inc
* PACKAGES were defined in eglibc.inc as well as eglibc-package.inc, definition from eglibc.inc was overriden from recipes including eglibc.inc only (From OE-Core rev: ae97ce68a739dfcf6e7de3feda444b1466503588) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ae834e747
commit
ca394457c5
@@ -41,8 +41,6 @@ EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}""
|
|||||||
EXTRA_OEMAKE += ${EGLIBCPARALLELISM}
|
EXTRA_OEMAKE += ${EGLIBCPARALLELISM}
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
PACKAGES = "glibc catchsegv sln nscd ldd glibc-utils glibc-dev glibc-doc libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
|
|
||||||
|
|
||||||
OE_FEATURES = "${@features_to_eglibc_settings(d)}"
|
OE_FEATURES = "${@features_to_eglibc_settings(d)}"
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in
|
sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in
|
||||||
|
|||||||
Reference in New Issue
Block a user