[oe-commits] [openembedded-core] 05/07: perl-native: Bring build dependencies inline with target perl package

git at git.openembedded.org git at git.openembedded.org
Thu Mar 30 21:53:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 49ef5847371b26c297f9e19891c71544bc2bde44
Author: Serhii Popovych <spopovyc at cisco.com>
AuthorDate: Tue Mar 28 19:02:38 2017 +0000

    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 at cisco.com>
    Signed-off-by: Serhii Popovych <spopovyc at cisco.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/perl/perl-native_5.24.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 896a379..e01d11f 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 @@
 require perl.inc
 
+# We need gnugrep (for -I)
+DEPENDS = "virtual/db-native grep-native"
+DEPENDS += "gdbm-native zlib-native"
+
 EXTRA_OEMAKE = "-e MAKEFLAGS="
 
 SRC_URI += "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list