diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-16 14:40:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-16 14:40:35 +0000 |
commit | b401918bd78e60ad141176d87b452440ae1f3050 (patch) | |
tree | ac25f5ad2495b821711455a22b5f6ef16a55e8ca | |
parent | 8214d1b3697b5204f314e02e762396dd27bf30a8 (diff) | |
parent | 256e671e1944961ca4e19c13684cec34da1966bf (diff) |
merge of b2aabdd1853c4273f9ce3ab3d26acd034460ec1c
and dcff2c4c5128ab25e2593ca84778d2a405fb7cb3
-rw-r--r-- | packages/tcltk/tcl/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tcltk/tcl/fix-configure.patch | 25 | ||||
-rw-r--r-- | packages/tcltk/tcl_8.4.11.bb | 5 | ||||
-rw-r--r-- | packages/tcltk/tk/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tcltk/tk/fix-configure.patch | 16 | ||||
-rw-r--r-- | packages/tcltk/tk_8.4.11.bb | 5 |
6 files changed, 47 insertions, 4 deletions
diff --git a/packages/tcltk/tcl/.mtn2git_empty b/packages/tcltk/tcl/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tcltk/tcl/.mtn2git_empty diff --git a/packages/tcltk/tcl/fix-configure.patch b/packages/tcltk/tcl/fix-configure.patch new file mode 100644 index 0000000000..e37780352d --- /dev/null +++ b/packages/tcltk/tcl/fix-configure.patch @@ -0,0 +1,25 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- tcl8.4.11/unix/configure~fix-configure ++++ tcl8.4.11/unix/configure +@@ -2130,7 +2130,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` +@@ -7608,7 +7608,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` diff --git a/packages/tcltk/tcl_8.4.11.bb b/packages/tcltk/tcl_8.4.11.bb index 0851cbd165..6dc5bb5365 100644 --- a/packages/tcltk/tcl_8.4.11.bb +++ b/packages/tcltk/tcl_8.4.11.bb @@ -2,10 +2,11 @@ DESCRIPTION = "Tool Command Language" LICENSE = "tcl" SECTION = "devel/tcltk" HOMEPAGE = "http://tcl.sourceforge.net" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ - file://tcl-add-soname.patch;patch=1" + file://tcl-add-soname.patch;patch=1 \ + file://fix-configure.patch;patch=1" S = "${WORKDIR}/tcl${PV}/unix" inherit autotools diff --git a/packages/tcltk/tk/.mtn2git_empty b/packages/tcltk/tk/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tcltk/tk/.mtn2git_empty diff --git a/packages/tcltk/tk/fix-configure.patch b/packages/tcltk/tk/fix-configure.patch new file mode 100644 index 0000000000..6c6f0374bd --- /dev/null +++ b/packages/tcltk/tk/fix-configure.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- tk8.4.11/unix/configure~fix-configure ++++ tk8.4.11/unix/configure +@@ -1849,7 +1849,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` diff --git a/packages/tcltk/tk_8.4.11.bb b/packages/tcltk/tk_8.4.11.bb index b993a4be03..7a66ddcafb 100644 --- a/packages/tcltk/tk_8.4.11.bb +++ b/packages/tcltk/tk_8.4.11.bb @@ -4,11 +4,12 @@ SECTION = "devel/tcltk" HOMEPAGE = "http://tcl.sourceforge.net" DEPENDS = "tcl libx11" RDEPENDS = "tcl" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \ file://disable-xim.patch;patch=1;pnum=0 \ - file://tk-add-soname.patch;patch=1" + file://tk-add-soname.patch;patch=1 \ + file://fix-configure.patch;patch=1" S = "${WORKDIR}/tk${PV}/unix" inherit autotools |