diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-26 14:36:38 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | b3ac051874061523b77166e13f504d1206636549 (patch) | |
| tree | e38fd323c627af8728b3348a89eb35516a78020b /meta-oe | |
| parent | 3083eb9f273b470e3434e5d78f2e8d30e7cef153 (diff) | |
| download | meta-openembedded-b3ac051874061523b77166e13f504d1206636549.tar.gz | |
tk: exclude aclocal so existing macros are used
This package has hand-coded aclocal.m4 so ensure that we don't run
aclocal.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb index 6cf1eecad1..b898e047b0 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb | |||
| @@ -35,6 +35,7 @@ LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" | |||
| 35 | inherit autotools features_check pkgconfig | 35 | inherit autotools features_check pkgconfig |
| 36 | 36 | ||
| 37 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 37 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
| 38 | EXTRA_AUTORECONF += "--exclude=aclocal" | ||
| 38 | 39 | ||
| 39 | # depends on virtual/libx11 | 40 | # depends on virtual/libx11 |
| 40 | REQUIRED_DISTRO_FEATURES = "x11" | 41 | REQUIRED_DISTRO_FEATURES = "x11" |
