public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] isar-bootstrap: Fix SRC_URI inclusion
@ 2021-10-12  8:19 Vijai Kumar K
  2021-10-12  9:00 ` Jan Kiszka
  2021-10-14  6:40 ` Anton Mikanovich
  0 siblings, 2 replies; 6+ messages in thread
From: Vijai Kumar K @ 2021-10-12  8:19 UTC (permalink / raw)
  To: isar-users, jan.kiszka; +Cc: Vijai Kumar K

Fix commit 447b298.

Include the right entries to SRC_URI.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
index b8af676..9f297ce 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
@@ -64,7 +64,7 @@ python () {
         d.appendVar("SRC_URI", " file://%s" % bb.parse.resolve_file(file, d))
 
     distro_apt_preferences = d.getVar(d.getVar("DISTRO_VARS_PREFIX") + "DISTRO_APT_PREFERENCES", True)
-    for file in distro_apt_sources.split():
+    for file in distro_apt_preferences.split():
         d.appendVar("SRC_URI", " file://%s" % bb.parse.resolve_file(file, d))
 }
 
-- 
2.17.1


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

end of thread, other threads:[~2021-11-02 16:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12  8:19 [PATCH] isar-bootstrap: Fix SRC_URI inclusion Vijai Kumar K
2021-10-12  9:00 ` Jan Kiszka
2021-10-14  6:40 ` Anton Mikanovich
2021-10-18 12:44   ` vijaikumar....@gmail.com
2021-10-18 12:58     ` [PATCH v2] " Vijai Kumar K
2021-11-02 16:20       ` Anton Mikanovich

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