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>
12 lines
460 B
Bash
12 lines
460 B
Bash
require bash.inc
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fd5d9bcabd8ed5a54a01ce8d183d592a"
|
|
PR = "r6"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
|
|
http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-049;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-050;apply=yes;striplevel=0 \
|
|
http://ftp.gnu.org/gnu/bash/bash-3.2-patches/bash32-051;apply=yes;striplevel=0 \
|
|
"
|