From 51d17f85c93ff5e69943ac9bd3ae05cb9bfcf5e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 08:57:38 -0700 Subject: mimic: Inherit pkgconfig Fixes configure.ac:132: error: possibly undefined macro: m4_ignore If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-multimedia/recipes-multimedia') diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb index f4e26d52c3..412a272eed 100644 --- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb @@ -25,7 +25,7 @@ SRC_URI = "git://github.com/MycroftAI/mimic1.git \ file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ " -inherit autotools +inherit autotools pkgconfig S = "${WORKDIR}/git" -- cgit 1.2.3-korg