From: Zhihang Wei <wzh@ilbers.de>
To: srinuvasan.a@siemens.com, isar-users@googlegroups.com
Cc: cedric.hombourger@siemens.com
Subject: Re: [PATCH] meta/recipes-bsp/libubootenv: use BPN instead of PN
Date: Wed, 26 Nov 2025 10:45:27 +0100 [thread overview]
Message-ID: <8f6e7aca-ab53-4d1b-b8d6-a2ce60709b20@ilbers.de> (raw)
In-Reply-To: <20251119045444.408086-1-srinuvasan.a@siemens.com>
Applied to next, thanks.
On 11/19/25 05:54, srinuvasan.a via isar-users wrote:
> From: srinuvasan <srinuvasan.a@siemens.com>
>
> dpkg-source fails for libubootenv-native because the orig tarball was named
> using PN, which includes the "-native" suffix. Debian expects orig tarballs
> to use the base package name. Switch to BPN so both native and non-native
> builds use the correct upstream tarball.
>
> Err Logs:
> DEBUG: Executing shell function do_dpkg_source
> dpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../libubootenv_0.3.5-0.1+isar.orig.tar.{bz2,gz,lzma,xz}
> WARNING: exit code 25 from a shell command.
>
> Signed-off-by: srinuvasan <srinuvasan.a@siemens.com>
> ---
> meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
> index 08eab73c..4d64ff8e 100644
> --- a/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
> +++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
> @@ -25,5 +25,5 @@ CHANGELOG_V ?= "${PV}+isar-${SRCREV}"
> do_prepare_build() {
> deb_add_changelog
> cd ${WORKDIR}
> - tar cJf ${PN}_${PV}+isar.orig.tar.xz --exclude=.git --exclude=debian ${P}
> + tar cJf ${BPN}_${PV}+isar.orig.tar.xz --exclude=.git --exclude=debian ${P}
> }
--
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 visit https://groups.google.com/d/msgid/isar-users/8f6e7aca-ab53-4d1b-b8d6-a2ce60709b20%40ilbers.de.
prev parent reply other threads:[~2025-11-26 9:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-19 4:54 srinuvasan.a via isar-users
2025-11-26 9:45 ` Zhihang Wei [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=8f6e7aca-ab53-4d1b-b8d6-a2ce60709b20@ilbers.de \
--to=wzh@ilbers.de \
--cc=cedric.hombourger@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=srinuvasan.a@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