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>
This commit is contained in:
Andre McCurdy 2015-11-19 21:32:21 -08:00 committed by Richard Purdie
parent dedabc1f36
commit 996f8437ed
1 changed files with 0 additions and 2 deletions

View File

@ -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):