aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control11
-rw-r--r--debian/openbsc-dev.install3
-rw-r--r--openbsc/Makefile.am3
-rw-r--r--openbsc/configure.ac1
-rw-r--r--openbsc/openbsc.pc.in10
5 files changed, 0 insertions, 28 deletions
diff --git a/debian/control b/debian/control
index a841acfe8..a78ff3e68 100644
--- a/debian/control
+++ b/debian/control
@@ -69,17 +69,6 @@ Depends: ${shlibs:Depends},
${misc:Depends}
Description: OsmoBSC-MGCP: Osmocom's Legacy Media Gateway.
-Package: openbsc-dev
-Architecture: all
-Depends: ${misc:Depends}
-Description: Header file needed by tools tightly integrated
- Some other programs depend on gsm_data_shared.h and gsm_data_shared.c
- from OpenBSC. This package installs these files to your file system so
- that the other packages can build-depend on this package.
- .
- The directory structure is copied after the structure in the repository
- and the header and .c file are installed into /usr/src/osmocom/openbsc/.
-
Package: osmocom-bsc-sccplite-dbg
Architecture: any
Section: debug
diff --git a/debian/openbsc-dev.install b/debian/openbsc-dev.install
deleted file mode 100644
index b669b0f79..000000000
--- a/debian/openbsc-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-openbsc/include/openbsc/gsm_data_shared.h usr/src/osmocom/openbsc/openbsc/include/openbsc/
-openbsc/src/libcommon/gsm_data_shared.c usr/src/osmocom/openbsc/openbsc/src/libcommon/
-usr/lib/*/pkgconfig/openbsc.pc
diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am
index 19999b132..f42e6d0f0 100644
--- a/openbsc/Makefile.am
+++ b/openbsc/Makefile.am
@@ -16,9 +16,6 @@ SUBDIRS = \
contrib \
$(NULL)
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = openbsc.pc
-
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 64285e051..109bad86d 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -243,7 +243,6 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- openbsc.pc
include/openbsc/Makefile
include/Makefile
src/Makefile
diff --git a/openbsc/openbsc.pc.in b/openbsc/openbsc.pc.in
deleted file mode 100644
index 17e265dd1..000000000
--- a/openbsc/openbsc.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/
-
-Name: OpenBSC
-Description: OpenBSC base station controller
-Requires:
-Version: @VERSION@
-Cflags: -I${includedir}