From 19c16798e46539ff7001ad8aa9919e304da87df2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 22 Apr 2025 10:25:38 +0200 Subject: [PATCH] python3: move python link to python3-core package fixes: https://codeberg.org/flk/meta-wayland/issues/13 --- recipes-devtools/python/python3_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python3_%.bbappend b/recipes-devtools/python/python3_%.bbappend index aec31fd..76f1f38 100644 --- a/recipes-devtools/python/python3_%.bbappend +++ b/recipes-devtools/python/python3_%.bbappend @@ -2,5 +2,5 @@ do_install:append:class-target() { ln -sf ${bindir}/python3 ${D}${bindir}/python } -FILES:${PN}:class-target += "${bindir}/python" +FILES:${PN}-core:class-target += "${bindir}/python"