mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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:
committed by
Richard Purdie
parent
dedabc1f36
commit
996f8437ed
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user