All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
@ 2013-03-20  8:51 Khem Raj
  2013-03-20  9:13 ` Marcin Juszkiewicz
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2013-03-20  8:51 UTC (permalink / raw)
  To: openembedded-devel

Fixes QA errors:

ERROR: QA Issue:
/b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
Variable pkg_postinst is set as not being package specific, please fix
this.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-misc-support/cyrus-sasl_2.1.19.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-misc-support/cyrus-sasl_2.1.19.bb b/recipes-misc-support/cyrus-sasl_2.1.19.bb
index 2c9d359..da9a709 100644
--- a/recipes-misc-support/cyrus-sasl_2.1.19.bb
+++ b/recipes-misc-support/cyrus-sasl_2.1.19.bb
@@ -47,7 +47,7 @@ do_install () {
 FILES_${PN} += "${prefix}/lib/sasl2/*.so*"
 FILES_${PN}-dev += "${libdir}/sasl2/*.la ${libdir}/sasl2/*.a"
 
-pkg_postinst () {
+pkg_postinst_${PN} () {
         grep cyrus /etc/passwd || adduser --disabled-password --home=/var/spool/mail --ingroup mail -g "Cyrus sasl" cyrus
     echo "cyrus" | saslpasswd2 -p -c cyrus
     chgrp mail /etc/sasldb2
-- 
1.7.9.5




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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20  8:51 [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic Khem Raj
@ 2013-03-20  9:13 ` Marcin Juszkiewicz
  2013-03-20  9:32   ` Samuel Stirtzel
  2013-03-20 14:01   ` Khem Raj
  0 siblings, 2 replies; 8+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-20  9:13 UTC (permalink / raw)
  To: openembedded-devel

W dniu 20.03.2013 09:51, Khem Raj pisze:
> ERROR: QA Issue:
> /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
> Variable pkg_postinst is set as not being package specific, please fix
> this.

meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
be removed.



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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20  9:13 ` Marcin Juszkiewicz
@ 2013-03-20  9:32   ` Samuel Stirtzel
  2013-03-20  9:53     ` Marcin Juszkiewicz
  2013-03-20 14:03     ` Khem Raj
  2013-03-20 14:01   ` Khem Raj
  1 sibling, 2 replies; 8+ messages in thread
From: Samuel Stirtzel @ 2013-03-20  9:32 UTC (permalink / raw)
  To: openembedded-devel

2013/3/20 Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>:
> W dniu 20.03.2013 09:51, Khem Raj pisze:
>> ERROR: QA Issue:
>> /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
>> Variable pkg_postinst is set as not being package specific, please fix
>> this.
>
> meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
> be removed.
>

Hi, it seems there are some differences in the recipes, maybe we can
work through them.

Is BDB 5 working correctly with this version, without the patch [1]?


[1] https://gitorious.org/openembedded-core-layers/meta-kde/blobs/c9bac7d55796e0f88e6950dfff2adbb186b0df7a/recipes-misc-support/cyrus-sasl/Fix-for-berkeley-db-5.patch


--
Regards
Samuel



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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20  9:32   ` Samuel Stirtzel
@ 2013-03-20  9:53     ` Marcin Juszkiewicz
  2013-03-20 10:38       ` Samuel Stirtzel
  2013-03-20 14:03     ` Khem Raj
  1 sibling, 1 reply; 8+ messages in thread
From: Marcin Juszkiewicz @ 2013-03-20  9:53 UTC (permalink / raw)
  To: openembedded-devel

W dniu 20.03.2013 10:32, Samuel Stirtzel pisze:
> 2013/3/20 Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>:
>> W dniu 20.03.2013 09:51, Khem Raj pisze:
>>> ERROR: QA Issue:
>>> /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
>>> Variable pkg_postinst is set as not being package specific, please fix
>>> this.
>>
>> meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
>> be removed.
>>
> 
> Hi, it seems there are some differences in the recipes, maybe we can
> work through them.
> 
> Is BDB 5 working correctly with this version, without the patch [1]?

It built properly against db 5.3.21 - support was added upsteam.




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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20  9:53     ` Marcin Juszkiewicz
@ 2013-03-20 10:38       ` Samuel Stirtzel
  0 siblings, 0 replies; 8+ messages in thread
From: Samuel Stirtzel @ 2013-03-20 10:38 UTC (permalink / raw)
  To: openembedded-devel

2013/3/20 Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>:
> W dniu 20.03.2013 10:32, Samuel Stirtzel pisze:
>> 2013/3/20 Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>:
>>> W dniu 20.03.2013 09:51, Khem Raj pisze:
>>>> ERROR: QA Issue:
>>>> /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
>>>> Variable pkg_postinst is set as not being package specific, please fix
>>>> this.
>>>
>>> meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
>>> be removed.
>>>
>>
>> Hi, it seems there are some differences in the recipes, maybe we can
>> work through them.
>>
>> Is BDB 5 working correctly with this version, without the patch [1]?
>
> It built properly against db 5.3.21 - support was added upsteam.
>

Done



--
Regards
Samuel



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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20  9:13 ` Marcin Juszkiewicz
  2013-03-20  9:32   ` Samuel Stirtzel
@ 2013-03-20 14:01   ` Khem Raj
  2013-03-20 14:23     ` Samuel Stirtzel
  1 sibling, 1 reply; 8+ messages in thread
From: Khem Raj @ 2013-03-20 14:01 UTC (permalink / raw)
  To: openembedded-devel


On Mar 20, 2013, at 2:13 AM, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote:

> W dniu 20.03.2013 09:51, Khem Raj pisze:
>> ERROR: QA Issue:
>> /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
>> Variable pkg_postinst is set as not being package specific, please fix
>> this.
> 
> meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
> be removed.


earlier there was a case when meta-kde aimed to build without meta-oe or meta-networking. I will leave it to meta-kde maintainer
weather to depend  on meta-oe or not.

> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20  9:32   ` Samuel Stirtzel
  2013-03-20  9:53     ` Marcin Juszkiewicz
@ 2013-03-20 14:03     ` Khem Raj
  1 sibling, 0 replies; 8+ messages in thread
