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

* Re: [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2012-01-30 20:00 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 30-01-12 20:47, Peter Tworek schreef:
> 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

Why is gconf.bbclass failing to do that?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk8m9u8ACgkQMkyGM64RGpGRTQCgrzWdMpyRtNE3kO2CKw6b7haa
j5UAoJ2NPDIIlCsRwYOJSTGTWd2i/hj0
=axku
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
  2012-01-30 20:00 ` Koen Kooi
@ 2012-01-30 20:28   ` Peter Tworek
  2012-01-31  8:06     ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Tworek @ 2012-01-30 20:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

On 01/30/2012 09:00 PM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 30-01-12 20:47, Peter Tworek schreef:
>> 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
> Why is gconf.bbclass failing to do that?
As far as I understand it only adds gconf to DEPENDS. If a package 
contents are not linked with libgconf-2 (libpurple only needs 
gconftool-2) gconf won't be pulled in as a runtime dependency.

> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iEYEARECAAYFAk8m9u8ACgkQMkyGM64RGpGRTQCgrzWdMpyRtNE3kO2CKw6b7haa
> j5UAoJ2NPDIIlCsRwYOJSTGTWd2i/hj0
> =axku
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

* Re: [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
  2012-01-30 20:28   ` Peter Tworek
@ 2012-01-31  8:06     ` Koen Kooi
  2012-01-31 16:53       ` McClintock Matthew-B29882
  0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2012-01-31  8:06 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 30-01-12 21:28, Peter Tworek schreef:
> On 01/30/2012 09:00 PM, Koen Kooi wrote: Op 30-01-12 20:47, Peter Tworek
> schreef:
>>>> 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
> Why is gconf.bbclass failing to do that?
>> As far as I understand it only adds gconf to DEPENDS. If a package
>> contents are not linked with libgconf-2 (libpurple only needs
>> gconftool-2) gconf won't be pulled in as a runtime dependency.

That means it's a bug in gconf.bbclass and needs to get fixed there.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk8noPsACgkQMkyGM64RGpFLWACfQzo9Hq4Ok94Sw1cT+NWWLGaL
OooAn3b5psoVBYh6IzGA162CdHkoGEqA
=1Qot
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
  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
  0 siblings, 2 replies; 7+ messages in thread
From: McClintock Matthew-B29882 @ 2012-01-31 16:53 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Jan 31, 2012 at 2:06 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 30-01-12 21:28, Peter Tworek schreef:
>> On 01/30/2012 09:00 PM, Koen Kooi wrote: Op 30-01-12 20:47, Peter Tworek
>> schreef:
>>>>> 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
>> Why is gconf.bbclass failing to do that?
>>> As far as I understand it only adds gconf to DEPENDS. If a package
>>> contents are not linked with libgconf-2 (libpurple only needs
>>> gconftool-2) gconf won't be pulled in as a runtime dependency.
>
> That means it's a bug in gconf.bbclass and needs to get fixed there.

Really? Do you really want to automatically add gconf deps to the
misc. packages added by a recipe?

-M



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

* Re: [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
  2012-01-31 16:53       ` McClintock Matthew-B29882
@ 2012-01-31 18:45         ` Koen Kooi
  2012-01-31 19:05         ` Otavio Salvador
  1 sibling, 0 replies; 7+ messages in thread
From: Koen Kooi @ 2012-01-31 18:45 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 31-01-12 17:53, McClintock Matthew-B29882 schreef:
> On Tue, Jan 31, 2012 at 2:06 AM, Koen Kooi <koen@dominion.thruhere.net>
> wrote:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 30-01-12 21:28, Peter Tworek schreef:
>>> On 01/30/2012 09:00 PM, Koen Kooi wrote: Op 30-01-12 20:47, Peter
>>> Tworek schreef:
>>>>>> 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
>>> Why is gconf.bbclass failing to do that?
>>>> As far as I understand it only adds gconf to DEPENDS. If a package 
>>>> contents are not linked with libgconf-2 (libpurple only needs 
>>>> gconftool-2) gconf won't be pulled in as a runtime dependency.
>> 
>> That means it's a bug in gconf.bbclass and needs to get fixed there.
> 
> Really? Do you really want to automatically add gconf deps to the misc.
> packages added by a recipe?

Since it's adding the postinst calls with gconf-tool already, yes. Or do you
like having broken postinsts?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk8oNrYACgkQMkyGM64RGpHORQCfbiw/JoEW5byJaWXigd23GNDD
TTIAn2xJ/EgmHT9LMoykyPVLB0DLTEZ7
=hvUv
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.
  2012-01-31 16:53       ` McClintock Matthew-B29882
  2012-01-31 18:45         ` Koen Kooi
@ 2012-01-31 19:05         ` Otavio Salvador
  1 sibling, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2012-01-31 19:05 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Jan 31, 2012 at 14:53, McClintock Matthew-B29882 <
B29882@freescale.com> wrote:

> On Tue, Jan 31, 2012 at 2:06 AM, Koen Kooi <koen@dominion.thruhere.net>
> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Op 30-01-12 21:28, Peter Tworek schreef:
> >> On 01/30/2012 09:00 PM, Koen Kooi wrote: Op 30-01-12 20:47, Peter Tworek
> >> schreef:
> >>>>> 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
> >> Why is gconf.bbclass failing to do that?
> >>> As far as I understand it only adds gconf to DEPENDS. If a package
> >>> contents are not linked with libgconf-2 (libpurple only needs
> >>> gconftool-2) gconf won't be pulled in as a runtime dependency.
> >
> > That means it's a bug in gconf.bbclass and needs to get fixed there.
>
> Really? Do you really want to automatically add gconf deps to the
> misc. packages added by a recipe?


If it uses gconf it needs to rdepends on it.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[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.