diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 12:00:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 12:46:54 +0200 |
commit | 7b5f1149725111127435fbe990793bef65ef5adc (patch) | |
tree | e2537b640fe280fd215eae6ee6d8a72ddec1d360 /meta-oe/recipes-devtools | |
parent | e9a5c42026595e9bcf9a0d4b35dfe207742dac58 (diff) | |
download | meta-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/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb | 16 |
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 000000000..c10b8bfa1 --- /dev/null +++ b/meta-oe/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
3 | |||
4 | DEPENDS = "libxml-simple-perl-native" | ||
5 | |||
6 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" | ||
7 | SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba" | ||
8 | SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" | ||
9 | |||
10 | S = "${WORKDIR}/icon-naming-utils-${PV}" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | FILES_${PN} += "${datadir}/dtds" | ||
15 | |||
16 | BBCLASSEXTEND = "native" | ||