From baaa32c5e6b32c075e343230e05291b81e91f529 Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Wed, 27 Mar 2019 14:42:27 +0000 Subject: [PATCH] Temporarily drop the helper-libs APT source since it has not been set up yet Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- apertis-ospack-basesdk.yaml | 2 +- apertis-ospack-devroot.yaml | 2 +- apertis-ospack-sdk.yaml | 2 +- apertis-ospack-sysroot.yaml | 2 +- apertis-ospack-target.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml index 12afe1c0..12790278 100644 --- a/apertis-ospack-basesdk.yaml +++ b/apertis-ospack-basesdk.yaml @@ -27,7 +27,7 @@ actions: - action: run description: "Add extra apt sources" chroot: true - script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk + script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi development sdk - action: run description: "Switch to the latest coreutils package (GPLv3)" diff --git a/apertis-ospack-devroot.yaml b/apertis-ospack-devroot.yaml index 89c94f14..a18682e5 100644 --- a/apertis-ospack-devroot.yaml +++ b/apertis-ospack-devroot.yaml @@ -29,7 +29,7 @@ actions: {{ if eq $ivitools "enabled" }} - action: run chroot: true - script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs + script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi {{ end }} # Add type-based apt sources list diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml index 0a146b3f..f693cd1c 100644 --- a/apertis-ospack-sdk.yaml +++ b/apertis-ospack-sdk.yaml @@ -28,7 +28,7 @@ actions: - action: run description: "Add extra apt sources" chroot: true - script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk + script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi development sdk - action: run description: "Switch to the latest coreutils package (GPLv3)" diff --git a/apertis-ospack-sysroot.yaml b/apertis-ospack-sysroot.yaml index 17253ab4..010ed6d8 100644 --- a/apertis-ospack-sysroot.yaml +++ b/apertis-ospack-sysroot.yaml @@ -34,7 +34,7 @@ actions: - action: run description: "Add extra apt sources for IVI-specific tools" chroot: true - script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs + script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi {{ end }} - action: run diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml index b388738d..90e65854 100644 --- a/apertis-ospack-target.yaml +++ b/apertis-ospack-target.yaml @@ -30,7 +30,7 @@ actions: - action: run description: "Add extra apt sources for IVI-specific tools" chroot: true - script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs + script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi {{ end }} - action: apt -- GitLab