diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-01 18:48:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 14:37:28 +0100 |
commit | 956fb0e11de893b6e6fbfc8589452a5395889823 (patch) | |
tree | 6134e84c772758ada384b44ecae2e0d7f593121d /meta/recipes-devtools | |
parent | 993672fa2739794a6dd0dbd7bb232fa60522b897 (diff) | |
download | openembedded-core-956fb0e11de893b6e6fbfc8589452a5395889823.tar.gz openembedded-core-956fb0e11de893b6e6fbfc8589452a5395889823.tar.bz2 openembedded-core-956fb0e11de893b6e6fbfc8589452a5395889823.zip |
icon-naming-utils-native: inherit perlnative
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/icon-naming-utils/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 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 |