Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] xorg-font-common.inc: break runtime dependency loop
@ 2011-12-18  1:03 Andreas Müller
  2011-12-18  9:20 ` Koen Kooi
  2011-12-19  0:48 ` Andreas Müller
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Müller @ 2011-12-18  1:03 UTC (permalink / raw)
  To: openembedded-core

required since opkg update [1]

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=2feba313c991170747381c7cf821a45c2cd04632

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
---
 .../xorg-font/xorg-font-common.inc                 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
index d93b4ee..5a8ae56 100644
--- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc
+++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
@@ -5,10 +5,10 @@ SECTION = "x11/fonts"
 LICENSE = "MIT-X"
 
 DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native"
-RDEPENDS_${PN} = "encodings font-util font-alias"
+RRECOMMENDS_${PN} = "encodings font-util font-alias"
 
 XORG_PN = "${BPN}"
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2"
 S = "${WORKDIR}/${XORG_PN}-${PV}"
-- 
1.7.4.4




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

* Re: [PATCH] xorg-font-common.inc: break runtime dependency loop
  2011-12-18  1:03 [PATCH] xorg-font-common.inc: break runtime dependency loop Andreas Müller
@ 2011-12-18  9:20 ` Koen Kooi
  2011-12-19  0:48 ` Andreas Müller
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-12-18  9:20 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1491 bytes --]


Op 18 dec. 2011, om 02:03 heeft Andreas Müller het volgende geschreven:

> required since opkg update [1]
> 
> [1] http://cgit.openembedded.org/openembedded-core/commit/?id=2feba313c991170747381c7cf821a45c2cd04632
> 
> Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>

I was planning to send something reallly similar looking on monday :)

Acked-by: Koen Kooi <koen@dominion.thruhere.net>

> ---
> .../xorg-font/xorg-font-common.inc                 |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
> index d93b4ee..5a8ae56 100644
> --- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc
> +++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
> @@ -5,10 +5,10 @@ SECTION = "x11/fonts"
> LICENSE = "MIT-X"
> 
> DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native"
> -RDEPENDS_${PN} = "encodings font-util font-alias"
> +RRECOMMENDS_${PN} = "encodings font-util font-alias"
> 
> XORG_PN = "${BPN}"
> -INC_PR = "r2"
> +INC_PR = "r3"
> 
> SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2"
> S = "${WORKDIR}/${XORG_PN}-${PV}"
> -- 
> 1.7.4.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* Re: [PATCH] xorg-font-common.inc: break runtime dependency loop
  2011-12-18  1:03 [PATCH] xorg-font-common.inc: break runtime dependency loop Andreas Müller
  2011-12-18  9:20 ` Koen Kooi
@ 2011-12-19  0:48 ` Andreas Müller
  2011-12-19 14:45   ` Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2011-12-19  0:48 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sunday, December 18, 2011 02:03:17 AM Andreas Müller wrote:
> required since opkg update [1]
> 
Hope there is no need to apply this one. Will test RP's patch tomorrow

Andreas



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

* Re: [PATCH] xorg-font-common.inc: break runtime dependency loop
  2011-12-19  0:48 ` Andreas Müller
@ 2011-12-19 14:45   ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-12-19 14:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, 2011-12-19 at 01:48 +0100, Andreas Müller wrote:
> On Sunday, December 18, 2011 02:03:17 AM Andreas Müller wrote:
> > required since opkg update [1]
> > 
> Hope there is no need to apply this one. Will test RP's patch tomorrow

To be honest the font-* dependencies look rather wrong to me and in need
of disentangling. I'll hold off this patch and see if we can some up
with something better though.

I suspect the better fix would be to have the actual fonts have a
separate.inc with the dependencies so encodings/utils/alias don't get
those defaults...

Cheers,

Richard




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

end of thread, other threads:[~2011-12-19 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18  1:03 [PATCH] xorg-font-common.inc: break runtime dependency loop Andreas Müller
2011-12-18  9:20 ` Koen Kooi
2011-12-19  0:48 ` Andreas Müller
2011-12-19 14:45   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox