diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-04-12 14:52:48 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:42 -0700 |
| commit | 4c92bcab36ab71716aaa87c1a23656d85c2009ee (patch) | |
| tree | c7a129b2a75e8a191b2605a6d1fdb5e7710530ef | |
| parent | 92bcaa8c1b5f7e2bdd607eafe59ea2d5799ba7d6 (diff) | |
| download | meta-openembedded-4c92bcab36ab71716aaa87c1a23656d85c2009ee.tar.gz | |
autoconf-2.13-native_2.13: 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-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb index 21d1356f7b..d0e0446eb8 100644 --- a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb +++ b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb | |||
| @@ -43,7 +43,7 @@ CONFIGUREOPTS = " \ | |||
| 43 | --localstatedir=${localstatedir} \ | 43 | --localstatedir=${localstatedir} \ |
| 44 | --libdir=${libdir} \ | 44 | --libdir=${libdir} \ |
| 45 | --includedir=${includedir} \ | 45 | --includedir=${includedir} \ |
| 46 | --oldincludedir=${oldincludedir} \ | 46 | --oldincludedir=${includedir} \ |
| 47 | --infodir=${infodir} \ | 47 | --infodir=${infodir} \ |
| 48 | --mandir=${mandir} \ | 48 | --mandir=${mandir} \ |
| 49 | --disable-silent-rules \ | 49 | --disable-silent-rules \ |
