mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
meta-networking: recipes-connectivity: add relayd recipe
relayd is a daemon to relay and dynamically redirect incoming connections to a target host. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
9d923033cb
commit
6233934a50
14
meta-networking/recipes-connectivity/relayd/relayd_git.bb
Normal file
14
meta-networking/recipes-connectivity/relayd/relayd_git.bb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
DESCRIPTION = "Layer 3 relay daemon"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2"
|
||||
|
||||
DEPENDS = "libubox"
|
||||
|
||||
SRC_URI = "git://nbd.name/relayd.git"
|
||||
|
||||
SRCREV = "2970ff60bac6b70ecb682779d5c776dc559dc0b9"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
Loading…
Reference in New Issue
Block a user