diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-09-06 15:23:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 13:01:50 +0100 |
commit | 5cf953b02ea6d103b7c09d6f36c198d550d06367 (patch) | |
tree | 72425f55615e06c86f59d3a538125e1df07d3181 /meta/conf/machine/qemux86.conf | |
parent | f23d843747208d50770aaabf0796a77b84919a94 (diff) | |
download | poky-5cf953b02ea6d103b7c09d6f36c198d550d06367.tar.gz |
machines/x86: Drop redundant glibc configure knobs
nptl and thereby tls are not optional anymore
(From OE-Core rev: 1a4b277e47a8d624cde4c73713d036e230f3a523)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index c81afe5657..6edf386d0e 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -26,8 +26,4 @@ require conf/machine/include/qemu.inc | |||
26 | 26 | ||
27 | MACHINE_FEATURES += "x86" | 27 | MACHINE_FEATURES += "x86" |
28 | 28 | ||
29 | GLIBC_ADDONS = "nptl" | ||
30 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
31 | |||
32 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" | 29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
33 | |||