mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
from 3.2 version 3.2 is kept because it's the latest version under GPLv2+ changes: - use 3.2.48 as base instead of 3.2 - include upstream patches up to 051 for 3.2 and 007 for 4.1 Signed-off-by: Qing He <qing.he@intel.com>
14 lines
738 B
Bash
14 lines
738 B
Bash
require bash.inc
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-001;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-002;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-003;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-004;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-005;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-006;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-007;apply=yes;striplevel=0 \
|
|
"
|