diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-16 14:35:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-16 14:35:51 +0000 |
commit | 256e671e1944961ca4e19c13684cec34da1966bf (patch) | |
tree | b170d1e2bae0bf48f40e7a40caeda9ea89d7e06b /packages/tcltk/tcl_8.4.11.bb | |
parent | 1dabe9686d98a903097219d046aa167595c9387a (diff) |
tcltk: apply patch to fix a bogus line in the configure scripts
bash 3.1 has a more strict syntax checking than 3.0, this is why it bailed out only on some boxes
Diffstat (limited to 'packages/tcltk/tcl_8.4.11.bb')
-rw-r--r-- | packages/tcltk/tcl_8.4.11.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |