summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-26 09:52:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-26 10:12:06 +0100
commit8e15e9b6e478f6368034519b2a8fd3c7ea71d23b (patch)
treeb0f8d511981db35610588003eab2e6c6ac85dc5b /meta/recipes-gnome/gnome
parent961d2366de97da7f3ced1238d6268237fa0906e2 (diff)
downloadpoky-8e15e9b6e478f6368034519b2a8fd3c7ea71d23b.tar.gz
gnome-themes-standard: Fix packages so dev-pkgs image generation works
A change from Ross removed the dual -dev/-dbg packages but this broke deb/ipk rootfs constuction due to a dependency on a package which doesn't exist (for dev-pkgs images). Remove the dependency on that package to allow images to build. (From OE-Core rev: 51b3ee298635b11d5784caaa0ac1c8f4034c25a5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
index e49ad5e9d1..3b41328855 100644
--- a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
+++ b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
@@ -38,3 +38,6 @@ FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \
38 38
39FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark" 39FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark"
40RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita" 40RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita"
41
42# gnome-themes-standard is empty and doesn't exist
43RDEPENDS_${PN}-dev = ""