From: Khem Raj @ 2013-03-20 14:03 UTC (permalink / raw)
  To: openembedded-devel


On Mar 20, 2013, at 2:32 AM, Samuel Stirtzel <s.stirtzel@googlemail.com> wrote:

> Hi, it seems there are some differences in the recipes, maybe we can
> work through them.
> 
> Is BDB 5 working correctly with this version, without the patch [1]?
> 
> 
> [1] https://gitorious.org/openembedded-core-layers/meta-kde/blobs/c9bac7d55796e0f88e6950dfff2adbb186b0df7a/recipes-misc-support/cyrus-sasl/Fix-for-berkeley-db-5.patch
> 

Samuel

Post an update to meta-networking. I think meta-oe one should be removed too.


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

* Re: [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic
  2013-03-20 14:01   ` Khem Raj
@ 2013-03-20 14:23     ` Samuel Stirtzel
  0 siblings, 0 replies; 8+ messages in thread
From: Samuel Stirtzel @ 2013-03-20 14:23 UTC (permalink / raw)
  To: openembedded-devel

2013/3/20 Khem Raj <raj.khem@gmail.com>:
>
> On Mar 20, 2013, at 2:13 AM, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> wrote:
>
>> W dniu 20.03.2013 09:51, Khem Raj pisze:
>>> ERROR: QA Issue:
>>> /b/kraj/angstrom/sources/meta-kde/recipes-misc-support/cyrus-sasl_2.1.19.bb:
>>> Variable pkg_postinst is set as not being package specific, please fix
>>> this.
>>
>> meta-openembedded has 2.1.26 in meta-networking so meta-kde copy should
>> be removed.
>
>
> earlier there was a case when meta-kde aimed to build without meta-oe or meta-networking. I will leave it to meta-kde maintainer
> weather to depend  on meta-oe or not.
>

Some dependencies do not seem to be core enough for oe-core ;)
OTOH the WindRiver devs do not seem to be concerned about meta-kde anymore.


--
Regards
Samuel



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

end of thread, other threads:[~2013-03-20 14:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-20  8:51 [meta-kde][PATCH] cyrus-sasl: Make pkg_postinst/rm package specfic Khem Raj
2013-03-20  9:13 ` Marcin Juszkiewicz
2013-03-20  9:32   ` Samuel Stirtzel
2013-03-20  9:53     ` Marcin Juszkiewicz
2013-03-20 10:38       ` Samuel Stirtzel
2013-03-20 14:03     ` Khem Raj
2013-03-20 14:01   ` Khem Raj
2013-03-20 14:23     ` Samuel Stirtzel

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.