From 269bea560c3becd2e1c21ac3931557b55bfc1866 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 29 Aug 2017 23:21:07 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/rpm') 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 -- cgit v1.2.3-54-g00ecf