diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-30 10:37:57 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-30 10:37:57 +0100 |
commit | c595d241fb4d23c714dc61a1c9d281b9bbb133cd (patch) | |
tree | 82df86a1fc253b90fffbbb09802b2b5d43dd2aaa | |
parent | d419d5722aca963fec197f9004de6163a6cc8912 (diff) |
libextutils-makemaker-perl: removed; with the new staging it breaks perl by overwriting MM_Unix.pm
It is not needed anyway as makemaker is already created when perl is build, so remove
-rw-r--r-- | recipes/perl/libextutils-makemaker-perl-native_6.54.bb | 5 | ||||
-rw-r--r-- | recipes/perl/libextutils-makemaker-perl_6.54.bb | 10 |
2 files changed, 0 insertions, 15 deletions
diff --git a/recipes/perl/libextutils-makemaker-perl-native_6.54.bb b/recipes/perl/libextutils-makemaker-perl-native_6.54.bb deleted file mode 100644 index 93fc4cf13d..0000000000 --- a/recipes/perl/libextutils-makemaker-perl-native_6.54.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "libs" - -inherit native - -require libextutils-makemaker-perl_${PV}.bb diff --git a/recipes/perl/libextutils-makemaker-perl_6.54.bb b/recipes/perl/libextutils-makemaker-perl_6.54.bb deleted file mode 100644 index c480aa2daa..0000000000 --- a/recipes/perl/libextutils-makemaker-perl_6.54.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "ExtUtils::PkgConfig - makefile generation" -SECTION = "libs" -LICENSE = "Artistic|GPL" -PR = "r0" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-${PV}.tar.gz" - -S = "${WORKDIR}/ExtUtils-MakeMaker-${PV}" - -inherit cpan |