* [PATCH] dpkg-prebuilt: Skip local isar-apt copy
@ 2025-07-16 7:16 Andreas Naumann
0 siblings, 0 replies; only message in thread
From: Andreas Naumann @ 2025-07-16 7:16 UTC (permalink / raw)
To: isar-users; +Cc: Andreas Naumann
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-16 13:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-16 7:16 [PATCH] dpkg-prebuilt: Skip local isar-apt copy Andreas Naumann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox