All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] avahi-ui: Remove the locale files and rely on the main avahi package for these
@ 2012-07-19 13:24 Richard Purdie
  2012-07-19 13:41 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2012-07-19 13:24 UTC (permalink / raw)
  To: openembedded-core

Both avahi and avahi-ui were installing locale files. This is pointless duplication
and they are identical between the two packages. This changes things so they're only
handled by the main package.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
index 2c12053..7d56dad 100644
--- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
+++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
@@ -54,6 +54,7 @@ do_install_append () {
 	rm ${D}${sbindir} -rf
 	rm ${D}${datadir}/avahi/a*
 	rm ${D}${datadir}/avahi/s*
+	rm ${D}${datadir}/locale/ -rf
 	rm ${D}${datadir}/dbus* -rf
 	rm ${D}${mandir}/man1/a*
 	rm ${D}${mandir}/man5 -rf





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

* Re: [PATCH] avahi-ui: Remove the locale files and rely on the main avahi package for these
  2012-07-19 13:24 [PATCH] avahi-ui: Remove the locale files and rely on the main avahi package for these Richard Purdie
@ 2012-07-19 13:41 ` Koen Kooi
  2012-07-19 13:54   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2012-07-19 13:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 19 jul. 2012, om 15:24 heeft Richard Purdie het volgende geschreven:

> Both avahi and avahi-ui were installing locale files. This is pointless duplication
> and they are identical between the two packages. This changes things so they're only
> handled by the main package.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
> index 2c12053..7d56dad 100644
> --- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
> +++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
> @@ -54,6 +54,7 @@ do_install_append () {
> 	rm ${D}${sbindir} -rf
> 	rm ${D}${datadir}/avahi/a*
> 	rm ${D}${datadir}/avahi/s*
> +	rm ${D}${datadir}/locale/ -rf
> 	rm ${D}${datadir}/dbus* -rf
> 	rm ${D}${mandir}/man1/a*
> 	rm ${D}${mandir}/man5 -rf

MIssing PR bump


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

* Re: [PATCH] avahi-ui: Remove the locale files and rely on the main avahi package for these
  2012-07-19 13:41 ` Koen Kooi
@ 2012-07-19 13:54   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-07-19 13:54 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2012-07-19 at 15:41 +0200, Koen Kooi wrote:
> Op 19 jul. 2012, om 15:24 heeft Richard Purdie het volgende geschreven:
> 
> > Both avahi and avahi-ui were installing locale files. This is pointless duplication
> > and they are identical between the two packages. This changes things so they're only
> > handled by the main package.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> > diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
> > index 2c12053..7d56dad 100644
> > --- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
> > +++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
> > @@ -54,6 +54,7 @@ do_install_append () {
> > 	rm ${D}${sbindir} -rf
> > 	rm ${D}${datadir}/avahi/a*
> > 	rm ${D}${datadir}/avahi/s*
> > +	rm ${D}${datadir}/locale/ -rf
> > 	rm ${D}${datadir}/dbus* -rf
> > 	rm ${D}${mandir}/man1/a*
> > 	rm ${D}${mandir}/man5 -rf
> 
> MIssing PR bump

No output changes, just removal of duplicate files in the sysroot which
are ignored anyway.

Cheers,

Richard




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

end of thread, other threads:[~2012-07-19 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-19 13:24 [PATCH] avahi-ui: Remove the locale files and rely on the main avahi package for these Richard Purdie
2012-07-19 13:41 ` Koen Kooi
2012-07-19 13:54   ` Richard Purdie

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.