From 8f26554755a5509750fbeeb69150a6263db33947 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Mon, 20 Nov 2006 22:55:09 +0000 Subject: perl: Replace the require in the native modules with a simpler version that names the actual module instead of using python. Should help with the current parse errors that is apparently occurring with new versions of bitbake. The python version was helpful when messing with lots of these things but serves no purpose now. --- packages/perl/libintl-perl-native_1.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/perl/libintl-perl-native_1.16.bb') diff --git a/packages/perl/libintl-perl-native_1.16.bb b/packages/perl/libintl-perl-native_1.16.bb index cf7847d783..f588246799 100644 --- a/packages/perl/libintl-perl-native_1.16.bb +++ b/packages/perl/libintl-perl-native_1.16.bb @@ -2,4 +2,4 @@ SECTION = "libs" inherit native -require ${@bb.data.getVar('P', d , 1).replace('-native-', '_')}.bb +require libintl-perl_${PV}.bb -- cgit v1.2.3