diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-20 22:55:09 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-20 22:55:09 +0000 |
commit | 8f26554755a5509750fbeeb69150a6263db33947 (patch) | |
tree | a5b70d4fb3a4730abe88cadddfe487a551b64c1d /packages/perl/libnet-ip-perl-native_1.25.bb | |
parent | 3383588f87a41861aee25db50ac30e1a37bb57a6 (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/libnet-ip-perl-native_1.25.bb')
-rw-r--r-- | packages/perl/libnet-ip-perl-native_1.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libnet-ip-perl-native_1.25.bb b/packages/perl/libnet-ip-perl-native_1.25.bb index cf7847d783..22ebc965a4 100644 --- a/packages/perl/libnet-ip-perl-native_1.25.bb +++ b/packages/perl/libnet-ip-perl-native_1.25.bb @@ -2,4 +2,4 @@ SECTION = "libs" inherit native -require ${@bb.data.getVar('P', d , 1).replace('-native-', '_')}.bb +require libnet-ip-perl_${PV}.bb |