Message ID | 20250228181435.2786360-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] tk8: Exclude aclocal so existing macros are used | expand |
diff --git a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb b/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb index f277b86d91..9474f3e897 100644 --- a/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb +++ b/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb @@ -39,6 +39,7 @@ CFLAGS += "-I${STAGING_INCDIR}/tcl${VER}" inherit autotools features_check pkgconfig AUTOTOOLS_SCRIPT_PATH = "${S}/unix" +EXTRA_AUTORECONF += "--exclude=aclocal" # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11"
Adjustments for autoconf changes in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb | 1 + 1 file changed, 1 insertion(+)