From 148a2d80ea4b095a77e5d4edc1ca964708c3f4d1 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 19 Nov 2015 21:32:21 -0800 Subject: libxml2: remove legacy LDFLAGS += "-ldl" workaround libxml2 is able to find libdl.so on its own. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- meta/recipes-core/libxml/libxml2.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core/libxml') 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): -- cgit 1.2.3-korg