mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 16:09:03 +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> (cherry picked from commit fdf7bd0de289927efe5045966608494c4975a2e5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
4accb95ac4
commit
d774728537
@ -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