From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QRlNh-0007OU-0A for openembedded-core@lists.openembedded.org; Wed, 01 Jun 2011 15:22:41 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 01 Jun 2011 06:19:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,303,1304319600"; d="scan'208";a="11944696" Received: from dcui-desktop.sh.intel.com (HELO localhost) ([10.239.13.51]) by fmsmga001.fm.intel.com with ESMTP; 01 Jun 2011 06:19:28 -0700 From: Dexuan Cui To: openembedded-core@lists.openembedded.org Date: Wed, 1 Jun 2011 21:18:47 +0800 Message-Id: <61cd74d1c6ecc8a10c7564dff7e51860258a1b97.1306931849.git.dexuan.cui@intel.com> X-Mailer: git-send-email 1.7.2 In-Reply-To: References: In-Reply-To: References: Subject: [RFC v1 PATCH 16/16] icon-naming-utils-native: inherit perlnative X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 13:22:41 -0000 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 -- 1.7.2