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.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: rename openbsc.pc to osmo-msc.pc
......................................................................
rename openbsc.pc to osmo-msc.pc
Change-Id: Ibe73012cb2a27d886b5faf931a62d5efbddd8120
---
M Makefile.am
M configure.ac
R osmo-msc.pc.in
3 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/Makefile.am b/Makefile.am
index 536b3f4..9a92b08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = openbsc.pc
+pkgconfig_DATA = osmo-msc.pc
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/configure.ac b/configure.ac
index cd2af00..8d646d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- openbsc.pc
+ osmo-msc.pc
include/openbsc/Makefile
include/Makefile
src/Makefile
diff --git a/openbsc.pc.in b/osmo-msc.pc.in
similarity index 69%
rename from openbsc.pc.in
rename to osmo-msc.pc.in
index 17e265d..c406061 100644
--- a/openbsc.pc.in
+++ b/osmo-msc.pc.in
@@ -3,8 +3,8 @@
libdir=@libdir@
includedir=@includedir@/
-Name: OpenBSC
-Description: OpenBSC base station controller
+Name: OsmoMSC
+Description: Osmocom Mobile Switching Center
Requires:
Version: @VERSION@
Cflags: -I${includedir}
--
To view, visit https://gerrit.osmocom.org/3798
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe73012cb2a27d886b5faf931a62d5efbddd8120
Gerrit-PatchSet: 3
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>