mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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 <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e7ea95eaaa
commit
86310792d3
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user