From 4ce8a676459f216dc223f1bc5051dcd56dc703b3 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 3 Apr 2013 19:27:24 +0100 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../icon-naming-utils-native_0.8.7.bb | 19 ------------------- .../icon-naming-utils/icon-naming-utils_0.8.90.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb create mode 100644 meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb 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 deleted file mode 100644 index 4d1e19efc4..0000000000 --- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "GPLv2" -DEPENDS = "libxml-simple-perl-native" -PR = "r4" - -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" - -SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6" -SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2" - -S = "${WORKDIR}/icon-naming-utils-${PV}" - -inherit autotools native perlnative - -do_configure_append() { - # Make sure we use our nativeperl wrapper. - sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in -} 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 @@ +LICENSE = "GPLv2" +DEPENDS = "libxml-simple-perl-native" +PR = "r4" + +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" +SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba" +SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c" + +inherit autotools allarch perlnative + +do_configure_append() { + # Make sure we use our nativeperl wrapper. + sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in +} + +FILES_${PN} += "${datadir}/dtds" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf