From d50fa7e5a22e546c5548d2cd2b20e313307e0afe Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 18 Sep 2010 10:05:07 +0200 Subject: 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 --- recipes/perl/libversion-perl_0.6701.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/perl') 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}" -- cgit 1.2.3-korg