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-devtools/xmlto/xmlto_0.0.28.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-devtools/xmlto/xmlto_0.0.28.bb')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 5e3fac7a60..d5a0e69849 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | |||
@@ -11,7 +11,7 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
11 | SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" | 11 | SRC_URI = "git://pagure.io/xmlto.git;protocol=https;branch=master" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | PV .= "+0.0.29+git${SRCPV}" | 14 | PV .= "+0.0.29+git" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||