From patchwork Thu Jul 19 13:24:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: avahi-ui: Remove the locale files and rely on the main avahi package for these Date: Thu, 19 Jul 2012 13:24:22 -0000 From: Richard Purdie X-Patchwork-Id: 32523 Message-Id: <1342704262.7940.11.camel@ted> 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 --- 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