All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
@ 2012-08-15 22:34 Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-08-15 22:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Otavio Salvador

The libxaw recipe generate a binary package for each soname of libxaw
(currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev
cannot depends on it.

Reported-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
index 89338d9..88863a7 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
@@ -5,6 +5,7 @@ DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp pr
 LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
 
 PE = "1"
+PR = "r1"
 
 SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b"
 SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd"
@@ -24,4 +25,7 @@ FILES_libxaw6 = "${libdir}/libXaw*.so.6*"
 FILES_libxaw7 = "${libdir}/libXaw*.so.7*"
 FILES_libxaw8 = "${libdir}/libXaw8.so.8*"
 
+# Avoid dependency on libxaw as it is not build
+RDEPENDS_${PN}-dev = ""
+
 XORG_PN = "libXaw"
-- 
1.7.2.5




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

* [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
@ 2012-09-12 13:05 Otavio Salvador
  2012-09-14 12:54 ` Eric Bénard
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2012-09-12 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Otavio Salvador

The libxaw recipe generate a binary package for each soname of libxaw
(currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev
cannot depends on it.

Reported-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
index 89338d9..88863a7 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
@@ -5,6 +5,7 @@ DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp pr
 LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
 
 PE = "1"
+PR = "r1"
 
 SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b"
 SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd"
@@ -24,4 +25,7 @@ FILES_libxaw6 = "${libdir}/libXaw*.so.6*"
 FILES_libxaw7 = "${libdir}/libXaw*.so.7*"
 FILES_libxaw8 = "${libdir}/libXaw8.so.8*"
 
+# Avoid dependency on libxaw as it is not build
+RDEPENDS_${PN}-dev = ""
+
 XORG_PN = "libXaw"
-- 
1.7.2.5




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

* Re: [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
  2012-09-12 13:05 [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package Otavio Salvador
@ 2012-09-14 12:54 ` Eric Bénard
  2012-09-14 13:04   ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2012-09-14 12:54 UTC (permalink / raw)
  To: otavio; +Cc: Koen Kooi, openembedded-devel

Hi Otavio,

Le Wed, 12 Sep 2012 10:05:28 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :

> The libxaw recipe generate a binary package for each soname of libxaw
> (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev
> cannot depends on it.
> 
> Reported-by: Daiane Angolini <daiane.angolini@freescale.com>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

applied to denzil-next & denzil, please put me in cc of patches for
meta-oe/denzil else I don't always see them.

best regards,
Eric



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

* Re: [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
  2012-09-14 12:54 ` Eric Bénard
@ 2012-09-14 13:04   ` Otavio Salvador
  2012-09-14 14:21     ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2012-09-14 13:04 UTC (permalink / raw)
  To: Eric Bénard; +Cc: Koen Kooi, openembedded-devel

On Fri, Sep 14, 2012 at 9:54 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Wed, 12 Sep 2012 10:05:28 -0300,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>
>> The libxaw recipe generate a binary package for each soname of libxaw
>> (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev
>> cannot depends on it.
>>
>> Reported-by: Daiane Angolini <daiane.angolini@freescale.com>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>
> applied to denzil-next & denzil, please put me in cc of patches for
> meta-oe/denzil else I don't always see them.

Thanks a lot; will do next time.

-- 
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] 5+ messages in thread

* Re: [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
  2012-09-14 13:04   ` Otavio Salvador
@ 2012-09-14 14:21     ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2012-09-14 14:21 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: openembedded-devel, Eric Bénard


Op 14 sep. 2012, om 15:04 heeft Otavio Salvador <otavio@ossystems.com.br> het volgende geschreven:

> On Fri, Sep 14, 2012 at 9:54 AM, Eric Bénard <eric@eukrea.com> wrote:
>> Hi Otavio,
>> 
>> Le Wed, 12 Sep 2012 10:05:28 -0300,
>> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> 
>>> The libxaw recipe generate a binary package for each soname of libxaw
>>> (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev
>>> cannot depends on it.
>>> 
>>> Reported-by: Daiane Angolini <daiane.angolini@freescale.com>
>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> 
>> applied to denzil-next & denzil, please put me in cc of patches for
>> meta-oe/denzil else I don't always see them.
> 
> Thanks a lot; will do next time.

That reminds me, we need to update the READMEs in the denzil branch. I'll see if I can come up with a patch over the weekend, stuck at a conference now.


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

end of thread, other threads:[~2012-09-14 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 13:05 [meta-oe][for-denzil][PATCH] libxaw: Fix libxaw-dev to not depends on non-existent libxaw package Otavio Salvador
2012-09-14 12:54 ` Eric Bénard
2012-09-14 13:04   ` Otavio Salvador
2012-09-14 14:21     ` Koen Kooi
  -- strict thread matches above, loose matches on Subject: below --
2012-08-15 22:34 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.