diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 09:02:00 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
| commit | bbf7ede71ba246ab611b7b54c01eec8aa23180b3 (patch) | |
| tree | d3708971220439767451096115d3da88d32d644d | |
| parent | e7414868573a821655c39adf6a50d3a36dff45dd (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb | 2 |
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 = "\ | |||
| 17 | DEPENDS:append:libc-musl = " argp-standalone" | 17 | DEPENDS:append:libc-musl = " argp-standalone" |
| 18 | LDFLAGS:append:libc-musl = " -largp" | 18 | LDFLAGS:append:libc-musl = " -largp" |
| 19 | 19 | ||
| 20 | inherit meson | 20 | inherit meson pkgconfig |
| 21 | 21 | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
