]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libcheck: Fix do_install error with automake 1.18.1
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 4 Sep 2025 03:40:39 +0000 (20:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Sep 2025 17:02:37 +0000 (18:02 +0100)
commitbf4227f982a845039acecedb78e20f109aa467d8
tree15251f93542ca5eeb925489ccb90d9318545a44d
parentafa8d2becc9c53a92d29f413d9eec737d7e12601
libcheck: Fix do_install error with automake 1.18.1

Fixed do_install error with automake 1.18
$ makeinfo -I ../../check-0.15.2/doc -o ../../check-0.15.2/doc/check.info \
    ../../check-0.15.2/doc/check.texi
[snip]
check.texi:2329: no matching `@end verbatim'
[snip]

The automake before 1.17's mdate-sh couldn't update libcheck's
doc/version.texi, so the doc/check.info wasn't re-generated, then we couldn't
see the build error.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcheck/libcheck/0001-Fix-texinfo-errors-and-warnings.patch [new file with mode: 0644]
meta/recipes-support/libcheck/libcheck_0.15.2.bb