public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] barebox: Fix source dir
@ 2023-08-18  7:07 Anton Mikanovich
  2023-08-24 15:19 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2023-08-18  7:07 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

We should specify source dir in case of tar fetcher to allow suffix
usage in recipes.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/recipes-bsp/barebox/barebox_2022.02.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-isar/recipes-bsp/barebox/barebox_2022.02.0.bb b/meta-isar/recipes-bsp/barebox/barebox_2022.02.0.bb
index ba171cec..10758b28 100644
--- a/meta-isar/recipes-bsp/barebox/barebox_2022.02.0.bb
+++ b/meta-isar/recipes-bsp/barebox/barebox_2022.02.0.bb
@@ -8,6 +8,8 @@ require recipes-bsp/barebox/barebox.inc
 SRC_URI += "https://git.pengutronix.de/cgit/barebox/snapshot/barebox-${PV}.tar.gz \
             file://0001-of_dump-Add-a-simple-node-check-up.patch"
 
+S = "${WORKDIR}/barebox-${PV}"
+
 SRC_URI[sha256sum] = "01fb3799840bde34014981557361dcae1db23764708bb7b151ec044eb022fbe8"
 
 BAREBOX_VERSION_EXTENSION = "-isar"
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] barebox: Fix source dir
  2023-08-18  7:07 [PATCH] barebox: Fix source dir Anton Mikanovich
@ 2023-08-24 15:19 ` Uladzimir Bely
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2023-08-24 15:19 UTC (permalink / raw)
  To: Anton Mikanovich, isar-users

On Fri, 2023-08-18 at 10:07 +0300, Anton Mikanovich wrote:
> We should specify source dir in case of tar fetcher to allow suffix
> usage in recipes.
> 
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
>  meta-isar/recipes-bsp/barebox/barebox_2022.02.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied to next.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-24 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18  7:07 [PATCH] barebox: Fix source dir Anton Mikanovich
2023-08-24 15:19 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox