From: Michael Krelin Date: Sat, 16 Jun 2007 22:11:41 +0000 (+0000) Subject: intltool: and while we're at it, here goes 0.35.5 with defpref of -1 X-Git-Tag: Release-2010-05/1~8868^2~362^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c89ee09bb7c25dbc6b27bc2eba8422d2938a6b7c;p=openembedded.git intltool: and while we're at it, here goes 0.35.5 with defpref of -1 --- diff --git a/packages/intltool/intltool-native_0.35.5.bb b/packages/intltool/intltool-native_0.35.5.bb new file mode 100644 index 0000000000..ba9b90c07a --- /dev/null +++ b/packages/intltool/intltool-native_0.35.5.bb @@ -0,0 +1,9 @@ +require intltool_${PV}.bb + +inherit native +DEPENDS = "libxml-parser-perl-native" + +export PERL = "/usr/bin/env perl" +SRC_URI_append = " file://intltool-nowarn.patch;patch=1" + +DEFAULT_PREFERENCE = "-1" diff --git a/packages/intltool/intltool_0.35.5.bb b/packages/intltool/intltool_0.35.5.bb new file mode 100644 index 0000000000..e13e376f12 --- /dev/null +++ b/packages/intltool/intltool_0.35.5.bb @@ -0,0 +1,10 @@ +require intltool.inc + +DEPENDS = "libxml-parser-perl-native" +#RDEPENDS = "libxml-parser-perl" + +PR = "r0" + +RRECOMMENDS = "perl-modules" + +DEFAULT_PREFERENCE = "-1"