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 | |
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')
-rw-r--r-- | meta/recipes-core/musl/gcompat_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/libc-test_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl-locales_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
4 files changed, 4 insertions, 4 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" |
diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index 6d64592f0c..d18c967e13 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | PV = "0+git${SRCPV}" | 18 | PV = "0+git" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
diff --git a/meta/recipes-core/musl/musl-locales_git.bb b/meta/recipes-core/musl/musl-locales_git.bb index 6ffac4fade..1373c60daf 100644 --- a/meta/recipes-core/musl/musl-locales_git.bb +++ b/meta/recipes-core/musl/musl-locales_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cf5713fba707073020b1db2acaa73e78 \ | |||
9 | 9 | ||
10 | SRC_URI = "git://git.adelielinux.org/adelie/musl-locales;protocol=https;branch=main" | 10 | SRC_URI = "git://git.adelielinux.org/adelie/musl-locales;protocol=https;branch=main" |
11 | 11 | ||
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git" |
13 | SRCREV = "5663f5bfd30bf9e1e0ba3fc5fe2da6725969f30e" | 13 | SRCREV = "5663f5bfd30bf9e1e0ba3fc5fe2da6725969f30e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 297c5581a3..4a4fe978f9 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "83b858f83b658bd34eca5d8ad4d145f673ae7e5e" | |||
8 | 8 | ||
9 | BASEVER = "1.2.4" | 9 | BASEVER = "1.2.4" |
10 | 10 | ||
11 | PV = "${BASEVER}+git${SRCPV}" | 11 | PV = "${BASEVER}+git" |
12 | 12 | ||
13 | # mirror is at git://github.com/kraj/musl.git | 13 | # mirror is at git://github.com/kraj/musl.git |
14 | 14 | ||