From 3a37554bedd7a63813416e3ba329640a21758b8a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 08:43:32 -0700 Subject: rrdtool: Inherit pkgconfig Fixes configure: error: Please fix the library issues listed above and try again. Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb index a1919e7400..e96138ea83 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb @@ -15,7 +15,7 @@ SRC_URI = "\ S = "${WORKDIR}/git" -inherit cpan autotools-brokensep gettext python3native python3-dir systemd +inherit cpan autotools-brokensep gettext pkgconfig python3native python3-dir systemd BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf