diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-11 14:31:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-24 16:50:24 +0100 |
| commit | 65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa (patch) | |
| tree | 7b97ae9eab7fecb7663c563327e608673d6d2a25 /meta/recipes-core/musl/gcompat_git.bb | |
| parent | 62afa02d01794376efab75623f42e7e08af08526 (diff) | |
| download | poky-65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa.tar.gz | |
recipes/classes/scripts: Drop SRCPV usage in OE-Core
Now that SRCPV isn't needed we can simplify things in a few places...
(From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl/gcompat_git.bb')
| -rw-r--r-- | meta/recipes-core/musl/gcompat_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb index 11f3c58769..ba802e3caa 100644 --- a/meta/recipes-core/musl/gcompat_git.bb +++ b/meta/recipes-core/musl/gcompat_git.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=cu | |||
| 13 | SRC_URI:append:powerpc = "\ | 13 | SRC_URI:append:powerpc = "\ |
| 14 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ | 14 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ |
| 15 | " | 15 | " |
| 16 | PV = "1.0.0+1.1+git${SRCPV}" | 16 | PV = "1.0.0+1.1+git" |
| 17 | SRCREV = "c6921a1aa454bb87671f9bd1ecfe47d80d1620aa" | 17 | SRCREV = "c6921a1aa454bb87671f9bd1ecfe47d80d1620aa" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
