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
Review at https://gerrit.osmocom.org/3792
rename openbsc.pc to osmo-bsc.pc
Change-Id: I99ab9fea01c11841437b587dffd4e1fff17a291f
---
M Makefile.am
M configure.ac
R osmo-bsc.pc.in
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/92/3792/1
diff --git a/Makefile.am b/Makefile.am
index 536b3f4..0f0141b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = openbsc.pc
+pkgconfig_DATA = osmo-bsc.pc
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/configure.ac b/configure.ac
index 5d684ef..8107047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- openbsc.pc
+ osmo-bsc.pc
include/openbsc/Makefile
include/Makefile
src/Makefile
diff --git a/openbsc.pc.in b/osmo-bsc.pc.in
similarity index 70%
rename from openbsc.pc.in
rename to osmo-bsc.pc.in
index 17e265d..f9b0d24 100644
--- a/openbsc.pc.in
+++ b/osmo-bsc.pc.in
@@ -3,8 +3,8 @@
libdir=@libdir@
includedir=@includedir@/
-Name: OpenBSC
-Description: OpenBSC base station controller
+Name: OsmoBSC
+Description: OsmoBSC base station controller
Requires:
Version: @VERSION@
Cflags: -I${includedir}
--
To view, visit https://gerrit.osmocom.org/3792
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I99ab9fea01c11841437b587dffd4e1fff17a291f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>