mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
ubi-utils-klibc: Remove trailing slash from S
This slash is redundant and removing it could help pseudo maintain its database Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
173137b08e
commit
fdf7bd0de2
@ -18,7 +18,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
|
||||
file://0005-common.h-replace-getline-with-fgets.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--disable-tests --without-jffs --without-ubifs"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user