diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/relayd/relayd_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb new file mode 100644 index 0000000000..aab2ab5f0c --- /dev/null +++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Layer 3 relay daemon" | ||
| 2 | SECTION = "console/network" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2" | ||
| 5 | |||
| 6 | DEPENDS = "libubox" | ||
| 7 | |||
| 8 | SRC_URI = "git://nbd.name/relayd.git" | ||
| 9 | |||
| 10 | SRCREV = "2970ff60bac6b70ecb682779d5c776dc559dc0b9" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit cmake | ||
