summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
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:32:09 +0000
commit996f8437ed27dedad5c0a7356687a46319fdf682 (patch)
tree1b7e9b5b6fa2363390b34fa17299b5b5de7022a6 /meta/recipes-core/libxml/libxml2.inc
parentdedabc1f36bfa96889d5b6746e7e1bf42f613101 (diff)
downloadpoky-996f8437ed27dedad5c0a7356687a46319fdf682.tar.gz
libxml2: remove legacy LDFLAGS += "-ldl" workaround
libxml2 is able to find libdl.so on its own. (From OE-Core rev: 148a2d80ea4b095a77e5d4edc1ca964708c3f4d1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-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
57export STAGING_LIBDIR 57export STAGING_LIBDIR
58export STAGING_INCDIR 58export STAGING_INCDIR
59 59
60export LDFLAGS += "-ldl"
61
62python populate_packages_prepend () { 60python populate_packages_prepend () {
63 # autonamer would call this libxml2-2, but we don't want that 61 # autonamer would call this libxml2-2, but we don't want that
64 if d.getVar('DEBIAN_NAMES', True): 62 if d.getVar('DEBIAN_NAMES', True):