diff options
author | bkylerussell@gmail.com <bkylerussell@gmail.com> | 2023-04-11 13:36:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
commit | 2368c2c884282785e5940dbe852d346e802e9e09 (patch) | |
tree | 51606a4c6cc60938d8af02360f9233f62b444f29 | |
parent | 2c9488e5d2acac37e162da785584ddfd8564000f (diff) | |
download | poky-2368c2c884282785e5940dbe852d346e802e9e09.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: 231f93becad619f6afa383f9b1132f1d4b02fa64)
Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 b4ea5f756a..6764598d48 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -377,7 +377,7 @@ do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock" | |||
377 | FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" | 377 | FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" |
378 | FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" | 378 | FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" |
379 | 379 | ||
380 | RDEPENDS:${PN} = "bc python3 flex bison ${TCLIBC}-utils" | 380 | RDEPENDS:${PN} = "bc python3-core flex bison ${TCLIBC}-utils" |
381 | # 4.15+ needs these next two RDEPENDS | 381 | # 4.15+ needs these next two RDEPENDS |
382 | RDEPENDS:${PN} += "openssl-dev util-linux" | 382 | RDEPENDS:${PN} += "openssl-dev util-linux" |
383 | # and x86 needs a bit more for 4.15+ | 383 | # and x86 needs a bit more for 4.15+ |