All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
@ 2012-01-30 19:47 Peter Tworek
  2012-01-30 20:00 ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Tworek @ 2012-01-30 19:47 UTC (permalink / raw)
  To: openembedded-devel

Without it postinst script for libpurple fails when gconf is not installed:
//var/lib/opkg/info/libpurple.postinst: line 8: gconftool-2: command not found

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
---
 meta-oe/recipes-support/pidgin/pidgin.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc
index 1a35457..305c116 100644
--- a/meta-oe/recipes-support/pidgin/pidgin.inc
+++ b/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
 
@@ -30,6 +30,8 @@ OE_LT_RPATH_ALLOW[export]="1"
 
 PACKAGES =+ "libpurple-dbg libpurple-dev libpurple libgnt-dbg libgnt libgnt-dev finch-dbg finch finch-dev ${PN}-data"
 
+RDEPENDS_libpurple = "gconf"
+
 LEAD_SONAME = "libpurple.so.0"
 FILES_libpurple     = "${libdir}/libpurple*.so.* ${libdir}/purple-2 ${bindir}/purple-* ${sysconfdir}/gconf/schemas/purple* ${datadir}/purple/ca-certs"
 FILES_libpurple-dev = "${libdir}/libpurple*.la \
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-01-31 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 19:47 [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple Peter Tworek
2012-01-30 20:00 ` Koen Kooi
2012-01-30 20:28   ` Peter Tworek
2012-01-31  8:06     ` Koen Kooi
2012-01-31 16:53       ` McClintock Matthew-B29882
2012-01-31 18:45         ` Koen Kooi
2012-01-31 19:05         ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.