[oe-commits] Richard Purdie : avahi-ui: Remove the locale files and rely on the main avahi package for these

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 16:20:21 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: a4f31439a6a5c7e1766eff6a6e54ab87f3370c29
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a4f31439a6a5c7e1766eff6a6e54ab87f3370c29

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jul 19 13:16:27 2012 +0000

avahi-ui: Remove the locale files and rely on the main avahi package for these

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 at linuxfoundation.org>

---

 meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list