]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: inherit pkgconfig
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 31 Jan 2017 13:23:28 +0000 (15:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 15:25:50 +0000 (15:25 +0000)
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.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm_5.4.16.bb

index 3df4d1ff1d98ce1aeacc282dbfa2fe9988181961..2d27588550ca4c4fc4aa45eff54c716d3f4da6e8 100644 (file)
@@ -168,7 +168,7 @@ SRC_URI_append_libc-musl = "\
 
 UPSTREAM_CHECK_REGEX = "rpm-(?P<pver>(\d+[\.\-_]*)+)-.*$"
 
-inherit autotools gettext python-dir
+inherit autotools gettext pkgconfig python-dir
 
 acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"