aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-18 10:05:07 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-18 10:30:33 +0200
commitd50fa7e5a22e546c5548d2cd2b20e313307e0afe (patch)
treed4dc31c80ff29ef75e981a12bc838b0f48643cc0
parentbff4bcd152be0df75b44c85c09bfdd399708572d (diff)
downloadopenembedded-d50fa7e5a22e546c5548d2cd2b20e313307e0afe.tar.gz
libversion-perl_0.6701.bb: gave default preference of -1
This version does not build with perl 5.10.1 also it is not really the latest version as we have: libversion-perl_0.6701.bb libversion-perl_0.80.bb but due to the numbering rules we still get the old version from 2006 The 0.80 version builds fine with 5.10.1 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/perl/libversion-perl_0.6701.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/perl/libversion-perl_0.6701.bb b/recipes/perl/libversion-perl_0.6701.bb
index 07987b1505..fc91a4c3c9 100644
--- a/recipes/perl/libversion-perl_0.6701.bb
+++ b/recipes/perl/libversion-perl_0.6701.bb
@@ -3,6 +3,8 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r9"
+DEFAULT_PREFERENCE = "-1"
+
SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JP/JPEACOCK/version-${PV}.tar.gz"
S = "${WORKDIR}/version-${PV}"