diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-04-12 14:53:40 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:42 -0700 |
commit | e5042e3a0c7c94ece4b358770aaf6df7eed70cdd (patch) | |
tree | 708daca24793462ff3b6dfed7a9fecf08db030ef /meta-networking | |
parent | 4c92bcab36ab71716aaa87c1a23656d85c2009ee (diff) | |
download | meta-openembedded-e5042e3a0c7c94ece4b358770aaf6df7eed70cdd.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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/classes/waf-samba.bbclass | 2 |
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} \ | |||
15 | --localstatedir=${localstatedir} \ | 15 | --localstatedir=${localstatedir} \ |
16 | --libdir=${libdir} \ | 16 | --libdir=${libdir} \ |
17 | --includedir=${includedir} \ | 17 | --includedir=${includedir} \ |
18 | --oldincludedir=${oldincludedir} \ | 18 | --oldincludedir=${includedir} \ |
19 | --infodir=${infodir} \ | 19 | --infodir=${infodir} \ |
20 | --mandir=${mandir} \ | 20 | --mandir=${mandir} \ |
21 | ${PACKAGECONFIG_CONFARGS} \ | 21 | ${PACKAGECONFIG_CONFARGS} \ |