diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-08 15:53:28 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-15 06:05:32 -0800 |
| commit | 676ce4044d572bb2bc7696fc7763dd5c569c5571 (patch) | |
| tree | 95a64eb9e396f5a0aa7bf60940e1d4d46b809fe5 | |
| parent | a507374b08e9049da6cdbc6aea8e39e8e481ff4c (diff) | |
| download | poky-676ce4044d572bb2bc7696fc7763dd5c569c5571.tar.gz | |
pseudo: Update to include logic fix
The logic in the previous commit was reversed, update to fix it.
(From OE-Core rev: 9b06d2741191333c7b11c66e9ab5848f95cb4e42)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -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 f40ad9f6f1..d38c9d79c0 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 = "cc1f6167cb5065daba1462056e2dce8ff72aa855" | 17 | SRCREV = "9df045968d739ead0bebacce415d05269694de4e" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | PV = "1.9.0+git${SRCPV}" | 19 | PV = "1.9.0+git${SRCPV}" |
| 20 | 20 | ||
