Skip to content

Commit

Permalink
network-manager-applet: change default buildclass
Browse files Browse the repository at this point in the history
network-manager-applet don't have good support of out-of-tree
build. refer this link:
https://gitlab.gnome.org/GNOME/network-manager-applet/issues/30#note_353935

change default buildclass to fix below occasionally compile failed
problem.

can't write to file src/wireless-security/ws-resources.hcan't write to file
src/wireless-security/ws-resources.cMakefile:5299: recipe for target
'src/wireless-security/ws-resources.h' failed

Signed-off-by: Changqing Li <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
sandy-lcq authored and kraj committed Nov 2, 2018
1 parent daf8251 commit 68f4b47
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ inherit distro_features_check gnomebase gsettings gtk-icon-cache gobject-introsp

REQUIRED_DISTRO_FEATURES = "x11"

GNOMEBASEBUILDCLASS = "autotools-brokensep"

SRC_URI[archive.md5sum] = "34923579b39360db64649342ee6735d8"
SRC_URI[archive.sha256sum] = "23dc1404f1e0622b7c4718b6d978b101d5e4d9be0b92133b3863a4dc29786178"

Expand Down

0 comments on commit 68f4b47

Please sign in to comment.