public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH] barebox: Fix source dir
Date: Fri, 18 Aug 2023 10:07:01 +0300	[thread overview]
Message-ID: <20230818070701.1827044-1-amikan@ilbers.de> (raw)

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


             reply	other threads:[~2023-08-18  7:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18  7:07 Anton Mikanovich [this message]
2023-08-24 15:19 ` Uladzimir Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230818070701.1827044-1-amikan@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox