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

gn: Drop local version in favour of the meta-arm one


meta-arm provides a gn recipe already and that is a dependency of our
environment so we can use it without maintaining our own recipe.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent b470ff67
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
SUMMARY = "Meta-build system that generates build files for Ninja"
LICENSE = "BSD-3-Clause & Unicode"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d \
file://src/base/third_party/icu/LICENSE;md5=97cdee8fe9e91b393a616bc13c8081db"
SRC_URI = "git://gn.googlesource.com/gn.git;protocol=https"
DEPENDS = "ninja-native"
PV = "0.0+git${SRCPV}"
SRCREV = "39a87c0b36310bdf06b692c098f199a0d97fc810"
S = "${WORKDIR}/git"
inherit native
do_configure () {
python3 build/gen.py --no-strip --out-path ${B}
}
do_compile () {
ninja -C ${B}
}
do_install () {
install -D ${B}/gn ${D}${bindir}/gn
}
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