summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.29.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-27 16:37:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-28 17:47:10 +0000
commit53b3e8c9d6e34f076a006df41cd2854b3cb30c71 (patch)
tree18736b7316f8d08db34fbbabd08d3c0afdf22159 /meta/recipes-core/glibc/glibc_2.29.bb
parentebee3ee60049596cef5e97f3ac970777f34a3c88 (diff)
downloadpoky-53b3e8c9d6e34f076a006df41cd2854b3cb30c71.tar.gz
glibc: Move common bits to glibc-common.inc
We have been duplicating few variables in glibc recipes which could actually be defined once, therefore move them to glibc-common.inc which is included by all glibc family of recipes (From OE-Core rev: 41093cb6c6d5edccebf41e62ed537779b1ee47bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.29.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.29.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.29.bb b/meta/recipes-core/glibc/glibc_2.29.bb
index bd8aa6d503..c3e969d2f8 100644
--- a/meta/recipes-core/glibc/glibc_2.29.bb
+++ b/meta/recipes-core/glibc/glibc_2.29.bb
@@ -69,11 +69,6 @@ BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
69TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir}" 69TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir}"
70 70
71GLIBC_BROKEN_LOCALES = "" 71GLIBC_BROKEN_LOCALES = ""
72#
73# We will skip parsing glibc when target system C library selection is not glibc
74# this helps in easing out parsing for non-glibc system libraries
75#
76COMPATIBLE_HOST_libc-musl_class-target = "null"
77 72
78GLIBCPIE ??= "" 73GLIBCPIE ??= ""
79 74