diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:57:38 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
| commit | 51d17f85c93ff5e69943ac9bd3ae05cb9bfcf5e1 (patch) | |
| tree | f68edf8355168f4906948c60f9ef75692bf0517f /meta-multimedia | |
| parent | f62efbaf96a77069aabcbce8dbad61c0d9db2ab5 (diff) | |
| download | meta-openembedded-51d17f85c93ff5e69943ac9bd3ae05cb9bfcf5e1.tar.gz | |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ | 25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | inherit autotools | 28 | inherit autotools pkgconfig |
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
