public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/2] meta: remove dead code from buildchroot script
@ 2020-05-05 11:00 Henning Schild
  2020-05-05 11:00 ` [PATCH 2/2] meta: make builddep installation verbose Henning Schild
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Henning Schild @ 2020-05-05 11:00 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

From: Henning Schild <henning.schild@siemens.com>

6d0ce719f2a1e8bd01bc4ed3005bb16058a0a9ff dropped code that used the
variable

We do not need it anymore so remove it.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta/recipes-devtools/buildchroot/files/common.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/buildchroot/files/common.sh b/meta/recipes-devtools/buildchroot/files/common.sh
index f75a84e4bf..0063a38e61 100644
--- a/meta/recipes-devtools/buildchroot/files/common.sh
+++ b/meta/recipes-devtools/buildchroot/files/common.sh
@@ -18,7 +18,6 @@ fi
 # Create human-readable names
 target_arch=$2
 
-debian_version=$(cut -c1 /etc/debian_version)
 set_arch="--host-arch $target_arch"
 
 # Go to build directory
-- 
2.26.2


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

end of thread, other threads:[~2020-05-25 13:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 11:00 [PATCH 1/2] meta: remove dead code from buildchroot script Henning Schild
2020-05-05 11:00 ` [PATCH 2/2] meta: make builddep installation verbose Henning Schild
2020-05-05 11:02 ` [PATCH 1/2] meta: remove dead code from buildchroot script Henning Schild
2020-05-06  8:57   ` Baurzhan Ismagulov
2020-05-06 15:40     ` Henning Schild
2020-05-06 15:43       ` Jan Kiszka
2020-05-06 18:49       ` Baurzhan Ismagulov
2020-05-25 13:47 ` Baurzhan Ismagulov

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