summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-25 14:26:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 10:55:16 +0000
commita4b1fa2b22794d59fee716afe6e269dae7f87ace (patch)
treedbbec9eafaaf4aa8a7056efc9e0d9bf40bfa62a7 /bitbake/lib/bb/fetch2/git.py
parent510a1fb72b4bbe011948c5dc7918049fb18eaf3b (diff)
downloadpoky-a4b1fa2b22794d59fee716afe6e269dae7f87ace.tar.gz
autotools: don't try and find in-tree macros
autotools has improved a lot since this class was written, and there's now no need to search the source tree for m4 files and add them to the include path. If packages have macros in subdirectories the idiom is to tell aclocal via an assignment in Makefile.am: ACLOCAL_AMFLAGS = -I gl/m4 -I m4 If, for example, a package isn't autoreconfable out of the box (because it has a non-trivial autogen.sh or similar, say) then the required -I statements can be added to EXTRA_AUTORECONF. (From OE-Core rev: e718d1be2c4fb54cf363c23f929358e1be68c724) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
0 files changed, 0 insertions, 0 deletions