summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSerhii Popovych <spopovyc@cisco.com>2017-03-28 19:02:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-01 08:14:57 +0100
commit7cce71cf54a4c272499594592a86de9338178bc7 (patch)
treee6b206ae83bc61710abf75165249db6200d054f3 /meta/recipes-devtools
parent330302711377475e2fba0c6e9871e2dff5e1ee08 (diff)
downloadpoky-7cce71cf54a4c272499594592a86de9338178bc7.tar.gz
perl-native: Bring build dependencies inline with target perl package
Make sure we have all build time dependencies of perl-native satisfied before we start building it. Behaviour was observed with RHEL6 build hosts where perl-native build fails at linging stage when attempting to link to the build hosts old Berkley DB because virtual/db-native is missing in native sysroot. Add dependencies to the native packages taken from perl recipe. Cc: XE-Linux <xe-linux-external@cisco.com> (From OE-Core rev: c0e0b3774313f6acb00374c87a4f99201daa2270) Signed-off-by: Serhii Popovych <spopovyc@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.24.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.24.1.bb b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
index 896a379db6..e01d11fbed 100644
--- a/meta/recipes-devtools/perl/perl-native_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
@@ -1,5 +1,9 @@
1require perl.inc 1require perl.inc
2 2
3# We need gnugrep (for -I)
4DEPENDS = "virtual/db-native grep-native"
5DEPENDS += "gdbm-native zlib-native"
6
3EXTRA_OEMAKE = "-e MAKEFLAGS=" 7EXTRA_OEMAKE = "-e MAKEFLAGS="
4 8
5SRC_URI += "\ 9SRC_URI += "\