mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
bash: upgrade to 4.3
The bash-4.2-patches is obsolete. (From OE-Core rev: 31eb09a888729fcfd17d02f2a47375e10e87f79a) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f874ac6e87
commit
a163269725
18
meta/recipes-extended/bash/bash_4.3.bb
Normal file
18
meta/recipes-extended/bash/bash_4.3.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
require bash.inc
|
||||
|
||||
# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
|
||||
file://execute_cmd.patch;striplevel=0 \
|
||||
file://mkbuiltins_have_stringize.patch \
|
||||
file://build-tests.patch \
|
||||
file://test-output.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
SRC_URI[tarball.md5sum] = "81348932d5da294953e15d4814c74dd1"
|
||||
SRC_URI[tarball.sha256sum] = "afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
Reference in New Issue
Block a user