Change in meta-telephony[201705]: Introduce recipe for osmo-sysmon

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.org
Thu Dec 13 16:53:54 UTC 2018


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/12300 )

Change subject: Introduce recipe for osmo-sysmon
......................................................................

Introduce recipe for osmo-sysmon

Change-Id: I6e1da3a930e04d17ba0461874d60e6f204bc5b45
---
A recipes-osmocom/osmo-sysmon/osmo-sysmon.inc
A recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
2 files changed, 27 insertions(+), 0 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved; Verified
  Max: Looks good to me, but someone else must approve



diff --git a/recipes-osmocom/osmo-sysmon/osmo-sysmon.inc b/recipes-osmocom/osmo-sysmon/osmo-sysmon.inc
new file mode 100644
index 0000000..1469438
--- /dev/null
+++ b/recipes-osmocom/osmo-sysmon/osmo-sysmon.inc
@@ -0,0 +1,20 @@
+DESCRIPTION = "Osmocom System Monitoring daemon"
+HOMEPAGE = "https://osmocom.org/projects/osmo-sysmon"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "libtalloc libosmocore libmnl liboping"
+
+INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "osmo-ctrl-client"
+
+FILES_osmo-ctrl-client = " \
+                ${bindir}/osmo-ctrl-client \
+                "
+
+CONFFILES_osmo-sysmon = "\
+		${sysconfdir}/osmocom/osmo-sysmon.cfg \
+		"
diff --git a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
new file mode 100644
index 0000000..a9cd8d3
--- /dev/null
+++ b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
@@ -0,0 +1,7 @@
+require ${PN}.inc
+
+S = "${WORKDIR}/git"
+SRCREV = "3b25774db5b584e926dab2534d93314f910f62b6"
+SRC_URI = "git://git.osmocom.org/osmo-sysmon.git;protocol=git"
+PV = "0.0.1+gitr${SRCPV}"
+PR = "${INC_PR}.0"

-- 
To view, visit https://gerrit.osmocom.org/12300
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-MessageType: merged
Gerrit-Change-Id: I6e1da3a930e04d17ba0461874d60e6f204bc5b45
Gerrit-Change-Number: 12300
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181213/21a37001/attachment.htm>


More information about the gerrit-log mailing list