[oe-commits] org.oe.dev xchat: Fix QA error over .debug directry in /usr/lib/xchat/

coredump2 commit openembedded-commits at lists.openembedded.org
Wed Jun 20 12:37:45 UTC 2007


xchat: Fix QA error over .debug directry in /usr/lib/xchat/

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: 8e0b4688a6c823f023912f70f862fac1f8390d26
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8e0b4688a6c823f023912f70f862fac1f8390d26
Files:
1
packages/xchat/xchat_2.6.1.bb
Diffs:

#
# mt diff -r93e879a85bad4d05717457350195ec04852ffd4d -r8e0b4688a6c823f023912f70f862fac1f8390d26
#
# 
# 
# patch "packages/xchat/xchat_2.6.1.bb"
#  from [9a1aa3ebe600675b8270f367698fe712acb1dd15]
#    to [f544c09b69c6dc9b1067437e811d47cd2c560d1e]
# 
============================================================
--- packages/xchat/xchat_2.6.1.bb	9a1aa3ebe600675b8270f367698fe712acb1dd15
+++ packages/xchat/xchat_2.6.1.bb	f544c09b69c6dc9b1067437e811d47cd2c560d1e
@@ -1,12 +1,13 @@ DEPENDS = "libgcrypt zlib gtk+"
 DESCRIPTION = "Full-featured IRC chat client with scripting support"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.xchat.org"
 SECTION = "x11/network"
 DEPENDS = "libgcrypt zlib gtk+"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
 
 inherit autotools
 EXTRA_OECONF = " --disable-perl --disable-python    "
 
+FILES_${PN}-dbg += " /usr/lib/xchat/plugins/.debug"






More information about the Openembedded-commits mailing list