diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:43:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | 3a37554bedd7a63813416e3ba329640a21758b8a (patch) | |
tree | c468911e51883b363cb66816c61d1996f525109d | |
parent | bc4409e4aca00184ee29447c5bf02ce5abcff7c7 (diff) | |
download | meta-openembedded-3a37554bedd7a63813416e3ba329640a21758b8a.tar.gz |
rrdtool: Inherit pkgconfig
Fixes
configure: error: Please fix the library issues listed above and try again.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit cpan autotools-brokensep gettext python3native python3-dir systemd | 18 | inherit cpan autotools-brokensep gettext pkgconfig python3native python3-dir systemd |
19 | 19 | ||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
21 | 21 | ||