diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-08 15:53:35 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-15 06:05:32 -0800 |
| commit | 0781183d75445f1cd197eb8ad7a421fd8b648a5f (patch) | |
| tree | b7aae29907791470d4c7930a3b0f554e9a38bf3c /meta/recipes-devtools | |
| parent | 282be2fc6e659139c6c13bef361ef8df8caf28cb (diff) | |
| download | poky-0781183d75445f1cd197eb8ad7a421fd8b648a5f.tar.gz | |
pseudo: Update to include open symlink handling bugfix
Update to a new revision which includes "Bugfix for Linux open(O_CREAT|O_EXCL)"
(From OE-Core rev: cc87b332c5d09d4d7aaa2569fa046a16012597d2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
| -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 50c3b59975..b390ca7db9 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI:append:class-nativesdk = " \ | |||
| 14 | file://older-glibc-symbols.patch" | 14 | file://older-glibc-symbols.patch" |
| 15 | SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" | 15 | SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" |
| 16 | 16 | ||
| 17 | SRCREV = "e11ae91da7d0711f5e33ea9dfbf1875dde3c1734" | 17 | SRCREV = "374089f2ed83da4d0d4e58df067142ff99c7eb12" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | PV = "1.9.0+git${SRCPV}" | 19 | PV = "1.9.0+git${SRCPV}" |
| 20 | 20 | ||
