From: Valerio Crini <vcrini@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] support/scripts: add node modules to check-bin-arch's IGNORES list
Date: Fri, 31 May 2019 09:58:00 +0200 [thread overview]
Message-ID: <20190531075800.7064-1-vcrini@gmail.com> (raw)
From: Valerio Crini <valerio.crini@docomodigital.com>
Some node modules as stf ship compiled binaries causing check-bin-arch script
to return errors.
Signed-off-by: Valerio Crini <valerio.crini@docomodigital.com>
---
support/scripts/check-bin-arch | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/support/scripts/check-bin-arch b/support/scripts/check-bin-arch
index 3449bd1aeb..a276b75b92 100755
--- a/support/scripts/check-bin-arch
+++ b/support/scripts/check-bin-arch
@@ -25,6 +25,11 @@ declare -a IGNORES=(
# it for a different architecture (e.g. i386 grub on x86_64).
"/lib/grub"
"/usr/lib/grub"
+
+ # Skip files in /usr/lib/node_modules, since it is possible to have it
+ # for a different architecture (e.g. stf module has some packages already
+ # compiled for several architectures).
+ "/usr/lib/node_modules"
)
while getopts p:l:r:a:i: OPT ; do
--
2.20.1
next reply other threads:[~2019-05-31 7:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-31 7:58 Valerio Crini [this message]
2019-08-04 15:52 ` [Buildroot] [PATCH 1/1] support/scripts: add node modules to check-bin-arch's IGNORES list Thomas Petazzoni
2019-08-10 15:36 ` Martin Bark
2020-12-08 15:36 ` Yegor Yefremov
[not found] ` <CAO-fR8RtJ=_xEO95P+Qf3WAVmN204iVWt4wKWv9i6-BSbTwVAg@mail.gmail.com>
2023-01-30 12:17 ` Yegor Yefremov via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190531075800.7064-1-vcrini@gmail.com \
--to=vcrini@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.