aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 09:02:00 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commitbbf7ede71ba246ab611b7b54c01eec8aa23180b3 (patch)
treed3708971220439767451096115d3da88d32d644d /meta-oe
parente7414868573a821655c39adf6a50d3a36dff45dd (diff)
downloadmeta-openembedded-contrib-bbf7ede71ba246ab611b7b54c01eec8aa23180b3.tar.gz
zchunk: Inherit pkgconfig
Fixes ../git/meson.build:32:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
index 59a0dfff2f..c1b22886fb 100644
--- a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
@@ -17,6 +17,6 @@ DEPENDS = "\
DEPENDS:append:libc-musl = " argp-standalone"
LDFLAGS:append:libc-musl = " -largp"
-inherit meson
+inherit meson pkgconfig
BBCLASSEXTEND = "native nativesdk"