From c1d347b574287572eeab7586d9d9764fc98b48bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 08:45:18 -0700 Subject: 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 --- meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master" -inherit gettext autotools python3native +inherit gettext autotools pkgconfig python3native DEPENDS += " \ libpcre2 \ -- cgit v1.2.3-54-g00ecf