mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
opkg-utils: opkg-build exit when fail to list files.
We have an issue when ls segfaults in some cases [1] so it's better to detect the failure at this level instead of continue the build process. [YOCTO #8926] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=8926#c0 (From OE-Core rev: ce62112523f06f6655f673436247b4902ab0a9c3) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6b8f8a47bd
commit
66412abc00
@@ -10,8 +10,8 @@ PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtu
|
||||
SRCREV = "53274f087565fd45d8452c5367997ba6a682a37a"
|
||||
PV = "0.1.8+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/opkg-utils"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/opkg-utils \
|
||||
file://opkg-build-Exit-when-fail-to-list-files.patch"
|
||||
SRC_URI_append_class-native = " file://tar_ignore_error.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user