mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e4b8c2bd20
commit
243fd5a74d
@@ -9,6 +9,7 @@ if [ "x$D" != "x" ]; then
|
||||
mlprefix=${MLPREFIX} \
|
||||
binprefix=${MLPREFIX} \
|
||||
libdir=${libdir} \
|
||||
libexecdir=${libexecdir} \
|
||||
base_libdir=${base_libdir} \
|
||||
bindir=${bindir}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user