[oe-commits] David-John Willis : xchat 2.8.6: Drop TCL support from build.

git version control git at git.openembedded.org
Fri Dec 4 09:44:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e18e6777744c149c7b53eefeaccb22c2ac65565e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e18e6777744c149c7b53eefeaccb22c2ac65565e

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Wed Dec  2 16:27:30 2009 +0000

xchat 2.8.6: Drop TCL support from build.

---

 recipes/xchat/xchat_2.8.6.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xchat/xchat_2.8.6.bb b/recipes/xchat/xchat_2.8.6.bb
index 9be5bd3..2c5de69 100644
--- 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 = "r0"
+PR = "r1"
 
 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.





More information about the Openembedded-commits mailing list