From: Alexander Kanavin <[email protected]> Build only gn, as otherwise ninja will attempt to run the integration tests (which are cross-compiled). Only gn executable is installed, so this doesn't reduce the output in ${D}.
Signed-off-by: Alexander Kanavin <[email protected]> --- meta/recipes-devtools/gn/gn_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb index c5ba7761b4..64217adbcb 100644 --- a/meta/recipes-devtools/gn/gn_git.bb +++ b/meta/recipes-devtools/gn/gn_git.bb @@ -8,7 +8,7 @@ UPSTREAM_CHECK_COMMITS = "1" SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \ " -SRCREV = "bac66cfc3254aabcd8640c8ebbeb6d62a198d454" +SRCREV = "1d86777e7f2562a86ecea77d1809ac4f82bb5bfe" PV = "0+git" BB_GIT_SHALLOW = "" @@ -39,7 +39,7 @@ do_configure() { do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+" do_compile() { - ninja -C ${B} --verbose + ninja -C ${B} --verbose gn } do_install() { -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240300): https://lists.openembedded.org/g/openembedded-core/message/240300 Mute This Topic: https://lists.openembedded.org/mt/120143436/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
