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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: libosmo-abis: Split libosmotrau into its own package
......................................................................
libosmo-abis: Split libosmotrau into its own package
Change-Id: Ica8b6c39aed9f3370aeab84e821c8de871d2f0be
---
M recipes-osmocom/libosmo-abis/libosmo-abis.inc
1 file changed, 8 insertions(+), 1 deletion(-)
Approvals:
Pau Espin Pedrol: Verified
Harald Welte: Looks good to me, approved
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis.inc b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
index 15a512a..3f1ce3c 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis.inc
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
@@ -10,4 +10,11 @@
inherit autotools pkgconfig
-ALLOW_EMPTY_libosmo-abis = "1"
+PACKAGES =+ "libosmotrau libosmotrau-dev"
+
+FILES_libosmotrau = "${libdir}/libosmotrau${SOLIBS}"
+FILES_libosmotrau-dev = " \
+ ${includedir}/osmocom/trau \
+ ${libdir}/pkgconfig/libosmotrau.pc \
+ ${libdir}/libosmotrau${SOLIBSDEV} \
+ "
--
To view, visit https://gerrit.osmocom.org/5169
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ica8b6c39aed9f3370aeab84e821c8de871d2f0be
Gerrit-PatchSet: 2
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>