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:
c7ca264
)
xchat: Fix missing '=' after SECTION
author
Oyvind Repvik
<nail@nslu2-linux.org>
Mon, 11 Sep 2006 08:05:49 +0000
(08:05 +0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Mon, 11 Sep 2006 08:05:49 +0000
(08:05 +0000)
packages/xchat/xchat_2.6.1.bb
patch
|
blob
|
history
diff --git
a/packages/xchat/xchat_2.6.1.bb
b/packages/xchat/xchat_2.6.1.bb
index
f26cf2f
..
bd40b74
100644
(file)
--- a/
packages/xchat/xchat_2.6.1.bb
+++ b/
packages/xchat/xchat_2.6.1.bb
@@
-1,10
+1,10
@@
DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
-SECTION "x11/network"
+SECTION
=
"x11/network"
MAINTAINER = "Koen Kooi <koen@linuxtogo.org>"
DEPENDS = "libgcrypt zlib gtk+"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"