mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +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
|
coreos-base/emerge-gitclone
|
||||||
dev-lang/python
|
dev-lang/python
|
||||||
dev-util/strace
|
dev-util/strace
|
||||||
|
dev-util/pahole
|
||||||
dev-vcs/repo
|
dev-vcs/repo
|
||||||
net-analyzer/netperf
|
net-analyzer/netperf
|
||||||
net-dialup/minicom
|
net-dialup/minicom
|
||||||
|
@ -35,6 +35,7 @@ SLOT="0/${PVR}"
|
|||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
BDEPEND="dev-util/pahole"
|
||||||
DEPEND="=sys-kernel/coreos-sources-${COREOS_SOURCE_VERSION}"
|
DEPEND="=sys-kernel/coreos-sources-${COREOS_SOURCE_VERSION}"
|
||||||
|
|
||||||
# Do not analyze or strip installed files
|
# Do not analyze or strip installed files
|
||||||
|
@ -24,6 +24,9 @@ else
|
|||||||
PATCH_DIR="${FILESDIR}/${KV_MAJOR}.${KV_MINOR}"
|
PATCH_DIR="${FILESDIR}/${KV_MAJOR}.${KV_MINOR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# make modules_prepare depends on pahole
|
||||||
|
RDEPEND="dev-util/pahole"
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user