mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
skeleton/baremetal-helloworld: Fix trailing slash
This fixes a warning about a trailing slash on ${S}.
(From OE-Core rev: 0685dac31a7ae614d9f75cd51b59c45dd050f52e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
68aa8a24b1
commit
8dd784b2dd
|
|
@ -8,7 +8,7 @@ PV = "0.1+git${SRCPV}"
|
|||
|
||||
SRC_URI = "git://github.com/aehs29/baremetal-helloqemu.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# The following variables should be set to accomodate each application
|
||||
BAREMETAL_BINNAME ?= "hello_baremetal_${MACHINE}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user