[oe-commits] [openembedded-core] 27/47: gnome-desktop3: fix dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Nov 16 10:39:31 UTC 2016


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

commit 623f9eb815ae0a53f96222947b566c4e6d74ab97
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Tue Oct 18 16:54:59 2016 +0300

    gnome-desktop3: fix dependencies
    
    libxrandr dependency has been removed upstream
    
    Udev dependecy has been added upstream:
    
        commit b8cbfbe06475703f333367976eae9477f229891a
    
        pnp-ids: Use udev's hwdb to query PNP IDs
    
    (From OE-Core rev: 5f939fbf229e3c05d6b726f481a0e862ad5a5ceb)
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb
index eb061b2..6ef7049 100644
--- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb
+++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb
@@ -10,7 +10,7 @@ inherit gnome pkgconfig upstream-version-is-even gobject-introspection
 SRC_URI[archive.md5sum] = "8354ed38624f5eb6b5d34267b658a9c9"
 SRC_URI[archive.sha256sum] = "492c2da7aa8c3a8b65796e8171fc8f0dfb5d322dd2799c0d76392e1fb061e2b2"
 
-DEPENDS += "intltool-native gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes"
+DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev"
 
 inherit distro_features_check gtk-doc
 REQUIRED_DISTRO_FEATURES = "x11"

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


More information about the Openembedded-commits mailing list