mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Bump minimum cmake dialect to be 3.5+, this is an openwrt component, which does not get many updates these days. Ideally the cmake files for the project should be fixed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
515 B
BlitzBasic
21 lines
515 B
BlitzBasic
DESCRIPTION = "Layer 3 relay daemon"
|
|
SECTION = "console/network"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2"
|
|
|
|
DEPENDS = "libubox"
|
|
|
|
SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master"
|
|
|
|
SRCREV = "f646ba40489371e69f624f2dee2fc4e19ceec00e"
|
|
PV = "0.0.1+git"
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
|
|
|
CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"
|