From patchwork Wed Jun 1 13:18:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,v1,16/16] icon-naming-utils-native: inherit perlnative Date: Wed, 01 Jun 2011 13:18:47 -0000 From: Dexuan Cui X-Patchwork-Id: 5225 Message-Id: <61cd74d1c6ecc8a10c7564dff7e51860258a1b97.1306931849.git.dexuan.cui@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Dexuan Cui --- .../icon-naming-utils-native_0.8.7.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 18aa374..d34fb03 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