diff mbox series

[isar-cip-core] dosfstools: Use BPN instead of PN

Message ID e4ce9f4d-5b4b-44cc-abc7-03d083114b97@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] dosfstools: Use BPN instead of PN | expand

Commit Message

Jan Kiszka April 29, 2024, 3:46 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

With upcoming changes in isar, this will become critical when building
-native.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

This needs to go in before the isar update. Already in next now to fix 
our pipeline.

 recipes-devtools/dosfstools/dosfstools_latest.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-devtools/dosfstools/dosfstools_latest.bb b/recipes-devtools/dosfstools/dosfstools_latest.bb
index f42ff18a..37a8f420 100644
--- a/recipes-devtools/dosfstools/dosfstools_latest.bb
+++ b/recipes-devtools/dosfstools/dosfstools_latest.bb
@@ -13,7 +13,7 @@  inherit dpkg
 
 CHANGELOG_V="<orig-version>+cip"
 
-SRC_URI = "apt://${PN}"
+SRC_URI = "apt://${BPN}"
 SRC_URI += "file://0001-Honor-the-SOURCE_DATE_EPOCH-variable.patch;apply=no"
 
 do_prepare_build() {