mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
waf-samba: replace oldincludedir
oldincludedir was removed in oe-core by commit 506c91cbc6a604a84e37e53ccff430436369802e Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ CONFIGUREOPTS = " --prefix=${prefix} \
|
|||||||
--localstatedir=${localstatedir} \
|
--localstatedir=${localstatedir} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
--includedir=${includedir} \
|
--includedir=${includedir} \
|
||||||
--oldincludedir=${oldincludedir} \
|
--oldincludedir=${includedir} \
|
||||||
--infodir=${infodir} \
|
--infodir=${infodir} \
|
||||||
--mandir=${mandir} \
|
--mandir=${mandir} \
|
||||||
${PACKAGECONFIG_CONFARGS} \
|
${PACKAGECONFIG_CONFARGS} \
|
||||||
|
|||||||
Reference in New Issue
Block a user