Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] quilt: do not test patch-wrapper as it is not enabled
@ 2020-03-24 21:36 Alexander Kanavin
  2020-03-24 21:36 ` [PATCH 2/2] ptest: further bump RAM in qemu Alexander Kanavin
  2020-04-15 18:35 ` [OE-core] [PATCH 1/2] quilt: do not test patch-wrapper as it is not enabled Matthew
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Kanavin @ 2020-03-24 21:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Upstream only enables the test if --with-patch-wrapper
was supplied to ./configure, and so should we.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/quilt/quilt.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index d6d06c049c..d2db079e0b 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -71,6 +71,9 @@ do_install_ptest() {
 	tar -c --exclude=mail.test --exclude=delete.test test/ | ( cd ${D}${PTEST_PATH} && tar -xf - && chmod 777 test)
 	cp ${WORKDIR}/Makefile ${D}${PTEST_PATH}
 	cp ${WORKDIR}/test.sh ${D}${PTEST_PATH}
+
+	# This is specifically excluded when --with-patch-wrapper is absent during ./configure
+	rm ${D}${PTEST_PATH}/test/patch-wrapper.test
 }
 
 PACKAGES += "guards guards-doc"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-15 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 21:36 [PATCH 1/2] quilt: do not test patch-wrapper as it is not enabled Alexander Kanavin
2020-03-24 21:36 ` [PATCH 2/2] ptest: further bump RAM in qemu Alexander Kanavin
2020-04-15 18:35 ` [OE-core] [PATCH 1/2] quilt: do not test patch-wrapper as it is not enabled Matthew
2020-04-15 18:40   ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox