mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 22:31:59 +01:00
Merge pull request #1658 from flatcar-linux/dongsu/bpftool
profiles,coreos-base: changes needed by bpftool
This commit is contained in:
commit
a6b7fcb76d
@ -118,8 +118,9 @@ RDEPEND="${RDEPEND}
|
||||
coreos-base/update_engine
|
||||
dev-db/etcdctl
|
||||
dev-libs/openssl
|
||||
dev-util/strace
|
||||
dev-util/bpftool
|
||||
dev-util/bsdiff
|
||||
dev-util/strace
|
||||
dev-vcs/git
|
||||
net-analyzer/nmap
|
||||
net-analyzer/tcpdump
|
||||
|
||||
@ -54,6 +54,7 @@ RDEPEND="${RDEPEND}
|
||||
dev-util/gperf
|
||||
>=dev-util/gtk-doc-am-1.13
|
||||
>=dev-util/intltool-0.30
|
||||
dev-util/patchutils
|
||||
dev-util/scons
|
||||
>=dev-vcs/git-1.7.2
|
||||
amd64? ( net-misc/google-cloud-sdk )
|
||||
@ -101,8 +102,9 @@ RDEPEND="${RDEPEND}
|
||||
coreos-base/update_engine
|
||||
"
|
||||
|
||||
# Host dependencies for running pylint within the chroot
|
||||
# Host dependencies for python
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-python/docutils
|
||||
dev-python/pylint
|
||||
"
|
||||
|
||||
|
||||
@ -22,6 +22,9 @@
|
||||
|
||||
=dev-perl/Text-Unidecode-1.270.0 ~arm64
|
||||
|
||||
# needed to force enable bpftool for arm64
|
||||
=dev-util/bpftool-5.15.8 **
|
||||
|
||||
# needed by arm64-native SDK
|
||||
dev-util/checkbashisms *
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user