Upgrade intltool to 0.35.5

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2336 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-02 15:01:41 +00:00
parent 7537de5c06
commit 65305236fc
5 changed files with 63 additions and 7 deletions

View File

@ -0,0 +1,40 @@
--- intltool-0.35.0/intltool-extract.in.in.orig 2006-06-16 15:49:14.000000000 -0600
+++ intltool-0.35.0/intltool-extract.in.in 2006-06-16 15:49:18.000000000 -0600
@@ -1,4 +1,4 @@
-#!@INTLTOOL_PERL@ -w
+#!@INTLTOOL_PERL@
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
--- intltool-0.35.0/intltool-merge.in.in.orig 2006-06-16 15:49:18.000000000 -0600
+++ intltool-0.35.0/intltool-merge.in.in 2006-06-16 15:49:23.000000000 -0600
@@ -1,4 +1,4 @@
-#!@INTLTOOL_PERL@ -w
+#!@INTLTOOL_PERL@
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
--- intltool-0.35.0/intltool-prepare.in.orig 2006-06-16 15:49:23.000000000 -0600
+++ intltool-0.35.0/intltool-prepare.in 2006-06-16 15:49:26.000000000 -0600
@@ -1,4 +1,4 @@
-#!@INTLTOOL_PERL@ -w
+#!@INTLTOOL_PERL@
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
# Intltool .desktop, .directory Prepare Tool
--- intltool-0.35.0/intltool-unicodify.in.orig 2006-06-16 15:49:26.000000000 -0600
+++ intltool-0.35.0/intltool-unicodify.in 2006-06-16 15:49:30.000000000 -0600
@@ -1,4 +1,4 @@
-#!@INTLTOOL_PERL@ -w
+#!@INTLTOOL_PERL@
#
# The i18n Unicode Encoding Utility
--- intltool-0.35.0/intltool-update.in.in.orig 2006-06-16 15:49:30.000000000 -0600
+++ intltool-0.35.0/intltool-update.in.in 2006-06-16 15:49:35.000000000 -0600
@@ -1,4 +1,4 @@
-#!@INTLTOOL_PERL@ -w
+#!@INTLTOOL_PERL@
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#

View File

@ -1,4 +0,0 @@
SECTION = "devel"
require intltool_${PV}.bb
inherit native
DEPENDS = "libxml-parser-perl-native"

View File

@ -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"

View File

@ -1,9 +1,10 @@
SECTION = "devel"
DESCRIPTION = "Utility scripts for internationalizing XML"
DEPENDS = "libxml-parser-perl"
PRIORITY = "optional"
SECTION = "devel"
LICENSE = "GPL"
SRC_URI = "${GNOME_MIRROR}/intltool/0.35/intltool-${PV}.tar.bz2"
URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}"
inherit autotools pkgconfig

View File

@ -0,0 +1,10 @@
require intltool.inc
DEPENDS = "libxml-parser-perl-native"
#RDEPENDS = "libxml-parser-perl"
PR = "r0"
RRECOMMENDS = "perl-modules"
DEFAULT_PREFERENCE = "-1"