[oe-commits] [openembedded-core] branch master updated: gnome-themes-standard: Fix packages so dev-pkgs image generation works

git at git.openembedded.org git at git.openembedded.org
Wed Jul 26 09:12:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new 51b3ee2  gnome-themes-standard: Fix packages so dev-pkgs image generation works
51b3ee2 is described below

commit 51b3ee298635b11d5784caaa0ac1c8f4034c25a5
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Jul 26 09:52:43 2017 +0100

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb | 3 +++
 1 file changed, 3 insertions(+)

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 e49ad5e..3b41328 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 \
 
 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list