From 740bf0f573590025217938e0faec29c6f19ee0bd Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Mon, 11 Mar 2019 10:23:54 +0100
Subject: [PATCH] ospack: Describe the replace-tar-coreutils-for-build.sh step

Add a description field on the step installing the GPLv3 coreutils.

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 apertis-ospack-basesdk.yaml | 1 +
 apertis-ospack-devroot.yaml | 1 +
 apertis-ospack-sdk.yaml     | 1 +
 apertis-ospack-sysroot.yaml | 1 +
 4 files changed, 4 insertions(+)

diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml
index ede46742..7931ada6 100644
--- a/apertis-ospack-basesdk.yaml
+++ b/apertis-ospack-basesdk.yaml
@@ -30,6 +30,7 @@ actions:
     script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk
 
   - action: run
+    description: "Switch to the latest coreutils package (GPLv3)"
     chroot: true
     script: scripts/replace-tar-coreutils-for-build.sh
 
diff --git a/apertis-ospack-devroot.yaml b/apertis-ospack-devroot.yaml
index 2d39c2db..3377ee14 100644
--- a/apertis-ospack-devroot.yaml
+++ b/apertis-ospack-devroot.yaml
@@ -38,6 +38,7 @@ actions:
     script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} development
 
   - action: run
+    description: "Switch to the latest coreutils package (GPLv3)"
     chroot: true
     script: scripts/replace-tar-coreutils-for-build.sh
 
diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml
index b75ff1ea..b449a8f4 100644
--- a/apertis-ospack-sdk.yaml
+++ b/apertis-ospack-sdk.yaml
@@ -31,6 +31,7 @@ actions:
     script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk
 
   - action: run
+    description: "Switch to the latest coreutils package (GPLv3)"
     chroot: true
     script: scripts/replace-tar-coreutils-for-build.sh
 
diff --git a/apertis-ospack-sysroot.yaml b/apertis-ospack-sysroot.yaml
index 65a1c78f..39669061 100644
--- a/apertis-ospack-sysroot.yaml
+++ b/apertis-ospack-sysroot.yaml
@@ -39,6 +39,7 @@ actions:
   {{ end }}
 
   - action: run
+    description: "Switch to the latest coreutils package (GPLv3)"
     chroot: true
     script: scripts/replace-tar-coreutils-for-build.sh
 
-- 
GitLab