summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb')
-rw-r--r--meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
new file mode 100644
index 0000000000..63a485d17b
--- /dev/null
+++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
@@ -0,0 +1,20 @@
1LICENSE = "GPLv2"
2DEPENDS = "libxml-simple-perl-native"
3PR = "r4"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
8SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba"
9SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c"
10
11inherit autotools allarch perlnative
12
13do_configure_append() {
14 # Make sure we use our nativeperl wrapper.
15 sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in
16}
17
18FILES_${PN} += "${datadir}/dtds"
19
20BBCLASSEXTEND = "native"