From 0c6396b74a1348d1d2388ee3a28f41b4e0db23b1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 16 Jun 2017 14:38:58 +0300 Subject: 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. (From OE-Core rev: fc318fb191b68232cc400db2d5eb543d296ee884) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-gnome/epiphany/epiphany_3.22.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome') 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" -- cgit v1.2.3-54-g00ecf