summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/epiphany_3.22.6.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-06-16 14:38:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:51:55 +0100
commitfc318fb191b68232cc400db2d5eb543d296ee884 (patch)
tree0b02aa9e2421be3cf00fe56198d6916fa39c3317 /meta/recipes-gnome/epiphany/epiphany_3.22.6.bb
parent2ad6c563828e70728eb48095b2326b52342df37c (diff)
downloadopenembedded-core-contrib-fc318fb191b68232cc400db2d5eb543d296ee884.tar.gz
gnomebase.bbclass: add datadir/icons and datadir/appdata to standard FILES list
Gnome apps seem to increasingly package those, so let's make it common. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/epiphany/epiphany_3.22.6.bb')
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_3.22.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.22.6.bb b/meta/recipes-gnome/epiphany/epiphany_3.22.6.bb
index 651fef1bf0..e9e3493e67 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.22.6.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.22.6.bb
@@ -19,5 +19,5 @@ do_configure_prepend() {
sed -i -e s:help::g ${S}/Makefile.am
}
-FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers"
+FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers"
RDEPENDS_${PN} = "iso-codes adwaita-icon-theme"