diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-22 03:35:21 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-22 05:55:02 -0700 |
commit | 1d28bb6d76cf0b696a841f1e4cbac970a6456353 (patch) | |
tree | 13d9df03ed64605216acf0b387e775caa9a99c13 /meta-oe | |
parent | f5dfbdd59e173ac23cd8ef95d8f646ac179ff911 (diff) | |
download | meta-openembedded-1d28bb6d76cf0b696a841f1e4cbac970a6456353.tar.gz |
libgusb: upgrade 0.3.5 -> 0.3.6
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.3.6.bb (renamed from meta-oe/recipes-support/libgusb/libgusb_0.3.5.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.5.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.6.bb index c4b0ff372..2f74013ca 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.5.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.6.bb | |||
@@ -6,7 +6,6 @@ DEPENDS = "glib-2.0 libusb" | |||
6 | 6 | ||
7 | inherit meson gobject-introspection gtk-doc gettext vala | 7 | inherit meson gobject-introspection gtk-doc gettext vala |
8 | 8 | ||
9 | SRC_URI = "git://github.com/hughsie/libgusb.git \ | 9 | SRC_URI = "git://github.com/hughsie/libgusb.git" |
10 | " | 10 | SRCREV = "b0464454048cac6779d4d51f12fe7f37ae4bbd57" |
11 | SRCREV = "1f712812327091c42c62b1ab1148d738d1a22b51" | ||
12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |