mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
debian/control + SPEC: Add missing build dependency to libosmo-abis
In I6b93809b5ac7d01af55888347dd787b0bc997ae1 we introduced E1 support to osmo-mgw, but failed to add it to the build dependencies of the Debian packages, making network:osmocmo:nightly builds fail. Change-Id: I45717bda3ef7eba1ef59b993cc8a69bf2f92a29f
This commit is contained in:
@@ -35,6 +35,7 @@ BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0
|
||||
BuildRequires: pkgconfig(libosmogsm) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libosmocoding) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libosmo-abis)
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>=9),
|
||||
autotools-dev,
|
||||
libosmocore-dev,
|
||||
libosmo-netif-dev,
|
||||
libosmo-abis-dev,
|
||||
osmo-gsm-manuals-dev
|
||||
Standards-Version: 3.9.8
|
||||
Vcs-Git: git://git.osmocom.org/osmo-mgw.git
|
||||
|
||||
Reference in New Issue
Block a user