diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2015-11-19 21:32:21 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:09 +0000 |
| commit | 996f8437ed27dedad5c0a7356687a46319fdf682 (patch) | |
| tree | 1b7e9b5b6fa2363390b34fa17299b5b5de7022a6 /meta/recipes-core | |
| parent | dedabc1f36bfa96889d5b6746e7e1bf42f613101 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 2 |
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 | |||
| 57 | export STAGING_LIBDIR | 57 | export STAGING_LIBDIR |
| 58 | export STAGING_INCDIR | 58 | export STAGING_INCDIR |
| 59 | 59 | ||
| 60 | export LDFLAGS += "-ldl" | ||
| 61 | |||
| 62 | python populate_packages_prepend () { | 60 | python 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): |
