diff options
Diffstat (limited to 'meta/recipes-devtools/icon-naming-utils')
-rw-r--r-- | meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb | 7 |
1 files changed, 6 insertions, 1 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-native_0.8.7.bb index d34fb0315d..4760c9627e 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-native_0.8.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | DEPENDS = "libxml-simple-perl-native" | 2 | DEPENDS = "libxml-simple-perl-native" |
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
@@ -9,3 +9,8 @@ SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" | |||
9 | S = "${WORKDIR}/icon-naming-utils-${PV}" | 9 | S = "${WORKDIR}/icon-naming-utils-${PV}" |
10 | 10 | ||
11 | inherit autotools native perlnative | 11 | inherit autotools native perlnative |
12 | |||
13 | do_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 | } | ||