aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-11-19 21:32:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:30:59 +0000
commit148a2d80ea4b095a77e5d4edc1ca964708c3f4d1 (patch)
tree29a9cf439dd96e4fa015d313cc71266fec4608cc /meta/recipes-core
parent52c314963e0ab90e6c1ced7bf66b06d4c304358a (diff)
downloadopenembedded-core-contrib-148a2d80ea4b095a77e5d4edc1ca964708c3f4d1.tar.gz
libxml2: remove legacy LDFLAGS += "-ldl" workaround
libxml2 is able to find libdl.so on its own. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 6ada401385..416ce73fab 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -57,8 +57,6 @@ export BUILD_SYS
export STAGING_LIBDIR
export STAGING_INCDIR
-export LDFLAGS += "-ldl"
-
python populate_packages_prepend () {
# autonamer would call this libxml2-2, but we don't want that
if d.getVar('DEBIAN_NAMES', True):