public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Andreas Naumann <anaumann@emlix.com>
To: isar-users@googlegroups.com
Cc: Andreas Naumann <anaumann@emlix.com>
Subject: [PATCH] dpkg-prebuilt: Skip local isar-apt copy
Date: Wed, 16 Jul 2025 09:16:10 +0200	[thread overview]
Message-ID: <20250716071610.1124069-1-anaumann@emlix.com> (raw)

Prebuilt packages have no dependency on the isar-apt repo. Skip
copying it into the workspace.

Signed-off-by: Andreas Naumann <anaumann@emlix.com>
---
 meta/classes/dpkg-prebuilt.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/dpkg-prebuilt.bbclass b/meta/classes/dpkg-prebuilt.bbclass
index ecf0d383e9..78205aa39a 100644
--- a/meta/classes/dpkg-prebuilt.bbclass
+++ b/meta/classes/dpkg-prebuilt.bbclass
@@ -27,3 +27,5 @@ do_dpkg_build() {
         find ${WORKDIR} -name '*.deb' | xargs -n1 dpkg -I
     fi
 }
+
+do_local_isarapt[noexec] = "1"
-- 
2.43.0

-- 
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/20250716071610.1124069-1-anaumann%40emlix.com.

                 reply	other threads:[~2025-07-16 13:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250716071610.1124069-1-anaumann@emlix.com \
    --to=anaumann@emlix.com \
    --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