[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6259/8267] rpm: Create a wrapper for the native rpmdeps tool



commit 43b48407a4293c106972052aaf89f43401ebc7d7
Author: Peter Kjellerstedt <peter kjellerstedt axis com>
Date:   Fri Jun 9 21:34:31 2017 +0200

    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>

 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 531669a..7665d54 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]