diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-03 19:27:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:04:42 +0100 |
commit | 4ce8a676459f216dc223f1bc5051dcd56dc703b3 (patch) | |
tree | b648249c2d24176852bf19518ba5a706471745a5 /meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb | |
parent | 12c9f9a83572423185455dbfee5d2083cbf826df (diff) | |
download | poky-4ce8a676459f216dc223f1bc5051dcd56dc703b3.tar.gz |
icon-naming-utils: import version 0.8.90 from meta-oe
* Use newer version 0.8.90
* Updates to a BBCLASSEXTENDed recipe instead of just a native recipe
* Use PV in SRC_URI instead of hardcoded version number
In copying over the recipe from meta-oe, some minor changes were made:
* Preserve the existing OE-Core nativeperl wrapper usage
* Drop setting of S which is effectively the default value
(From OE-Core rev: ef24f8e7e6b91ad8e83942bd956e0d6ab0fc077b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 20 |
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 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | DEPENDS = "libxml-simple-perl-native" | ||
3 | PR = "r4" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba" | ||
9 | SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" | ||
10 | |||
11 | inherit autotools allarch 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 | } | ||
17 | |||
18 | FILES_${PN} += "${datadir}/dtds" | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||