aboutsummaryrefslogtreecommitdiffstats
path: 2009-12-04recipes/ti: merge in updatesKoen Kooi 2008-10-24neuros osd2: remove dsplink from machine recommends, they are not strictly ne...Koen Kooi 2008-10-22machines: start moving PACKAGE_EXTRA_ARCHS into the appropriate tune filesKoen Kooi 2008-07-23neuros-osd2: try autoloading cmemk and dsplinkk modulesKoen Kooi 2008-07-22neuros-osd2: recommend dsplink modulesKoen Kooi 2008-07-07neuros osd2: really set uboot machine correctly...Koen Kooi 2008-07-07neuros osd2: move upk to .inc so osd1 can use it as wellKoen Kooi 2008-07-07neuros-osd2: fix typoKoen Kooi 2008-07-07neuros-osd2: set uboot machine Koen Kooi 2008-07-07neuros-osd2: add (disabled) framework for creating ready-to-flash upk imagesKoen Kooi 2008-06-11neuros osd2: correct kernel providerKoen Kooi 2008-06-03neuros-osd*: add uboot adresses (taken from Makefile.boot)Koen Kooi 2008-06-03neuros-osd*: build uImage as kernel imageKoen Kooi 2008-05-30neuros-osd2: start machine file for the neuros osd v2.0 machineKoen Kooi
b } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
From 7d94bfe53beeb2d25eb5f2ff6b1d509df7e6ab80 Mon Sep 17 00:00:00 2001
From: Zuzana Svetlikova <zsvetlik@redhat.com>
Date: Thu, 27 Apr 2017 14:25:42 +0200
Subject: [PATCH] Disable running gyp on shared deps

Upstream-Status: Inappropriate [embedded specific]

Probably imported from:
https://src.fedoraproject.org/rpms/nodejs/c/41af04f2a3c050fb44628e91ac65fd225b927acb?branch=22609d8c1bfeaa21fe0057645af20b3a2ccc7f53
which is probably based on dont-run-gyp-files-for-bundled-deps.patch added in:
https://github.com/alpinelinux/aports/commit/6662eb3199902e8451fb20dce82554ad96f796bb

We also explicitly prune some dependencies from source in the bitbake recipe:

python prune_sources() {
    import shutil

    shutil.rmtree(d.getVar('S') + '/deps/openssl')
    if 'ares' in d.getVar('PACKAGECONFIG'):
        shutil.rmtree(d.getVar('S') + '/deps/cares')
    if 'brotli' in d.getVar('PACKAGECONFIG'):
        shutil.rmtree(d.getVar('S') + '/deps/brotli')
    if 'libuv' in d.getVar('PACKAGECONFIG'):
        shutil.rmtree(d.getVar('S') + '/deps/uv')
    if 'nghttp2' in d.getVar('PACKAGECONFIG'):
        shutil.rmtree(d.getVar('S') + '/deps/nghttp2')
    if 'zlib' in d.getVar('PACKAGECONFIG'):
        shutil.rmtree(d.getVar('S') + '/deps/zlib')
}
do_unpack[postfuncs] += "prune_sources"

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ with-code-cache test-code-cache:
 	$(warning '$@' target is a noop)
 
 out/Makefile: config.gypi common.gypi node.gyp \
-	deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
+	deps/llhttp/llhttp.gyp \
 	deps/simdutf/simdutf.gyp deps/ada/ada.gyp \
 	tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
 	tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp