aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 08:41:56 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commitbc4409e4aca00184ee29447c5bf02ce5abcff7c7 (patch)
treea1b40e8330212f6da1d7c8e23665d74d2d8e461c /meta-networking
parentc94e5cb7d852dbe80b985075bb76262c4342e9a0 (diff)
downloadmeta-openembedded-bc4409e4aca00184ee29447c5bf02ce5abcff7c7.tar.gz
kronosnet: Inherit pkgconfig
Fixes configure.ac:32: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb
index edbca246de..b19482c79a 100644
--- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb
+++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1"
UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
-inherit autotools
+inherit autotools pkgconfig
S = "${WORKDIR}/git"