summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_5.1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash/bash_5.1.8.bb')
-rw-r--r--meta/recipes-extended/bash/bash_5.1.8.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_5.1.8.bb b/meta/recipes-extended/bash/bash_5.1.8.bb
new file mode 100644
index 0000000000..55d3d0b16e
--- /dev/null
+++ b/meta/recipes-extended/bash/bash_5.1.8.bb
@@ -0,0 +1,24 @@
1require bash.inc
2
3# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
8 file://execute_cmd.patch \
9 file://mkbuiltins_have_stringize.patch \
10 file://build-tests.patch \
11 file://test-output.patch \
12 file://run-ptest \
13 file://run-bash-ptests \
14 file://fix-run-builtins.patch \
15 file://use_aclocal.patch \
16 file://makerace.patch \
17 "
18
19SRC_URI[tarball.sha256sum] = "0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be"
20
21DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
22DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}"
23
24BBCLASSEXTEND = "nativesdk"