osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/34904?usp=email )
Change subject: scripts/tarballs: gapk: add install depends ......................................................................
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="" ;;