[oe] [meta-oe][PATCH] meta-oe: recipes-connectivity: add relayd recipe

Martin Jansa martin.jansa at gmail.com
Wed Sep 30 09:38:51 UTC 2015


Why not meta-networking? Don't use INSANE_SKIP, this should be fixed, drop
PR, is RDEPENDS really needed? Drop protocol and branch from the SRC_URI
(default values).

On Wed, Sep 30, 2015 at 11:33 AM, Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
wrote:

> relayd is a daemon to relay and dynamically redirect incoming
> connections to a target host.
>
> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
> ---
>  meta-oe/recipes-connectivity/relayd/relayd_git.bb | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 meta-oe/recipes-connectivity/relayd/relayd_git.bb
>
> diff --git a/meta-oe/recipes-connectivity/relayd/relayd_git.bb
> b/meta-oe/recipes-connectivity/relayd/relayd_git.bb
> new file mode 100644
> index 0000000..15fba0c
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/relayd/relayd_git.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "Layer 3 relay daemon"
> +SECTION = "console/network"
> +LICENSE = "relayd-custom-license"
> +LIC_FILES_CHKSUM =
> "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2"
> +PR = "r0"
> +
> +DEPENDS = "libubox"
> +RDEPENDS_${PN} = "libubox"
> +
> +SRC_URI = "git://nbd.name/relayd.git;protocol=git;branch=master"
> +
> +SRCREV = "2970ff60bac6b70ecb682779d5c776dc559dc0b9"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake
> +
> +INSANE_SKIP_relayd += "dev-deps"
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list