mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
(From OE-Core rev: 74a0f6408b46b195c3c248bbabb4b2ba5954885f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
880 B
Bash
23 lines
880 B
Bash
require bash.inc
|
|
|
|
# GPL-2.0-or-later (< 4.0), GPL-3.0-or-later (>= 4.0)
|
|
LICENSE = "GPL-3.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
|
|
file://mkbuiltins_have_stringize.patch \
|
|
file://build-tests.patch \
|
|
file://test-output.patch \
|
|
file://run-ptest \
|
|
file://run-bash-ptests \
|
|
file://fix-run-builtins.patch \
|
|
file://use_aclocal.patch \
|
|
"
|
|
|
|
SRC_URI[tarball.sha256sum] = "13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c"
|
|
|
|
DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
|
|
DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
|
|
|
|
BBCLASSEXTEND = "nativesdk"
|