From: Uladzimir Bely <ubely@ilbers.de>
To: Jan Kiszka <jan.kiszka@siemens.com>,
isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH] dpkg-base: Fix do_cleanall_apt with custom DISTRO values
Date: Tue, 30 Jul 2024 11:05:10 +0300 [thread overview]
Message-ID: <3e43d21c1de3bf254a09d939c53af5ebb79a81ff.camel@ilbers.de> (raw)
In-Reply-To: <b94f35cd-5fef-4a34-9e5d-8af282afe7c7@siemens.com>
On Mon, 2024-07-15 at 13:46 +0200, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> This was apparently forgotten by 5e85ad04e205.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> meta/classes/dpkg-base.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/dpkg-base.bbclass b/meta/classes/dpkg-
> base.bbclass
> index d90b32a9..95cc830d 100644
> --- a/meta/classes/dpkg-base.bbclass
> +++ b/meta/classes/dpkg-base.bbclass
> @@ -172,7 +172,7 @@ addtask apt_unpack after do_apt_fetch
> do_cleanall_apt[nostamp] = "1"
> do_cleanall_apt() {
> for uri in "${SRC_APT}"; do
> - rm -rf "${DEBSRCDIR}"/"${DISTRO}"/"$uri"
> + rm -rf "${DEBSRCDIR}/${BASE_DISTRO}-
> ${BASE_DISTRO_CODENAME}/$uri"
> done
> }
>
Applied to next, thanks.
--
Best regards,
Uladzimir.
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/3e43d21c1de3bf254a09d939c53af5ebb79a81ff.camel%40ilbers.de.
prev parent reply other threads:[~2024-07-30 8:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 11:46 'Jan Kiszka' via isar-users
2024-07-30 8:05 ` Uladzimir Bely [this message]
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=3e43d21c1de3bf254a09d939c53af5ebb79a81ff.camel@ilbers.de \
--to=ubely@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.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