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

oniro-linux.conf: Define a default OpenHarmony version


Without this, building with distro feature `openharmony` fails in
various ways:

- parsing
- applying patches
- unpacking sources
- etc.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent a7a1f79d
No related branches found
No related tags found
No related merge requests found
......@@ -115,3 +115,5 @@ SPLASH = "psplash-oniro"
DISTRO_FEATURES_FILTER_NATIVE:append = " openharmony"
DISTRO_FEATURES_FILTER_NATIVESDK:append = " openharmony"
OPENHARMONY_VERSION ?= "3.0"
PREFERRED_VERSION_openharmony-standard = "${OPENHARMONY_VERSION}"
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