osmith has uploaded this change for review.

View Change

scripts/tarballs: gapk: add install depends

Now that we run ./configure before building the tarball, make sure the
dependencies are installed.

Related: OS#6227
Change-Id: I82eb0a87f6e294fb258003ebe76f850a99952938
---
M scripts/tarballs/install-depends.sh
1 file changed, 19 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/04/34904/1
diff --git a/scripts/tarballs/install-depends.sh b/scripts/tarballs/install-depends.sh
index 4943712..0e7dc13 100755
--- a/scripts/tarballs/install-depends.sh
+++ b/scripts/tarballs/install-depends.sh
@@ -14,6 +14,12 @@
libosmocore-dev
"
;;
+gapk)
+ DEPENDS="
+ libasound2-dev
+ libosmocore-dev
+ "
+ ;;
*)
DEPENDS=""
;;

To view, visit change 34904. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I82eb0a87f6e294fb258003ebe76f850a99952938
Gerrit-Change-Number: 34904
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange