diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-05-17 11:27:31 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-17 14:17:21 +0200 |
| commit | b87c64f8b4823b02c309a7ad630f572c67fb0640 (patch) | |
| tree | 780573621671b54be5b7886d703e42f49cd102ae | |
| parent | 49dc49bd226ef7312b9b1b4ecf0d7886e84ad1c6 (diff) | |
| download | meta-openembedded-b87c64f8b4823b02c309a7ad630f572c67fb0640.tar.gz | |
pidgin: fix missing quote in FILES_libgnt-dbg
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc index 1a35457fd6..db4753ed3d 100644 --- a/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-oe/recipes-support/pidgin/pidgin.inc | |||
| @@ -3,7 +3,7 @@ SECTION = "x11/network" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus" | 5 | DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus" |
| 6 | INC_PR = "r2" | 6 | INC_PR = "r3" |
| 7 | 7 | ||
| 8 | inherit autotools gettext pkgconfig gconf perlnative | 8 | inherit autotools gettext pkgconfig gconf perlnative |
| 9 | 9 | ||
| @@ -43,7 +43,7 @@ FILES_libpurple-dbg += "${libdir}/.debug/libpurple* \ | |||
| 43 | ${libdir}/purple-2/.debug" | 43 | ${libdir}/purple-2/.debug" |
| 44 | FILES_libgnt = "${libdir}/libgnt.so.* ${libdir}/gnt/*.so" | 44 | FILES_libgnt = "${libdir}/libgnt.so.* ${libdir}/gnt/*.so" |
| 45 | FILES_libgnt-dev = "${libdir}/gnt/*.la" | 45 | FILES_libgnt-dev = "${libdir}/gnt/*.la" |
| 46 | FILES_libgnt-dbg = "${libdir}/gnt/.debug \ | 46 | FILES_libgnt-dbg = "${libdir}/gnt/.debug" |
| 47 | FILES_finch = "${bindir}/finch" | 47 | FILES_finch = "${bindir}/finch" |
| 48 | FILES_finch-dev = "${libdir}/finch/*.la" | 48 | FILES_finch-dev = "${libdir}/finch/*.la" |
| 49 | FILES_finch-dbg = "${bindir}/.debug/finch \ | 49 | FILES_finch-dbg = "${bindir}/.debug/finch \ |
