[MERGED] osmo-sgsn[master]: move openbsc.pc to osmo-sgsn.pc

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Sep 6 14:48:52 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: move openbsc.pc to osmo-sgsn.pc
......................................................................


move openbsc.pc to osmo-sgsn.pc

Change-Id: Iad28d85b2a6d175cbe5d506aa82e7e4d94111eff
---
M Makefile.am
M configure.ac
D openbsc.pc.in
A osmo-sgsn.pc.in
4 files changed, 12 insertions(+), 12 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved



diff --git a/Makefile.am b/Makefile.am
index 536b3f4..d57b66d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
 	$(NULL)
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = openbsc.pc
+pkgconfig_DATA = osmo-sgsn.pc
 
 BUILT_SOURCES = $(top_srcdir)/.version
 EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/configure.ac b/configure.ac
index aa1c0a1..55aa7d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@
 AM_CONFIG_HEADER(bscconfig.h)
 
 AC_OUTPUT(
-    openbsc.pc
+    osmo-sgsn.pc
     include/openbsc/Makefile
     include/Makefile
     src/Makefile
diff --git a/openbsc.pc.in b/openbsc.pc.in
deleted file mode 100644
index 17e265d..0000000
--- a/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}
diff --git a/osmo-sgsn.pc.in b/osmo-sgsn.pc.in
new file mode 100644
index 0000000..45aef57
--- /dev/null
+++ b/osmo-sgsn.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/
+
+Name: OsmoSGSN
+Description: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks
+Requires:
+Version: @VERSION@
+Cflags: -I${includedir}

-- 
To view, visit https://gerrit.osmocom.org/3809
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iad28d85b2a6d175cbe5d506aa82e7e4d94111eff
Gerrit-PatchSet: 2
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list