[oe-commits] Denys Dmytriyenko : smcroute: add version 2.0.0 with /usr/ sbin and endless loop fixes

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 15:46:32 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e758f9d38ffd39822fa3614ffdd7e38729387f18
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e758f9d38ffd39822fa3614ffdd7e38729387f18

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon Mar 16 20:42:27 2015 -0400

smcroute: add version 2.0.0 with /usr/sbin and endless loop fixes

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/smcroute/smcroute_2.0.0.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.0.0.bb b/meta-networking/recipes-support/smcroute/smcroute_2.0.0.bb
new file mode 100644
index 0000000..c206cb9
--- /dev/null
+++ b/meta-networking/recipes-support/smcroute/smcroute_2.0.0.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Static Multicast Routing Daemon"
+DESCRIPTION = "SMCRoute is a daemon and command line tool to manipulate the multicast routing table in the UNIX kernel."
+HOMEPAGE = "http://troglobit.github.io/smcroute.html"
+SECTION = "console/network"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
+
+SRCREV = "d6280e64b27d5a4bd7f37dac36b455f4ae5f9ab3"
+SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools



More information about the Openembedded-commits mailing list