From 9031f57584c72be1ff9e8b428a92940f5c20760d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 17 May 2012 11:27:31 +0000 Subject: [PATCH] pidgin: fix missing quote in FILES_libgnt-dbg (From meta-openembedded rev: b87c64f8b4823b02c309a7ad630f572c67fb0640) Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc index 1a35457..db4753e 100644 --- a/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc @@ -3,7 +3,7 @@ SECTION = "x11/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus" -INC_PR = "r2" +INC_PR = "r3" inherit autotools gettext pkgconfig gconf perlnative @@ -43,7 +43,7 @@ FILES_libpurple-dbg += "${libdir}/.debug/libpurple* \ ${libdir}/purple-2/.debug" FILES_libgnt = "${libdir}/libgnt.so.* ${libdir}/gnt/*.so" FILES_libgnt-dev = "${libdir}/gnt/*.la" -FILES_libgnt-dbg = "${libdir}/gnt/.debug \ +FILES_libgnt-dbg = "${libdir}/gnt/.debug" FILES_finch = "${bindir}/finch" FILES_finch-dev = "${libdir}/finch/*.la" FILES_finch-dbg = "${bindir}/.debug/finch \ -- 2.7.4