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:
7d8f5bd
)
xchat 2.8.6: Drop TCL support from build.
author
David-John Willis
<John.Willis@Distant-earth.com>
Wed, 2 Dec 2009 16:27:30 +0000
(16:27 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 4 Dec 2009 09:43:09 +0000
(10:43 +0100)
recipes/xchat/xchat_2.8.6.bb
patch
|
blob
|
history
diff --git
a/recipes/xchat/xchat_2.8.6.bb
b/recipes/xchat/xchat_2.8.6.bb
index
9be5bd3
..
2c5de69
100644
(file)
--- a/
recipes/xchat/xchat_2.8.6.bb
+++ b/
recipes/xchat/xchat_2.8.6.bb
@@
-4,7
+4,7
@@
HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
DEPENDS += "gdk-pixbuf-csource-native"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"
@@
-13,6
+13,7
@@
inherit autotools
EXTRA_OECONF = "\
--disable-perl \
--disable-python \
+ --disable-tcl \
"
#Fix little bug that slipped into the 2.8.6 release, already fixed upstream.