summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-04-03 18:45:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-05 14:48:59 +0100
commitd99e819a6cbde6d1116c434ddba4c5f8eca7e6d8 (patch)
tree68d925d0b88e8e4ec7d28d0bfea7f2f19e1c7eb2
parenta484ff072eea3f47de2c3348048201249cefa46b (diff)
downloadopenembedded-core-d99e819a6cbde6d1116c434ddba4c5f8eca7e6d8.tar.gz
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. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/gio-module-cache.bbclass1
1 files changed, 1 insertions, 0 deletions
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