public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] buildchroot: Add buildchroot dependency for imager
@ 2021-07-07 16:41 Anton Mikanovich
  2021-07-08 11:37 ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Anton Mikanovich @ 2021-07-07 16:41 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Task do_install_imager_deps is using BUILDCHROOT but not depends on it.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta/classes/buildchroot.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/buildchroot.bbclass b/meta/classes/buildchroot.bbclass
index 806a29f..1f90768 100644
--- a/meta/classes/buildchroot.bbclass
+++ b/meta/classes/buildchroot.bbclass
@@ -18,6 +18,7 @@ python __anonymous() {
         rootfs = d.getVar('BUILDCHROOT_HOST_DIR', True)
 
     d.setVarFlag('do_apt_fetch', 'depends', dep)
+    d.setVarFlag('do_install_imager_deps', 'depends', dep)
     d.setVar('BUILDCHROOT_DIR', rootfs)
 }
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-08 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 16:41 [PATCH] buildchroot: Add buildchroot dependency for imager Anton Mikanovich
2021-07-08 11:37 ` Jan Kiszka
2021-07-08 11:44   ` Anton Mikanovich
2021-07-08 12:11     ` Jan Kiszka
2021-07-08 12:25       ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox