From: Dexuan Cui Date: Wed, 1 Jun 2011 10:48:22 +0000 (+0800) Subject: icon-naming-utils-native: inherit perlnative X-Git-Tag: 2011-1~1111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=956fb0e11de893b6e6fbfc8589452a5395889823;p=openembedded-core.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 18aa3745d3..d34fb0315d 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