From ee2c57f77486101e7114b32e1fe52d2670639630 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Jul 2012 13:16:27 +0000 Subject: 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. (From OE-Core rev: a4f31439a6a5c7e1766eff6a6e54ab87f3370c29) Signed-off-by: Richard Purdie --- meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity') 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 2c12053049..7d56dad641 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 -- cgit v1.2.3-54-g00ecf