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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li
2018-11-06 14:20:13 +08:00
committed by Khem Raj
parent d77cac3c54
commit 030c3ce91d
@@ -7,12 +7,11 @@ DEPENDS = "gtk+3 libnotify libsecret networkmanager dbus-glib \
intltool-native \ intltool-native \
" "
GNOMEBASEBUILDCLASS = "autotools-brokensep"
inherit distro_features_check gnomebase gsettings gtk-icon-cache gobject-introspection inherit distro_features_check gnomebase gsettings gtk-icon-cache gobject-introspection
REQUIRED_DISTRO_FEATURES = "x11" REQUIRED_DISTRO_FEATURES = "x11"
GNOMEBASEBUILDCLASS = "autotools-brokensep"
SRC_URI[archive.md5sum] = "34923579b39360db64649342ee6735d8" SRC_URI[archive.md5sum] = "34923579b39360db64649342ee6735d8"
SRC_URI[archive.sha256sum] = "23dc1404f1e0622b7c4718b6d978b101d5e4d9be0b92133b3863a4dc29786178" SRC_URI[archive.sha256sum] = "23dc1404f1e0622b7c4718b6d978b101d5e4d9be0b92133b3863a4dc29786178"