[MERGED] osmo-bsc[master]: rename openbsc.pc to osmo-bsc.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:44:00 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: rename openbsc.pc to osmo-bsc.pc
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I99ab9fea01c11841437b587dffd4e1fff17a291f
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bsc
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>



More information about the gerrit-log mailing list