diff options
author | Oliver Smith <osmith@sysmocom.de> | 2020-05-11 10:41:11 +0200 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2020-05-11 10:41:11 +0200 |
commit | 2672617920dcf68b663c6d085bcdf705cfbf5b6f (patch) | |
tree | 8b19d534a1cdcefa091f56f366af2abd278f0283 | |
parent | 26fa95017529be1412b3d9c0e01f392b293a50b6 (diff) |
build.sh: libdbi: remove unneeded sources
They are downloaded from the URLs in the spec file now.
Change-Id: I5a5768d59584b0ee6f0f63e67f714aa3f13ba2d3
-rwxr-xr-x | rpm-local/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm-local/build.sh b/rpm-local/build.sh index 53f984b..6d20f2c 100755 --- a/rpm-local/build.sh +++ b/rpm-local/build.sh @@ -153,8 +153,8 @@ build_pkg_other "python-cheetah" build_pkg_other "uhd" # libdbi-drivers-dbd-sqlite3 (dependency of osmo-msc) -build_pkg_other "libdbi" "libdbi/libdbi-0.9.0.g33.tar.xz" -build_pkg_other "libdbi-drivers" "libdbi-drivers/libdbi-drivers-0.9.0.g55.tar.xz" +build_pkg_other "libdbi" +build_pkg_other "libdbi-drivers" # limesuite (dependency of osmo-bts) # needs wxwidgets |