[oe-commits] org.oe.dev autoconf-2.59: fix building when sh=ksh

woglinde2 commit oe at amethyst.openembedded.net
Fri Jun 6 14:27:39 UTC 2008


autoconf-2.59: fix building when sh=ksh
* add autoconf-sh.patch
* closes long outstanding bug 1088
* bump PR

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: 3c3876e3f4fa037f2c9bfce18e3192822f1557cf
ViewMTN: http://monotone.openembedded.org/revision/info/3c3876e3f4fa037f2c9bfce18e3192822f1557cf
Files:
1
packages/autoconf/autoconf-2.59/autoconf-sh.patch
packages/autoconf/autoconf_2.59.bb
Diffs:

#
# mt diff -r032b986959813efab3fbef3ac58254ea62417eea -r3c3876e3f4fa037f2c9bfce18e3192822f1557cf
#
#
#
# add_file "packages/autoconf/autoconf-2.59/autoconf-sh.patch"
#  content [68dde1c1e212e9db28448d7f0acb27725b5f3b87]
# 
# patch "packages/autoconf/autoconf_2.59.bb"
#  from [c27a7d9f3c191eb2140404c66686fcc742746670]
#    to [c6de4f2fcb5c050ddf4babe257b4808dcb0aea4b]
#
============================================================
--- packages/autoconf/autoconf-2.59/autoconf-sh.patch	68dde1c1e212e9db28448d7f0acb27725b5f3b87
+++ packages/autoconf/autoconf-2.59/autoconf-sh.patch	68dde1c1e212e9db28448d7f0acb27725b5f3b87
@@ -0,0 +1,22 @@
+http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/Attic/autoconf-sh.patch?rev=1.1;content-type=text%2Fplain
+
+Index: tests/wrapper.in
+===================================================================
+RCS file: /cvsroot/autoconf/autoconf/tests/wrapper.in,v
+retrieving revision 1.4
+diff -u -u -r1.4 wrapper.in
+--- autoconf-2.59/tests/wrapper.in 25 Sep 2003 09:30:35 -0000 1.4
++++ autoconf-2.59/tests/wrapper.in 19 Nov 2003 13:17:11 -0000
+@@ -13,9 +13,10 @@
+ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+   set -o posix
+ fi
++DUALCASE=1; export DUALCASE # for MKS sh
+ 
+ # Support unset when possible.
+-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+   as_unset=unset
+ else
+   as_unset=false
+
============================================================
--- packages/autoconf/autoconf_2.59.bb	c27a7d9f3c191eb2140404c66686fcc742746670
+++ packages/autoconf/autoconf_2.59.bb	c6de4f2fcb5c050ddf4babe257b4808dcb0aea4b
@@ -2,7 +2,7 @@ RDEPENDS_${PN} = "m4 gnu-config"
 
 DEPENDS += "m4-native"
 RDEPENDS_${PN} = "m4 gnu-config"
-PR = "r5"
+PR = "r6"
 
 SRC_URI += "file://autoreconf-include.patch;patch=1 \
 	   file://autoreconf-exclude.patch;patch=1 \
@@ -12,4 +12,5 @@ SRC_URI += "file://autoreconf-include.pa
 	   file://autoheader-nonfatal-warnings.patch;patch=1 \
 	   file://sizeof_types.patch;patch=1 \
 	   file://autoconf-x.patch;patch=1 \
+	   file://autoconf-sh.patch;patch=1 \
 	   ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"






More information about the Openembedded-commits mailing list