diff options
author | bkylerussell@gmail.com <bkylerussell@gmail.com> | 2023-04-11 13:36:16 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-05-12 04:04:52 -1000 |
commit | 5f19045917c32f180ae36d438eb7b229a5e57c3c (patch) | |
tree | bbdada5180bbdb643b91a40882880955bb5dc0e8 | |
parent | cb7fea11fc03f48138319a623119b3a5ea545a46 (diff) | |
download | poky-5f19045917c32f180ae36d438eb7b229a5e57c3c.tar.gz |
kernel-devsrc: depend on python3-core instead of python3
Avoids pulling in potential GPLv3 packages through python3-misc catch-all.
python3-core is the intended minimal RDEPENDS for packages requiring python3
support. Other python3 module dependencies should be listed explicitly.
(From OE-Core rev: d4e9a2c0c666244f5a197682dabe018a4a3e06f8)
Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 231f93becad619f6afa383f9b1132f1d4b02fa64)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index f8f717199c..ed9746f837 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -334,7 +334,7 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock" | |||
334 | FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" | 334 | FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" |
335 | FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" | 335 | FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" |
336 | 336 | ||
337 | RDEPENDS:${PN} = "bc python3 flex bison ${TCLIBC}-utils" | 337 | RDEPENDS:${PN} = "bc python3-core flex bison ${TCLIBC}-utils" |
338 | # 4.15+ needs these next two RDEPENDS | 338 | # 4.15+ needs these next two RDEPENDS |
339 | RDEPENDS:${PN} += "openssl-dev util-linux" | 339 | RDEPENDS:${PN} += "openssl-dev util-linux" |
340 | # and x86 needs a bit more for 4.15+ | 340 | # and x86 needs a bit more for 4.15+ |