Skip to content
Snippets Groups Projects
Verified Commit 16cdf88c authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

jool-kmod: Fix S trailing slash build warning


This fixes the following warning:

WARNING:
[...]jool-kmod_git.bb: Recipe jool-kmod sets S variable with trailing
slash '[...]/jool-kmod/git-r0/git/src/mod/', remove it

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 6949c908
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -8,7 +8,7 @@ DESCRIPTION = "Jool SIIT and NAT64 kernel modules for Linux."
LIC_FILES_CHKSUM = "file://../../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
S = "${WORKDIR}/git/src/mod/"
S = "${WORKDIR}/git/src/mod"
DEPENDS = "virtual/kernel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment