mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
expect: Fix build with GCC 15
Stick to C17 standard as GCC 15 switches to C23 (From OE-Core rev: a1ac756f2f55c4f27a95cb8b1e63ee2db06dd327) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
b95695a302
commit
ddda72f2bd
|
|
@ -41,6 +41,8 @@ S = "${WORKDIR}/${BPN}${PV}"
|
|||
|
||||
EXTRA_AUTORECONF += "--exclude=aclocal"
|
||||
|
||||
CFLAGS += "-std=gnu17"
|
||||
|
||||
do_install:append() {
|
||||
mv ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/
|
||||
install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user