]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gnome-themes-standard: Fix packages so dev-pkgs image generation works
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jul 2017 08:52:43 +0000 (09:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jul 2017 09:11:58 +0000 (10:11 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb

index e49ad5e9d1b9f024e64e8035914ecdc5bc3a8297..3b41328855885eac64aebfcc489703c55f13d83f 100644 (file)
@@ -38,3 +38,6 @@ FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \
 
 FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark"
 RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita"
+
+# gnome-themes-standard is empty and doesn't exist
+RDEPENDS_${PN}-dev = ""