diff mbox series

[isar-cip-core] shtab: Align recipe name with source name

Message ID 476c1778-1c3e-43db-bbc4-69b0e48442e4@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] shtab: Align recipe name with source name | expand

Commit Message

Jan Kiszka May 17, 2024, 4:43 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Upstream-pending isar patches will demand this.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-bsp/efibootguard/efibootguard_0.16-2+cip.bb             | 2 +-
 .../shtab/{python3-shtab_1.5.5-4.bb => python-shtab_1.5.5-4.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-python/shtab/{python3-shtab_1.5.5-4.bb => python-shtab_1.5.5-4.bb} (100%)
diff mbox series

Patch

diff --git a/recipes-bsp/efibootguard/efibootguard_0.16-2+cip.bb b/recipes-bsp/efibootguard/efibootguard_0.16-2+cip.bb
index b6bb2bdb..20cc907b 100644
--- a/recipes-bsp/efibootguard/efibootguard_0.16-2+cip.bb
+++ b/recipes-bsp/efibootguard/efibootguard_0.16-2+cip.bb
@@ -34,7 +34,7 @@  PATCHTOOL = "git"
 
 inherit dpkg
 
-DEPENDS = "python3-shtab"
+DEPENDS = "python-shtab"
 # needed for buster, bullseye could use compat >= 13
 python() {
     arch = d.getVar('DISTRO_ARCH')
diff --git a/recipes-python/shtab/python3-shtab_1.5.5-4.bb b/recipes-python/shtab/python-shtab_1.5.5-4.bb
similarity index 100%
rename from recipes-python/shtab/python3-shtab_1.5.5-4.bb
rename to recipes-python/shtab/python-shtab_1.5.5-4.bb