All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings
@ 2012-02-11  0:14 Andreas Müller
  2012-02-11 13:20 ` Otavio Salvador
  2012-02-11 22:37 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Müller @ 2012-02-11  0:14 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../xfce4-session/xfce4-session_4.8.2.bb           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb
index 6c23c68..86a2363 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
 DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring"
 RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth"
 
-PR = "r1"
+PR = "r2"
 
 inherit xfce
 
@@ -21,7 +21,7 @@ FILES_${PN} += "${libdir}/xfce4/*/*/*.so \
 
 FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"
 
-FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a"
+FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.*a"
 
 SRC_URI[md5sum] = "48780cbcf784ab64debc9312f17765f2"
 SRC_URI[sha256sum] = "31bca2a559e05a8a859f150394a901517e5842414ef171a85c5da234e344c0d0"
-- 
1.7.4.4




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

* Re: [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings
  2012-02-11  0:14 [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings Andreas Müller
@ 2012-02-11 13:20 ` Otavio Salvador
  2012-02-11 22:37 ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-02-11 13:20 UTC (permalink / raw)
  To: openembedded-devel

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

On Fri, Feb 10, 2012 at 22:14, Andreas Müller
<schnitzeltony@googlemail.com>wrote:

>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../xfce4-session/xfce4-session_4.8.2.bb           |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bbb/meta-xfce/recipes-xfce/xfce4-session/
> xfce4-session_4.8.2.bb
> index 6c23c68..86a2363 100644
> --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb
> +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.2.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
>  DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus
> dbus-glib xfconf xfce4-panel gconf gnome-keyring"
>  RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth"
>
> -PR = "r1"
> +PR = "r2"
>
>  inherit xfce
>
> @@ -21,7 +21,7 @@ FILES_${PN} += "${libdir}/xfce4/*/*/*.so \
>
>  FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"
>
> -FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a"
> +FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.*a"
>
>  SRC_URI[md5sum] = "48780cbcf784ab64debc9312f17765f2"
>  SRC_URI[sha256sum] =
> "31bca2a559e05a8a859f150394a901517e5842414ef171a85c5da234e344c0d0"
> --
> 1.7.4.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
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-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings
  2012-02-11  0:14 [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings Andreas Müller
  2012-02-11 13:20 ` Otavio Salvador
@ 2012-02-11 22:37 ` Koen Kooi
  2012-02-12 21:30   ` Andreas Müller
  1 sibling, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2012-02-11 22:37 UTC (permalink / raw)
  To: openembedded-devel

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

Op 11-02-12 01:14, Andreas Müller schreef:
> 
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- 
> .../xfce4-session/xfce4-session_4.8.2.bb           |    4 ++--

Which of the other patches listed in
http://patches.openembedded.org/project/oe/list/?q=meta-xfce should I push
as well?

regards,

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

iEYEARECAAYFAk827cMACgkQMkyGM64RGpHLtgCfQkJKQ45w7zzrITl2M7r1/CTA
xUoAn396EZvBJM+cvR6AfA3KFaD9qHZT
=TxXO
-----END PGP SIGNATURE-----




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

* Re: [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings
  2012-02-11 22:37 ` Koen Kooi
@ 2012-02-12 21:30   ` Andreas Müller
  2012-02-13 20:42     ` Peter Tworek
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2012-02-12 21:30 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Feb 11, 2012 at 11:37 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 11-02-12 01:14, Andreas Müller schreef:
>>
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> ---
>> .../xfce4-session/xfce4-session_4.8.2.bb           |    4 ++--
>
> Which of the other patches listed in
> http://patches.openembedded.org/project/oe/list/?q=meta-xfce should I push
> as well?
>
> regards,
>
> Koen
20803: [meta-xfce,3/3,v2] xfce4-panel: Remove static version of panel
plugins: OK but needs a PR Bump. Who takes care?
20697: [meta-xfce,3/3] xfce4-panel: Disable building of static
libraries: Peter: can you please mark this one as superseded in
patchwork?
20695: [meta-xfce,2/3] xfce4-settings: Update to latest stable version
4.8.3: New recipe starts on PR = "r1". Who takes care?
20699: [meta-xfce,1/3] xfconf: Update to latest stable version 4.8.1:
This can't go in like this. Peter: can you please mark this one as
superseded or rejected in patchwork?
20691: [meta-xfce] xfce4-power-manager: Add initial recipe for version
1.0.10: This one can go in.

Andreas



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

* Re: [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings
  2012-02-12 21:30   ` Andreas Müller
@ 2012-02-13 20:42     ` Peter Tworek
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Tworek @ 2012-02-13 20:42 UTC (permalink / raw)
  To: openembedded-devel

On 02/12/2012 10:30 PM, Andreas Müller wrote:
> On Sat, Feb 11, 2012 at 11:37 PM, Koen Kooi<koen@dominion.thruhere.net>  wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Op 11-02-12 01:14, Andreas Müller schreef:
>>> Signed-off-by: Andreas Müller<schnitzeltony@googlemail.com>  ---
>>> .../xfce4-session/xfce4-session_4.8.2.bb           |    4 ++--
>> Which of the other patches listed in
>> http://patches.openembedded.org/project/oe/list/?q=meta-xfce should I push
>> as well?
>>
>> regards,
>>
>> Koen
> 20803: [meta-xfce,3/3,v2] xfce4-panel: Remove static version of panel
> plugins: OK but needs a PR Bump. Who takes care?
Done v3 takes care of it. [21213]
> 20697: [meta-xfce,3/3] xfce4-panel: Disable building of static
> libraries: Peter: can you please mark this one as superseded in
> patchwork?
Done.
> 20695: [meta-xfce,2/3] xfce4-settings: Update to latest stable version
> 4.8.3: New recipe starts on PR = "r1". Who takes care?

PR added. [21211]

> 20699: [meta-xfce,1/3] xfconf: Update to latest stable version 4.8.1:
> This can't go in like this. Peter: can you please mark this one as
> superseded or rejected in patchwork?

Marked as rejected.

> 20691: [meta-xfce] xfce4-power-manager: Add initial recipe for version
> 1.0.10: This one can go in.
>
> Andreas
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

end of thread, other threads:[~2012-02-13 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-11  0:14 [meta-xfce] xfce4-session: move static libraries to ${PN}-staticdev to avoid QA warnings Andreas Müller
2012-02-11 13:20 ` Otavio Salvador
2012-02-11 22:37 ` Koen Kooi
2012-02-12 21:30   ` Andreas Müller
2012-02-13 20:42     ` Peter Tworek

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.