diff options
-rw-r--r-- | meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb (renamed from meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb) | 15 |
1 files changed, 8 insertions, 7 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_0.8.90.bb index 4d1e19efc4..63a485d17b 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_0.8.90.bb | |||
@@ -4,16 +4,17 @@ PR = "r4" | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" | 7 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" |
8 | SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba" | ||
9 | SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" | ||
8 | 10 | ||
9 | SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6" | 11 | inherit autotools allarch perlnative |
10 | SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2" | ||
11 | |||
12 | S = "${WORKDIR}/icon-naming-utils-${PV}" | ||
13 | |||
14 | inherit autotools native perlnative | ||
15 | 12 | ||
16 | do_configure_append() { | 13 | do_configure_append() { |
17 | # Make sure we use our nativeperl wrapper. | 14 | # Make sure we use our nativeperl wrapper. |
18 | sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in | 15 | sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in |
19 | } | 16 | } |
17 | |||
18 | FILES_${PN} += "${datadir}/dtds" | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||