diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-01 19:16:50 +0100 |
|---|---|---|
| committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-01 19:16:50 +0100 |
| commit | b571bb5050a40a4359b5ef87531e419c8aa22819 (patch) | |
| tree | dc432faead6e01adfa8cbabf5016aa1856fd4c19 | |
| parent | ae17fce816b0087593cf767a8ae2d02ebda4edb2 (diff) | |
perl/lib*: removed most -native recipes,
added BBCLASSEXTEND to the non-native recipes to automatically create the native recipes
114 files changed, 168 insertions, 354 deletions
diff --git a/recipes/perl/libalgorithm-diff-perl-native_1.1902.bb b/recipes/perl/libalgorithm-diff-perl-native_1.1902.bb deleted file mode 100644 index 220c1554b6..0000000000 --- a/recipes/perl/libalgorithm-diff-perl-native_1.1902.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "libs" - -inherit native - -require libalgorithm-diff-perl_${PV}.bb diff --git a/recipes/perl/libalgorithm-diff-perl_1.1902.bb b/recipes/perl/libalgorithm-diff-perl_1.1902.bb index 4adc4e81f0..82cc069b85 100644 --- a/recipes/perl/libalgorithm-diff-perl_1.1902.bb +++ b/recipes/perl/libalgorithm-diff-perl_1.1902.bb @@ -3,10 +3,12 @@ SECTION = "libs" LICENSE = "Artistic|GPL" RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \ perl-module-strict perl-module-vars" -PR = "r3" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz" S = "${WORKDIR}/Algorithm-Diff-${PV}" inherit cpan + +BBCLASSEXTEND="native" diff --git a/recipes/perl/libarchive-tar-perl-native_1.30.bb b/recipes/perl/libarchive-tar-perl-native_1.30.bb deleted file mode 100644 index e1abf26dbe..0000000000 --- a/recipes/perl/libarchive-tar-perl-native_1.30.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "libs" - -inherit native - -require libarchive-tar-perl_${PV}.bb diff --git a/recipes/perl/libarchive-tar-perl_1.30.bb b/recipes/perl/libarchive-tar-perl_1.30.bb index f9485a7548..2a255ccac9 100644 --- a/recipes/perl/libarchive-tar-perl_1.30.bb +++ b/recipes/perl/libarchive-tar-perl_1.30.bb @@ -3,10 +3,12 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libio-zlib-perl-native" RDEPENDS += "libio-zlib-perl" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-${PV}.tar.gz" S = "${WORKDIR}/Archive-Tar-${PV}" inherit cpan + +BBCLASSEXTEND="native" diff --git a/recipes/perl/libarchive-zip-perl-native_1.26.bb b/recipes/perl/libarchive-zip-perl-native_1.26.bb deleted file mode 100644 index 1780078ec6..0000000000 --- a/recipes/perl/libarchive-zip-perl-native_1.26.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "libs" - -inherit native - -require libarchive-zip-perl_${PV}.bb diff --git a/recipes/perl/libarchive-zip-perl_1.26.bb b/recipes/perl/libarchive-zip-perl_1.26.bb index 5675f8695b..5cf31d3120 100644 --- a/recipes/perl/libarchive-zip-perl_1.26.bb +++ b/recipes/perl/libarchive-zip-perl_1.26.bb @@ -3,9 +3,12 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libio-zlib-perl-native" RDEPENDS += "libio-zlib-perl" +PR= "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-${PV}.tar.gz" S = "${WORKDIR}/Archive-Zip-${PV}" inherit cpan + +BBCLASSEXTEND="native" diff --git a/recipes/perl/libcache-cache-perl-native_1.05.bb b/recipes/perl/libcache-cache-perl-native_1.05.bb deleted file mode 100644 index e7b95551ad..0000000000 --- a/recipes/perl/libcache-cache-perl-native_1.05.bb +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "libs" - < |
