diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-03-16 20:42:27 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:29 +0100 |
commit | e758f9d38ffd39822fa3614ffdd7e38729387f18 (patch) | |
tree | 3685296c5c69ea126101d1934c9ca359270dcdfe /meta-networking/recipes-support/smcroute | |
parent | 8199a18d1243e4adc42d2a8af5cdf2e43d6d1842 (diff) | |
download | meta-openembedded-e758f9d38ffd39822fa3614ffdd7e38729387f18.tar.gz |
smcroute: add version 2.0.0 with /usr/sbin and endless loop fixes
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/smcroute')
-rw-r--r-- | meta-networking/recipes-support/smcroute/smcroute_2.0.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000..c206cb924 --- /dev/null +++ b/meta-networking/recipes-support/smcroute/smcroute_2.0.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Static Multicast Routing Daemon" | ||
2 | DESCRIPTION = "SMCRoute is a daemon and command line tool to manipulate the multicast routing table in the UNIX kernel." | ||
3 | HOMEPAGE = "http://troglobit.github.io/smcroute.html" | ||
4 | SECTION = "console/network" | ||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | ||
7 | |||
8 | SRCREV = "d6280e64b27d5a4bd7f37dac36b455f4ae5f9ab3" | ||
9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools | ||