diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 13:16:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 17:18:09 +0100 |
commit | ee2c57f77486101e7114b32e1fe52d2670639630 (patch) | |
tree | 47f352972a4bac0467533ccf0a9106a6419dd972 /meta | |
parent | b13c344022ca07bf777b435efbd7abd1324db676 (diff) | |
download | poky-ee2c57f77486101e7114b32e1fe52d2670639630.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 () { | |||
54 | rm ${D}${sbindir} -rf | 54 | rm ${D}${sbindir} -rf |
55 | rm ${D}${datadir}/avahi/a* | 55 | rm ${D}${datadir}/avahi/a* |
56 | rm ${D}${datadir}/avahi/s* | 56 | rm ${D}${datadir}/avahi/s* |
57 | rm ${D}${datadir}/locale/ -rf | ||
57 | rm ${D}${datadir}/dbus* -rf | 58 | rm ${D}${datadir}/dbus* -rf |
58 | rm ${D}${mandir}/man1/a* | 59 | rm ${D}${mandir}/man1/a* |
59 | rm ${D}${mandir}/man5 -rf | 60 | rm ${D}${mandir}/man5 -rf |