diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-25 10:37:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-26 14:36:48 +0100 |
commit | a6f6bcb9db22d4fd47f904c6e8ee3cd98294fcec (patch) | |
tree | e2688ad48217ddf89c6214fab488456bde1c70e9 /meta/recipes-devtools/pseudo | |
parent | 1d2e3d006a74af245a3435bd3f0eba0156a767ad (diff) | |
download | poky-a6f6bcb9db22d4fd47f904c6e8ee3cd98294fcec.tar.gz |
pseudo: Add in ability to flush database with shutdown request
Pulls in:
pseudo_db: Flush DB if there is a shutdown request
fcntl: Add support for fcntl F_GETPIPE_SZ and F_SETPIPE_SZ (test fix)
(From OE-Core rev: 0882095d608ce3abbcc9814517434c21ea549063)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index a9ea8b4ef6..7acb1d64d5 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -13,7 +13,7 @@ SRC_URI:append:class-nativesdk = " \ | |||
13 | file://older-glibc-symbols.patch" | 13 | file://older-glibc-symbols.patch" |
14 | SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" | 14 | SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" |
15 | 15 | ||
16 | SRCREV = "21ff2fb690efbe57e7dd867c39aff36ab72a6ac5" | 16 | SRCREV = "0cda3ba5f94aed8d50652a99ee9c502975aa2926" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | PV = "1.9.0+git${SRCPV}" | 18 | PV = "1.9.0+git${SRCPV}" |
19 | 19 | ||