summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-06 17:36:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-08 10:53:30 +0100
commit9a2768b013cb28de604023752c2f62bd91226184 (patch)
treeaaed3cbfd9a83b6f006f14cf52a05982dc7f8dd0 /meta/recipes-core/libxml/libxml2_2.9.2.bb
parentab16cd13deeb4b6aca082261533aa87ca69fdffd (diff)
downloadpoky-9a2768b013cb28de604023752c2f62bd91226184.tar.gz
libxml2: Contain glibc-extentions under __GLIBC__
Makes it more portable Change-Id: I7bbc4cc0ebc26d54248b8433dab94db207615445 (From OE-Core rev: 0dfe553d58a76cc0d2592cf5746a1f24a3cd6ee4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.2.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.2.bb b/meta/recipes-core/libxml/libxml2_2.9.2.bb
index 1affff12ae..79a395cea1 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.2.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.2.bb
@@ -1,7 +1,9 @@
1require libxml2.inc 1require libxml2.inc
2 2
3SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \ 3SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \
4 file://72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch" 4 file://72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch \
5 file://0001-threads-Define-pthread-definitions-for-glibc-complia.patch \
6 "
5 7
6SRC_URI[libtar.md5sum] = "9e6a9aca9d155737868b3dc5fd82f788" 8SRC_URI[libtar.md5sum] = "9e6a9aca9d155737868b3dc5fd82f788"
7SRC_URI[libtar.sha256sum] = "5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc" 9SRC_URI[libtar.sha256sum] = "5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc"