mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-03 20:54:42 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
467 B
BlitzBasic
20 lines
467 B
BlitzBasic
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://git.openwrt.org/project/relayd.git;branch=master \
|
|
file://0001-rtnl_flush-Error-on-failed-write.patch \
|
|
"
|
|
|
|
SRCREV = "f4d759be54ceb37714e9a6ca320d5b50c95e9ce9"
|
|
PV = "0.0.1+git${SRCPV}"
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|