aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-native_5.22.1.bb
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2016-08-11 16:49:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-17 10:33:26 +0100
commit97d2ba227044571408151f84cfe611e1a72dd816 (patch)
tree6f3af7b6978daefc55702c0f46d9300337bd24f1 /meta/recipes-devtools/perl/perl-native_5.22.1.bb
parentc0b8e1ff40af05b29780164c860c68da35e7fc32 (diff)
downloadopenembedded-core-contrib-97d2ba227044571408151f84cfe611e1a72dd816.tar.gz
perl-native: backport libnm link fix
pre-5.25.0 perl by default tries to link to an antiquated libnm (new math) which is not used anymore since the early 1990's. After 2014 another libnm appeared for NetworkManager causing build failures. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-native_5.22.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.22.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.22.1.bb b/meta/recipes-devtools/perl/perl-native_5.22.1.bb
index ed8222f24c..1c21522be1 100644
--- a/meta/recipes-devtools/perl/perl-native_5.22.1.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.22.1.bb
@@ -11,6 +11,7 @@ SRC_URI += "\
file://debian/errno_ver.diff \
file://dynaloaderhack.patch \
file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \
+ file://perl-remove-nm-from-libswanted.patch \
"
SRC_URI[md5sum] = "6671e4829cbaf9cecafa9a84f141b0a3"