libversion-perl_0.6701.bb: gave default preference of -1
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 18 Sep 2010 08:05:07 +0000 (10:05 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 18 Sep 2010 08:30:33 +0000 (10:30 +0200)
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>
recipes/perl/libversion-perl_0.6701.bb

index 07987b1..fc91a4c 100644 (file)
@@ -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}"