summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-09-30 10:49:50 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-30 22:37:10 -0400
commit1a9f6d9cf6e7be44e2f0fdd8d3aba28c87f7dfce (patch)
treeb8ca1d7f29d4806407bc722fc4e34b47449c9a3d
parent17365d3afaa70763d84fca6e45c25214963769b2 (diff)
downloadmeta-virtualization-1a9f6d9cf6e7be44e2f0fdd8d3aba28c87f7dfce.tar.gz
oath: inherit pkgconfig
* Newer oe-core doesn't pull many default dependencies anymore: https://lists.openembedded.org/g/openembedded-core/message/156185 add explicit dependency on pkgconfig through pkgconfig.bbclass as we're using it here. * fixes: ../../oath-toolkit-2.6.2/liboath/configure: line 30585: PKG_PROG_PKG_CONFIG: command not found checking for gtk-doc... ../../oath-toolkit-2.6.2/liboath/configure: line 30595: syntax error near unexpected token `$gtk_doc_requires,have_gtk_doc=yes,have_gtk_doc=no' ../../oath-toolkit-2.6.2/liboath/configure: line 30595: ` PKG_CHECK_EXISTS($gtk_doc_requires,have_gtk_doc=yes,have_gtk_doc=no)' configure: error: ../../oath-toolkit-2.6.2/liboath/configure failed for liboath Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/oath/oath_2.6.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/oath/oath_2.6.2.bb b/recipes-extended/oath/oath_2.6.2.bb
index f4230449..d568ec05 100644
--- a/recipes-extended/oath/oath_2.6.2.bb
+++ b/recipes-extended/oath/oath_2.6.2.bb
@@ -12,7 +12,7 @@ S = "${WORKDIR}/${BPN}-toolkit-${PV}"
12SRC_URI[md5sum] = "4a05cd4768764843bd5493609a6bdb17" 12SRC_URI[md5sum] = "4a05cd4768764843bd5493609a6bdb17"
13SRC_URI[sha256sum] = "b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0" 13SRC_URI[sha256sum] = "b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0"
14 14
15inherit autotools 15inherit autotools pkgconfig
16 16
17# Specify any options you want to pass to the configure script using EXTRA_OECONF: 17# Specify any options you want to pass to the configure script using EXTRA_OECONF:
18EXTRA_OECONF = "" 18EXTRA_OECONF = ""