mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gettext: additional ptest fixing
In previous testing some tests were skipped due to missing autotools; when autotools are present on target, additional failures are exposed. (From OE-Core rev: 9863bb29f481023081b30a55d3304afe1d7b6e8b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
82a9976a66
commit
0b1cca70b9
@@ -0,0 +1,26 @@
|
||||
From 38b256e5aa7dfeb42acffd89565e53a2c0bab3e3 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Tue, 7 Jan 2020 16:44:38 +0100
|
||||
Subject: [PATCH] tests/autopoint-3: unset MAKEFLAGS
|
||||
|
||||
This is needed when running ptests, as the MAKEFLAGS value (set up by run-ptest)
|
||||
is messing up the test.
|
||||
|
||||
Upstream-Status: Inapppropriate [oe-core specific]
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
gettext-tools/tests/autopoint-3 | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3
|
||||
index e13552b..55188df 100755
|
||||
--- a/gettext-tools/tests/autopoint-3
|
||||
+++ b/gettext-tools/tests/autopoint-3
|
||||
@@ -126,6 +126,7 @@ test $? = 0 || { cat autopoint.err; Exit 1; }
|
||||
${CONFIG_SHELL} ./configure >/dev/null 2>autpoint.err
|
||||
test $? = 0 || { cat autopoint.err; Exit 1; }
|
||||
|
||||
+unset MAKEFLAGS
|
||||
${MAKE} >/dev/null 2>autopoint.err
|
||||
test $? = 0 || { cat autopoint.err; Exit 1; }
|
||||
|
||||
@@ -24,6 +24,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
||||
file://run-ptest \
|
||||
file://serial-tests-config.patch \
|
||||
file://0001-msgmerge-Fix-behaviour-of-for-msgfmt-on-PO-files-wit.patch \
|
||||
file://0001-tests-autopoint-3-unset-MAKEFLAGS.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "bb5b0c0caa028105f3ca1905ddc306e2"
|
||||
@@ -150,8 +151,12 @@ do_install_ptest() {
|
||||
mkdir -p ${D}${PTEST_PATH}/misc
|
||||
mkdir -p ${D}${PTEST_PATH}/its
|
||||
mkdir -p ${D}${PTEST_PATH}/styles
|
||||
mkdir -p ${D}${PTEST_PATH}/gnulib-lib
|
||||
mkdir -p ${D}${PTEST_PATH}/examples
|
||||
cp -rf ${S}/gettext-tools/its/* ${D}${PTEST_PATH}/its
|
||||
cp -rf ${S}/gettext-tools/styles/* ${D}${PTEST_PATH}/styles
|
||||
cp -rf ${S}/gettext-tools/gnulib-lib/gettext.h ${D}${PTEST_PATH}/gnulib-lib
|
||||
cp -rf ${S}/gettext-tools/examples/hello-c ${D}${PTEST_PATH}/examples
|
||||
cp -rf ${S}/gettext-tools/tests/* ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${B}/gettext-tools/tests/.libs/* ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${B}/gettext-runtime/intl/.libs/libgnuintl.so.8* ${D}${libdir}/
|
||||
|
||||
Reference in New Issue
Block a user