aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-08-29 23:21:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-30 11:19:11 +0100
commit8279881fb0a65b238c6d484a45a71b6c4dd433e2 (patch)
tree2a790391029cc6d0fd4ba2aea49f222193904485
parentd052c534c5099b9927ec84b23e01341f0aa3ce7d (diff)
downloadopenembedded-core-contrib-8279881fb0a65b238c6d484a45a71b6c4dd433e2.tar.gz
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. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/rpm/rpm_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb
index 531669ae73..7665d54cdc 100644
--- a/meta/recipes-devtools/rpm/rpm_git.bb
+++ b/meta/recipes-devtools/rpm/rpm_git.bb
@@ -77,6 +77,7 @@ do_install_append_class-native() {
${bindir}/rpmkeys \
${bindir}/rpmsign \
${bindir}/rpmspec \
+ ${libdir}/rpm/rpmdeps \
"
for tool in $tools; do