aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-09 12:00:57 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-09 12:46:54 +0200
commit7b5f1149725111127435fbe990793bef65ef5adc (patch)
treee2537b640fe280fd215eae6ee6d8a72ddec1d360 /meta-oe
parente9a5c42026595e9bcf9a0d4b35dfe207742dac58 (diff)
downloadmeta-openembedded-7b5f1149725111127435fbe990793bef65ef5adc.tar.gz
icon-naming-utils: add BBCLASSEXTENDED version of 0.8.90
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb b/meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
new file mode 100644
index 0000000000..c10b8bfa10
--- /dev/null
+++ b/meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
@@ -0,0 +1,16 @@
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "libxml-simple-perl-native"
+
+SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
+SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba"
+SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c"
+
+S = "${WORKDIR}/icon-naming-utils-${PV}"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/dtds"
+
+BBCLASSEXTEND = "native"