mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bash: Ensure we fully reautoconf the recipes so site data is used
This ensures bug 487 (missing job control functionality) really gets fixed. [YOCTO #487] (From OE-Core rev: 08b78066bd5a9ff2819a42eb4263ee0a78cddb97) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,9 +22,12 @@ ALTERNATIVE_PATH = "${base_bindir}/bash"
|
|||||||
ALTERNATIVE_LINK = "${base_bindir}/sh"
|
ALTERNATIVE_LINK = "${base_bindir}/sh"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
do_configure () {
|
export AUTOHEADER = "true"
|
||||||
gnu-configize
|
|
||||||
oe_runconf
|
do_configure_prepend () {
|
||||||
|
if [ ! -e acinclude.m4 ]; then
|
||||||
|
cat aclocal.m4 > acinclude.m4
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fd5d9bcabd8ed5a54a01ce8d183d592a"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fd5d9bcabd8ed5a54a01ce8d183d592a"
|
||||||
DEPENDS = "ncurses"
|
DEPENDS = "ncurses"
|
||||||
|
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
|
SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
|
||||||
${GNU_MIRROR}/bash/bash-3.2-patches/bash32-049;apply=yes;striplevel=0 \
|
${GNU_MIRROR}/bash/bash-3.2-patches/bash32-049;apply=yes;striplevel=0 \
|
||||||
@@ -23,9 +23,12 @@ sbindir = "/sbin"
|
|||||||
EXTRA_OECONF = "--with-ncurses"
|
EXTRA_OECONF = "--with-ncurses"
|
||||||
export CC_FOR_BUILD = "${BUILD_CC}"
|
export CC_FOR_BUILD = "${BUILD_CC}"
|
||||||
|
|
||||||
do_configure () {
|
export AUTOHEADER = "true"
|
||||||
gnu-configize
|
|
||||||
oe_runconf
|
do_configure_prepend () {
|
||||||
|
if [ ! -e acinclude.m4 ]; then
|
||||||
|
cat aclocal.m4 > acinclude.m4
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require bash.inc
|
require bash.inc
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
|
SRC_URI = "${GNU_MIRROR}/bash/${BPN}-${PV}.tar.gz;name=tarball \
|
||||||
${GNU_MIRROR}/bash/bash-4.2-patches/bash42-001;apply=yes;striplevel=0;name=patch001 \
|
${GNU_MIRROR}/bash/bash-4.2-patches/bash42-001;apply=yes;striplevel=0;name=patch001 \
|
||||||
|
|||||||
Reference in New Issue
Block a user