aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-08-28 06:10:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-01 18:00:31 +0100
commitbbd2eae187f9d6cadf03cbe8d84259593e3551ce (patch)
tree890d93eeefebe49bb026c478701eecd4b974f24c /meta/conf/layer.conf
parentce3f296ec9021d207cb80cb2c697932b83fd0e81 (diff)
downloadopenembedded-core-contrib-bbd2eae187f9d6cadf03cbe8d84259593e3551ce.tar.gz
conf: Account for eglibc->glibc move
Change references in documentation appropriately Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 1f7d5c7a84..9143bdb93d 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -34,7 +34,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
- gcc-cross-${TARGET_ARCH}->eglibc \
+ gcc-cross-${TARGET_ARCH}->glibc \
gcc-cross-${TARGET_ARCH}->musl \
gcc-cross-${TARGET_ARCH}->uclibc \
gcc-cross-${TARGET_ARCH}->linux-libc-headers \