mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
x264: Use updated gnu-config artifacts
It is not using autoconf completely, therefore there is no autoreconf happening, so when we depend on latest gnu-config changes e.g. new architectures like riscv the build does not see them and fails. Installing these files from native sysroot helps (From OE-Core rev: 2624f400af6e51f6f3379f9f119b8f81c75a014b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -43,6 +43,8 @@ EXTRA_OECONF = '--prefix=${prefix} \
|
||||
'
|
||||
|
||||
do_configure() {
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
./configure ${EXTRA_OECONF}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user