diff mbox series

[meta-oe] hidapi: upgrade 0.12.0 -> 0.13.0

Message ID 1673329158-5189-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] hidapi: upgrade 0.12.0 -> 0.13.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 10, 2023, 5:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Jan. 10, 2023, 6:22 a.m. UTC | #1
On Mon, Jan 9, 2023 at 9:39 PM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb
> index 4aa58ec7f..812a07da3 100644
> --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb
> +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb
> @@ -12,6 +12,6 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
>  inherit autotools pkgconfig
>
>  SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
> -PV = "0.12.0"
> -SRCREV = "76108294092c023a4ece99eb3219559cea0d5066"
> +PV = "0.13.0"

Drop setting PV here instead rename the recipe hidapi_git.bb -> hidapi_0.13.0.bb

> +SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4"
>  S = "${WORKDIR}/git"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100501): https://lists.openembedded.org/g/openembedded-devel/message/100501
> Mute This Topic: https://lists.openembedded.org/mt/96171760/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-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb
index 4aa58ec7f..812a07da3 100644
--- a/meta-oe/recipes-support/hidapi/hidapi_git.bb
+++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb
@@ -12,6 +12,6 @@  RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
 inherit autotools pkgconfig
 
 SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
-PV = "0.12.0"
-SRCREV = "76108294092c023a4ece99eb3219559cea0d5066"
+PV = "0.13.0"
+SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4"
 S = "${WORKDIR}/git"