[OE-core] [PATCH 19/21] gettext 0.6.1: disable native
Robert Yang
liezhi.yang at windriver.com
Tue Feb 3 01:12:13 UTC 2015
ERROR: The recipe gettext-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
sysroots/x86_64-linux/usr/share/gettext/config.rpath
Matched in manifest-x86_64-gettext-minimal-native.populate_sysroot
sysroots/x86_64-linux/usr/share/gettext/po/remove-potcdate.sin
Matched in manifest-x86_64-gettext-minimal-native.populate_sysroot
sysroots/x86_64-linux/usr/share/gettext/po/Makefile.in.in
Matched in manifest-x86_64-gettext-minimal-native.populate_sysroot
Please verify which recipe should provide the above files.
We have 0.19.4, so disable it rather than fix.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
meta/recipes-core/gettext/gettext_0.16.1.bb | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index 892194c..97acf7b 100644
--- a/meta/recipes-core/gettext/gettext_0.16.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.16.1.bb
@@ -7,9 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ea3144f04c41cd2eada5d3f472e6ea5"
PR = "r6"
DEPENDS = "virtual/libiconv"
-DEPENDS_class-native = ""
PROVIDES = "virtual/libintl virtual/gettext"
-PROVIDES_class-native = ""
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://gettext-vpath.patch \
@@ -106,4 +104,4 @@ remove_sysroot_m4_macros () {
rm -r "${SYSROOT_DESTDIR}${datadir}/aclocal"
}
-BBCLASSEXTEND = "native nativesdk"
+BBCLASSEXTEND = "nativesdk"
--
1.7.9.5
More information about the Openembedded-core
mailing list