mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user