mirror of
https://git.yoctoproject.org/poky
synced 2026-03-28 19:02:22 +01:00
When install command sets the created directory mode, pseudo will change the mode of the directory to 0700 incorrectly. Backport patch to fix it. (From OE-Core rev: af595b09d570cbd320e4e138651144ac96bfbb83) Signed-off-by: yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
448 B
BlitzBasic
16 lines
448 B
BlitzBasic
require pseudo.inc
|
|
|
|
PR = "r4"
|
|
|
|
SRC_URI = " \
|
|
http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
|
|
file://0001-pseudo_has_unload-add-function.patch \
|
|
file://shutdownping.patch \
|
|
file://pseudo-1.5.1-install-directory-mode.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "5ec67c7bff5fe68c56de500859c19172"
|
|
SRC_URI[sha256sum] = "3b896f592f4d568569bd02323fad2d6b8c398e16ca36ee5a8947d2ff6c1d3d52"
|
|
|
|
PSEUDO_EXTRA_OPTS ?= "--enable-force-async"
|