mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
3083eb9f27
commit
b3ac051874
|
|
@ -35,6 +35,7 @@ LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
|
|||
inherit autotools features_check pkgconfig
|
||||
|
||||
AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
|
||||
EXTRA_AUTORECONF += "--exclude=aclocal"
|
||||
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user