* [PATCH 0/1] Bring in overlayed recipe from meta-oe
@ 2013-04-03 18:27 Paul Eggleton
2013-04-03 18:27 ` [PATCH 1/1] icon-naming-utils: import version 0.8.90 " Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2013-04-03 18:27 UTC (permalink / raw)
To: openembedded-core
This is one of the last remaining recipes from meta-oe that we need to
bring over to OE-Core. I realise this is late in the cycle, but the
impact should be minimal and would help reduce the overlap of meta-oe
which is a beneficial thing in itself. I have tested building and
running a Sato image with it applied and there was no apparent change
in the icons or indicated by buildhistory for sato-icon-theme which
seems to be the only item we have that depends upon
icon-naming-utils(-native).
The following change since commit ca36be708e54c0c86535bc8512295c76c48f6cf5:
classes/sstate: avoid traceback when no files have been staged (2013-04-03 17:01:09 +0100)
is available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/meta-oe-cleanup
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/meta-oe-cleanup
Paul Eggleton (1):
icon-naming-utils: import version 0.8.90 from meta-oe
...tils-native_0.8.7.bb => icon-naming-utils_0.8.90.bb} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/icon-naming-utils/{icon-naming-utils-native_0.8.7.bb => icon-naming-utils_0.8.90.bb} (58%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] icon-naming-utils: import version 0.8.90 from meta-oe
2013-04-03 18:27 [PATCH 0/1] Bring in overlayed recipe from meta-oe Paul Eggleton
@ 2013-04-03 18:27 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-04-03 18:27 UTC (permalink / raw)
To: openembedded-core
* 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
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
...tils-native_0.8.7.bb => icon-naming-utils_0.8.90.bb} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/icon-naming-utils/{icon-naming-utils-native_0.8.7.bb => icon-naming-utils_0.8.90.bb} (58%)
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
similarity index 58%
rename from meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
rename to meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
index 4d1e19e..63a485d 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"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz"
+SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
+SRC_URI[md5sum] = "2c5c7a418e5eb3268f65e21993277fba"
+SRC_URI[sha256sum] = "044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c"
-SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6"
-SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2"
-
-S = "${WORKDIR}/icon-naming-utils-${PV}"
-
-inherit autotools native perlnative
+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"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-03 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 18:27 [PATCH 0/1] Bring in overlayed recipe from meta-oe Paul Eggleton
2013-04-03 18:27 ` [PATCH 1/1] icon-naming-utils: import version 0.8.90 " Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox