diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2017-01-31 15:23:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 15:25:50 +0000 |
commit | 6ad1deb0d728b8d34589b1a42acc8fa268e95f28 (patch) | |
tree | 4ae84fa8aac7c766f5b9ab43697d75778ee4dfdf /meta/recipes-devtools | |
parent | c42729d04071ab89c6d83cc503663a304477fdbd (diff) | |
download | openembedded-core-6ad1deb0d728b8d34589b1a42acc8fa268e95f28.tar.gz openembedded-core-6ad1deb0d728b8d34589b1a42acc8fa268e95f28.tar.bz2 openembedded-core-6ad1deb0d728b8d34589b1a42acc8fa268e95f28.zip |
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.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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<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" |