aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libsub-uplevel-perl-native_0.13.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-20 22:55:09 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-20 22:55:09 +0000
commit8f26554755a5509750fbeeb69150a6263db33947 (patch)
treea5b70d4fb3a4730abe88cadddfe487a551b64c1d /packages/perl/libsub-uplevel-perl-native_0.13.bb
parent3383588f87a41861aee25db50ac30e1a37bb57a6 (diff)
downloadopenembedded-8f26554755a5509750fbeeb69150a6263db33947.tar.gz
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.
Diffstat (limited to 'packages/perl/libsub-uplevel-perl-native_0.13.bb')
-rw-r--r--packages/perl/libsub-uplevel-perl-native_0.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libsub-uplevel-perl-native_0.13.bb b/packages/perl/libsub-uplevel-perl-native_0.13.bb
index cf7847d783..607f0ba29e 100644
--- a/packages/perl/libsub-uplevel-perl-native_0.13.bb
+++ b/packages/perl/libsub-uplevel-perl-native_0.13.bb
@@ -2,4 +2,4 @@ SECTION = "libs"
inherit native
-require ${@bb.data.getVar('P', d , 1).replace('-native-', '_')}.bb
+require libsub-uplevel-perl_${PV}.bb