mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #1839 from flatcar-linux/jepio/add-pahole-deps
Add missing pahole dependencies
This commit is contained in:
commit
fc0fea321c
@ -0,0 +1 @@
|
||||
- Added pahole to developer container, without it kernel modules built against /usr/src/linux may fail to probe with an 'invalid relocation target' error ([PR#1839](https://github.com/flatcar-linux/coreos-overlay/pull/1839))
|
@ -21,6 +21,7 @@ RDEPEND="
|
||||
coreos-base/emerge-gitclone
|
||||
dev-lang/python
|
||||
dev-util/strace
|
||||
dev-util/pahole
|
||||
dev-vcs/repo
|
||||
net-analyzer/netperf
|
||||
net-dialup/minicom
|
||||
|
@ -35,6 +35,7 @@ SLOT="0/${PVR}"
|
||||
SRC_URI=""
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="dev-util/pahole"
|
||||
DEPEND="=sys-kernel/coreos-sources-${COREOS_SOURCE_VERSION}"
|
||||
|
||||
# Do not analyze or strip installed files
|
||||
|
@ -24,6 +24,9 @@ else
|
||||
PATCH_DIR="${FILESDIR}/${KV_MAJOR}.${KV_MINOR}"
|
||||
fi
|
||||
|
||||
# make modules_prepare depends on pahole
|
||||
RDEPEND="dev-util/pahole"
|
||||
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user