mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
sudo: Fix out of tree builds ${B} != ${S}
The last change to sudo broke out of tree builds, fix this. (From OE-Core rev: a1226175c405db6eacb6e490e8e635b9dd156126) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -23,7 +23,7 @@ do_configure_prepend () {
|
||||
|
||||
# mksigname/mksiglist are used on build host to generate source files
|
||||
do_compile_prepend () {
|
||||
oe_runmake CC=$BUILD_CC CPPFLAGS="$BUILD_CPPFLAGS -I../include -I../" -C compat mksigname mksiglist
|
||||
oe_runmake CC=$BUILD_CC CPPFLAGS="$BUILD_CPPFLAGS -I${S}/include -I${S} -I${B}" -C compat mksigname mksiglist
|
||||
}
|
||||
|
||||
# Explicitly create ${localstatedir}/lib before do_install to ensure
|
||||
|
||||
Reference in New Issue
Block a user