From: Dexuan Cui Date: Wed, 1 Jun 2011 10:48:22 +0000 (+0800) Subject: icon-naming-utils-native: inherit perlnative X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9503d59ea16689160a6b957888cb8e0cf4099b1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git icon-naming-utils-native: inherit perlnative Signed-off-by: Dexuan Cui --- diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb index 18aa3745d3e..d34fb0315d0 100644 --- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb +++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb @@ -1,6 +1,6 @@ LICENSE = "GPLv2" DEPENDS = "libxml-simple-perl-native" -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" @@ -8,4 +8,4 @@ SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" S = "${WORKDIR}/icon-naming-utils-${PV}" -inherit autotools native +inherit autotools native perlnative