From 4285ad5e1bb0bbc9508a8536aad66b439e9c03f8 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sun, 29 Nov 2009 21:04:08 +0100 Subject: linux-mtx-[12]-2.4.27: support bash4 for oldconfig * when using bash4 as /bin/sh the scripts/Configure script failed when running `make oldconfig', added patch to change `. .config' to `. ./.config' --- recipes/linux/linux-mtx-1_2.4.27.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/linux/linux-mtx-1_2.4.27.bb') diff --git a/recipes/linux/linux-mtx-1_2.4.27.bb b/recipes/linux/linux-mtx-1_2.4.27.bb index 6dd7121bae..952edb0140 100644 --- a/recipes/linux/linux-mtx-1_2.4.27.bb +++ b/recipes/linux/linux-mtx-1_2.4.27.bb @@ -41,6 +41,7 @@ SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_ file://43-usbserial-27-32-backport.diff;patch=1 \ file://45-acm-tty-and-sb2.patch;patch=1 \ file://48-pptp.patch;patch=1 \ + file://49-bash4-configure.patch;patch=1 \ file://defconfig-mtx-1" S = "${WORKDIR}/linux" -- cgit 1.2.3-korg