git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d011dec
)
SlugOS: preferred-slugos-versions.inc - use older version of tcl
author
Mike Westerhof
<mwester@dls.net>
Sun, 23 May 2010 04:35:16 +0000
(23:35 -0500)
committer
Mike Westerhof
<mwester@dls.net>
Sun, 23 May 2010 04:35:16 +0000
(23:35 -0500)
Avoids total mess-up of build env caused by the newer tcl recipe
which has a bug, apparently, that overwites the regex.h file.
This should be temporary, and this workaround should be removed
once this problem is resolved.
conf/distro/include/preferred-slugos-versions.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/preferred-slugos-versions.inc
b/conf/distro/include/preferred-slugos-versions.inc
index
bbad197
..
fc5891c
100644
(file)
--- a/
conf/distro/include/preferred-slugos-versions.inc
+++ b/
conf/distro/include/preferred-slugos-versions.inc
@@
-73,3
+73,6
@@
PREFERRED_VERSION_boost ?= "1.33.1"
# pulseaudio 0.9.19 is broken (ASM errors during do_compile):
PREFERRED_VERSION_pulseaudio ?= "0.9.15"
+
+# latest tcl recipe has a bug that overwites regex.h; use the old tcl
+PREFERRED_VERSION_tcl ?= "8.4.19"
\ No newline at end of file