[oe-commits] [meta-openembedded] 06/13: network-manager-applet: move GNOMEBASEBUILDCLASS to correct position

git at git.openembedded.org git at git.openembedded.org
Fri Nov 9 14:36:11 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 030c3ce91db48a6c7a6916623ab4ff0a3cbc2e2b
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Tue Nov 6 14:20:13 2018 +0800

    network-manager-applet: move GNOMEBASEBUILDCLASS to correct position
    
    GNOMEBASEBUILDCLASS is used by gnomebase, if put it after inherit
    gnomebase, GNOMEBASEBUILDCLASS in recipe will not take effect
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../network-manager-applet/network-manager-applet_1.8.18.bb            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.18.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.18.bb
index cfb742c..0184000 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.18.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.18.bb
@@ -7,12 +7,11 @@ DEPENDS = "gtk+3 libnotify libsecret networkmanager dbus-glib \
            intltool-native \
 "
 
+GNOMEBASEBUILDCLASS = "autotools-brokensep"
 inherit distro_features_check gnomebase gsettings gtk-icon-cache gobject-introspection
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-GNOMEBASEBUILDCLASS = "autotools-brokensep"
-
 SRC_URI[archive.md5sum] = "34923579b39360db64649342ee6735d8"
 SRC_URI[archive.sha256sum] = "23dc1404f1e0622b7c4718b6d978b101d5e4d9be0b92133b3863a4dc29786178"
 

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


More information about the Openembedded-commits mailing list