Skip to content
Snippets Groups Projects
Verified Commit e8e4093a authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

gn_base.bbclass: Use the ninja bbclass


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 9c78f17a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
# This class allows building GN-based projects. # This class allows building GN-based projects.
DEPENDS += "gn-native ninja-native" DEPENDS += "gn-native"
inherit ninja
# General GN options, like --dotfile # General GN options, like --dotfile
GN_OPTIONS ??= "" GN_OPTIONS ??= ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment