aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-04-12 14:53:40 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-12 08:57:34 -0700
commit2f30540742cbcfdfdcc5beb6482b304d8643f230 (patch)
tree2d1c74e5b7258d3a348d70a0cec8ba3f844ab80c
parentb0da5033d36f8809f431976033808197b374f71e (diff)
downloadmeta-openembedded-contrib-2f30540742cbcfdfdcc5beb6482b304d8643f230.tar.gz
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>
-rw-r--r--meta-networking/classes/waf-samba.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-networking/classes/waf-samba.bbclass
index c8bf7bacf8..79acacc989 100644
--- a/meta-networking/classes/waf-samba.bbclass
+++ b/meta-networking/classes/waf-samba.bbclass
@@ -15,7 +15,7 @@ CONFIGUREOPTS = " --prefix=${prefix} \
--localstatedir=${localstatedir} \
--libdir=${libdir} \
--includedir=${includedir} \
- --oldincludedir=${oldincludedir} \
+ --oldincludedir=${includedir} \
--infodir=${infodir} \
--mandir=${mandir} \
${PACKAGECONFIG_CONFARGS} \