From 86310792d34321af6da98b27f86af89302bafd36 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 31 Jan 2017 15:23:28 +0200 Subject: rpm: inherit pkgconfig Rpm needs pkg-config in order to build successfully. Recipe specific sysroots revealed this missing dependency when trying to build on a host without pkg-config. (From OE-Core rev: 6ad1deb0d728b8d34589b1a42acc8fa268e95f28) Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rpm') diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb index 3df4d1ff1d..2d27588550 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb @@ -168,7 +168,7 @@ SRC_URI_append_libc-musl = "\ UPSTREAM_CHECK_REGEX = "rpm-(?P(\d+[\.\-_]*)+)-.*$" -inherit autotools gettext python-dir +inherit autotools gettext pkgconfig python-dir acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" -- cgit v1.2.3-54-g00ecf