From 77b693b84cb3682eeb4da7c0f1f29e714542381b Mon Sep 17 00:00:00 2001 From: zhuyan Date: Thu, 23 Sep 2021 22:50:58 +0800 Subject: [PATCH] fix bash compile error Signed-off-by: zhuyan --- meta-openeuler/recipes-labtools/bash/bash.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openeuler/recipes-labtools/bash/bash.inc b/meta-openeuler/recipes-labtools/bash/bash.inc index 82d5bf94680..64f82c4a897 100644 --- a/meta-openeuler/recipes-labtools/bash/bash.inc +++ b/meta-openeuler/recipes-labtools/bash/bash.inc @@ -19,6 +19,11 @@ export AUTOHEADER = "true" RDEPENDS_${PN}-ptest += "make" PARALLEL_MAKE = "" + +do_configure () { + oe_runconf +} + do_configure_prepend () { rm -f ${S}/y.tab.c if [ ! -e ${S}/acinclude.m4 ]; then -- Gitee