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 23:01:23 +0100 |
commit | 43b48407a4293c106972052aaf89f43401ebc7d7 (patch) | |
tree | b08fb8f39a77f3089fba5d9962bf895aa72843bd /meta/recipes-devtools/rpm | |
parent | 50f1f5f4e63d95ab5a7ce4c12249df07541e11b6 (diff) | |
download | poky-43b48407a4293c106972052aaf89f43401ebc7d7.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.
(From OE-Core rev: 124a6115af845fd892f53c8504db6ffd59f8bd45)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-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() { | |||
77 | ${bindir}/rpmkeys \ | 77 | ${bindir}/rpmkeys \ |
78 | ${bindir}/rpmsign \ | 78 | ${bindir}/rpmsign \ |
79 | ${bindir}/rpmspec \ | 79 | ${bindir}/rpmspec \ |
80 | ${libdir}/rpm/rpmdeps \ | ||
80 | " | 81 | " |
81 | 82 | ||
82 | for tool in $tools; do | 83 | for tool in $tools; do |