diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:45:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | c1d347b574287572eeab7586d9d9764fc98b48bc (patch) | |
tree | 8b18980463c70159172a4b933b04b34f36cf1743 | |
parent | 3a37554bedd7a63813416e3ba329640a21758b8a (diff) | |
download | meta-openembedded-c1d347b574287572eeab7586d9d9764fc98b48bc.tar.gz |
libbytesize: Inherit pkgconfig
Fixes
../git/configure: line 13851: `PKG_CHECK_MODULES(PCRE2, libpcre2-8, , LIBBYTESIZE_SOFT_FAILURE($[PCRE2]_PKG_ERRORS))'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb index 118259e4fd..7b8d4a3f91 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | |||
@@ -12,7 +12,7 @@ B = "${S}" | |||
12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" | 12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" |
13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master" | 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master" |
14 | 14 | ||
15 | inherit gettext autotools python3native | 15 | inherit gettext autotools pkgconfig python3native |
16 | 16 | ||
17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
18 | libpcre2 \ | 18 | libpcre2 \ |