[oe-commits] Frans Meulenbroeks : libversion-perl_0.6701.bb: gave default preference of -1

git version control git at git.openembedded.org
Sat Sep 18 08:31:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d50fa7e5a22e546c5548d2cd2b20e313307e0afe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d50fa7e5a22e546c5548d2cd2b20e313307e0afe

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 18 10:05:07 2010 +0200

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 at gmail.com>

---

 recipes/perl/libversion-perl_0.6701.bb |    2 ++
 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 07987b1..fc91a4c 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}"





More information about the Openembedded-commits mailing list