diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-11 16:32:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | 642e92f2cd67980a731ba21b570d8d1c6f4798e0 (patch) | |
tree | ccae9a0f45db187759a1fcc536ddfc20a51c2dcb /meta/recipes-devtools/perl/perl.inc | |
parent | 96eac69636d2c345cdd50b19262f157335d53380 (diff) | |
download | poky-642e92f2cd67980a731ba21b570d8d1c6f4798e0.tar.gz |
package_regex.inc: split entries with odd-even versioning into their own recipes
(From OE-Core rev: 5ddaba1fb833d0408cef5f58f786513b9293c30a)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl.inc')
-rw-r--r-- | meta/recipes-devtools/perl/perl.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl.inc b/meta/recipes-devtools/perl/perl.inc index 0d9716c235..3313a9436b 100644 --- a/meta/recipes-devtools/perl/perl.inc +++ b/meta/recipes-devtools/perl/perl.inc | |||
@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ | |||
6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" | 6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" |
7 | 7 | ||
8 | SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz" | 8 | SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz" |
9 | |||
10 | inherit upstream-version-is-even | ||