]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
icon-naming-utils-native: inherit perlnative
authorDexuan Cui <dexuan.cui@intel.com>
Wed, 1 Jun 2011 10:48:22 +0000 (18:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2011 13:37:28 +0000 (14:37 +0100)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb

index 18aa3745d3ea06ad9d44d16b0c50aa27fbcfdcd3..d34fb0315d070e6d7335affab3e165712be38820 100644 (file)
@@ -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