* [PATCH 0/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts
@ 2016-07-07 9:45 Chen Qi
2016-07-07 9:45 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2016-07-07 9:45 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 53fcfe4348a2ca727844f2b0bd3fca2902cbdda0:
lib/oeqa: add Galculator to SDK and runtime tests (2016-07-01 16:08:54 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/gettext-sysroot
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/gettext-sysroot
Chen Qi (1):
gettext_0.16.1: remove useless files to avoid sysroot conflicts
meta/recipes-core/gettext/gettext_0.16.1.bb | 7 +++++++
1 file changed, 7 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts
2016-07-07 9:45 [PATCH 0/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts Chen Qi
@ 2016-07-07 9:45 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2016-07-07 9:45 UTC (permalink / raw)
To: openembedded-core
Do as the 0.19.6 version do, remove these files to avoid sysroot conflicts
with gettext-native-minimal.
[YOCTO #9890]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/gettext/gettext_0.16.1.bb | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index 6095c83..f85cce1 100644
--- a/meta/recipes-core/gettext/gettext_0.16.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.16.1.bb
@@ -98,6 +98,13 @@ do_install_append() {
rm -f ${D}${libdir}/preloadable_libintl.so
}
+do_install_append_class-native () {
+ rm ${D}${datadir}/aclocal/*
+ rm ${D}${datadir}/gettext/config.rpath
+ rm ${D}${datadir}/gettext/po/Makefile.in.in
+ rm ${D}${datadir}/gettext/po/remove-potcdate.sin
+}
+
# Anyone inheriting gettext will have both gettext-native and gettext
# available, and we don't want to use older macros from the target gettext in
# a non-gplv3 build, so kill them and let dependent recipes rely on
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-07 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 9:45 [PATCH 0/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts Chen Qi
2016-07-07 9:45 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox