diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-06-09 21:34:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-12 15:17:50 +0100 |
commit | 124a6115af845fd892f53c8504db6ffd59f8bd45 (patch) | |
tree | 4c6ad4298a2f8712e4fdbd0c40f46fcd7e371491 | |
parent | e299a396849acd515d51d377958d795e979e6262 (diff) | |
download | openembedded-core-124a6115af845fd892f53c8504db6ffd59f8bd45.tar.gz openembedded-core-124a6115af845fd892f53c8504db6ffd59f8bd45.tar.bz2 openembedded-core-124a6115af845fd892f53c8504db6ffd59f8bd45.zip |
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.bb | 1 |
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 |