mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
opkg-utils: re-do find/ls code to not fail on filenames with spaces
(From OE-Core rev: e3e305135d258bee3ae30a2c7262b886d710b986) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5e360ca135
commit
d366a3319e
@@ -11,7 +11,8 @@ SRCREV = "53274f087565fd45d8452c5367997ba6a682a37a"
|
||||
PV = "0.1.8+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/opkg-utils \
|
||||
file://opkg-build-Exit-when-fail-to-list-files.patch"
|
||||
file://opkg-build-Exit-when-fail-to-list-files.patch \
|
||||
file://0001-opkg-build-re-do-find-ls-code-to-not-fail-on-filenam.patch"
|
||||
SRC_URI_append_class-native = " file://tar_ignore_error.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user