summaryrefslogtreecommitdiff
path: root/packages/perl/libxml-parser-perl-native_2.34.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/libxml-parser-perl-native_2.34.bb
parent3383588f87a41861aee25db50ac30e1a37bb57a6 (diff)
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/libxml-parser-perl-native_2.34.bb')
-rw-r--r--packages/perl/libxml-parser-perl-native_2.34.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libxml-parser-perl-native_2.34.bb b/packages/perl/libxml-parser-perl-native_2.34.bb
index 5398563f2e..8932656171 100644
--- a/packages/perl/libxml-parser-perl-native_2.34.bb
+++ b/packages/perl/libxml-parser-perl-native_2.34.bb
@@ -2,7 +2,7 @@ SECTION = "libs"
inherit native
-require ${@bb.data.getVar('P', d , 1).replace('-native-', '_')}.bb
+require libxml-parser-perl_${PV}.bb
DEPENDS = "perl-native expat-native"
EXTRA_CPANFLAGS += " EXPATINCPATH='${STAGING_INCDIR}' EXPATLIBPATH='${STAGING_LIBDIR}'"