aboutsummaryrefslogtreecommitdiffstats
path: root/packages/intltool
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-04 18:53:45 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-04 18:53:45 +0000
commite805bcb41f4c5665c63160efba87a80c6c3e840a (patch)
treeb41765e2307b20e42efbe0d0aae3e538b7385d43 /packages/intltool
parent860cbcfcdd31d0ffdb97ac1118cede585e31b09f (diff)
downloadopenembedded-e805bcb41f4c5665c63160efba87a80c6c3e840a.tar.gz
intltool: also fix 0.35.0 RDEPENDS
Diffstat (limited to 'packages/intltool')
-rw-r--r--packages/intltool/intltool_0.35.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/intltool/intltool_0.35.0.bb b/packages/intltool/intltool_0.35.0.bb
index 7d4f83e94e..de8705ccf0 100644
--- a/packages/intltool/intltool_0.35.0.bb
+++ b/packages/intltool/intltool_0.35.0.bb
@@ -4,6 +4,10 @@ LICENSE = "GPL"
DEPENDS = "libxml-parser-perl-native"
#RDEPENDS = "libxml-parser-perl"
+PR = "r1"
+
+RRECOMMENDS = "perl-modules"
+
SRC_URI = "${GNOME_MIRROR}/intltool/0.35/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}"