mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
autoconf: upgrade from 2.65 to 2.68
And rebase the patches to the newer code. (From OE-Core rev: aa24c1eda4b33b329d330c8bbb6d243dfd924f62) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d359880f0
commit
d0c2307bca
@@ -0,0 +1,28 @@
|
||||
require autoconf.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
DEPENDS += "m4-native"
|
||||
RDEPENDS_${PN} = "m4 gnu-config"
|
||||
LICENSE = "GPLv2|GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
|
||||
SRC_URI += "file://autoreconf-include.patch;patch=1 \
|
||||
file://autoreconf-exclude.patch;patch=1 \
|
||||
file://autoreconf-foreign.patch;patch=1 \
|
||||
file://autoreconf-gnuconfigize.patch;patch=1 \
|
||||
file://autoheader-nonfatal-warnings.patch;patch=1 \
|
||||
${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]} \
|
||||
file://config_site.patch;patch=1"
|
||||
|
||||
SRC_URI[md5sum] = "864d785215aa60d627c91fcb21b05b07"
|
||||
SRC_URI[sha256sum] = "c491fb273fd6d4ca925e26ceed3d177920233c76d542b150ff35e571454332c8"
|
||||
|
||||
DEPENDS_virtclass-native = "m4-native gnu-config-native"
|
||||
RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
|
||||
|
||||
SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user