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.orgHello Holger Freyther,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/5169
to look at the new patch set (#2).
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(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/69/5169/2
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: newpatchset
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: Holger Freyther <holger at freyther.de>