diff mbox series

[meta-python] tuna: upgrade 0.18 -> 0.19

Message ID 20231111185745.3414221-1-alperyasinak1@gmail.com
State Superseded
Headers show
Series [meta-python] tuna: upgrade 0.18 -> 0.19 | expand

Commit Message

Alper Ak Nov. 11, 2023, 6:57 p.m. UTC
Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 meta-python/recipes-extended/tuna/tuna_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Khem Raj Nov. 11, 2023, 7:11 p.m. UTC | #1
On Sat, Nov 11, 2023 at 10:58 AM Alper Ak <alperyasinak1@gmail.com> wrote:
>
> Signed-off-by: alperak <alperyasinak1@gmail.com>
> ---
>  meta-python/recipes-extended/tuna/tuna_git.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-extended/tuna/tuna_git.bb b/meta-python/recipes-extended/tuna/tuna_git.bb
> index a49341240..0d71a3124 100644
> --- a/meta-python/recipes-extended/tuna/tuna_git.bb
> +++ b/meta-python/recipes-extended/tuna/tuna_git.bb
> @@ -3,9 +3,11 @@ HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Tuna"
>  LICENSE = "GPL-2.0-only"
>  LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
>
> +PV = "0.19"
> +

Perhaps its better to rename recipe to reflect the PV like this
rename tuna_git.bb -> tuna_0.19.bb

>  SRC_URI = "git://git.kernel.org/pub/scm/utils/tuna/tuna.git;branch=main"
>
> -SRCREV = "0681906e75e1c8166126bbfc2f3055e7507bfcb5"
> +SRCREV = "b972b8ce386c29bcbcd45029a617db3db9e5b6ca"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#106564): https://lists.openembedded.org/g/openembedded-devel/message/106564
> Mute This Topic: https://lists.openembedded.org/mt/102530913/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/tuna/tuna_git.bb b/meta-python/recipes-extended/tuna/tuna_git.bb
index a49341240..0d71a3124 100644
--- a/meta-python/recipes-extended/tuna/tuna_git.bb
+++ b/meta-python/recipes-extended/tuna/tuna_git.bb
@@ -3,9 +3,11 @@  HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Tuna"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
 
+PV = "0.19"
+
 SRC_URI = "git://git.kernel.org/pub/scm/utils/tuna/tuna.git;branch=main"
 
-SRCREV = "0681906e75e1c8166126bbfc2f3055e7507bfcb5"
+SRCREV = "b972b8ce386c29bcbcd45029a617db3db9e5b6ca"
 
 S = "${WORKDIR}/git"