From: Alexander Kanavin Date: Tue, 3 Apr 2018 15:45:23 +0000 (+0300) Subject: gio-module-cache.bbclass: pass in ${libexecdir} X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1c8c163bfb736518f66276eca5765c493b8cc787;p=openembedded-core.git gio-module-cache.bbclass: pass in ${libexecdir} When it was something else than /usr/libexec (e.g. when installing native SDK packages), things broke down. (From OE-Core rev: d99e819a6cbde6d1116c434ddba4c5f8eca7e6d8) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/classes/gio-module-cache.bbclass b/meta/classes/gio-module-cache.bbclass index a8190b7b89..e429bd3197 100644 --- a/meta/classes/gio-module-cache.bbclass +++ b/meta/classes/gio-module-cache.bbclass @@ -9,6 +9,7 @@ if [ "x$D" != "x" ]; then mlprefix=${MLPREFIX} \ binprefix=${MLPREFIX} \ libdir=${libdir} \ + libexecdir=${libexecdir} \ base_libdir=${base_libdir} \ bindir=${bindir} else