From bbf7ede71ba246ab611b7b54c01eec8aa23180b3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 09:02:00 -0700 Subject: 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 --- meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf