rpm: Create a wrapper for the native rpmdeps tool

Rather than trying to call rpmdeps with the correct arguments to work
with the sysroot as was done in package.bbclass, create a wrapper for
it like all the other native tools already had.

(From OE-Core rev: 8279881fb0a65b238c6d484a45a71b6c4dd433e2)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2017-08-29 23:21:07 +02:00 committed by Richard Purdie
parent e6aa58d0b0
commit 269bea560c
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ do_install_append_class-native() {
${bindir}/rpmkeys \
${bindir}/rpmsign \
${bindir}/rpmspec \
${libdir}/rpm/rpmdeps \
"
for tool in $tools; do