icon-naming-utils-native: inherit perlnative

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2011-06-01 18:48:22 +08:00 committed by Richard Purdie
parent a74e428e34
commit c9503d59ea
1 changed files with 2 additions and 2 deletions

View 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