From ec1029f71b459d8ee1acb97c2110874c7420f0e3 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 24 Jul 2026 14:14:02 +1200 Subject: [PATCH] libusb-compat: upgrade 0.1.8 -> 0.1.9 Refreshed 0002-automake-make-example-programs-installable.patch Changelog: https://github.com/libusb/libusb-compat-0.1/compare/v0.1.8...v0.1.9 PTESTS passed: root@qemuarm64:~# ptest-runner libusb-compat START: ptest-runner 2026-07-24T02:01 BEGIN: /usr/lib/libusb-compat/ptest ... ... END: /usr/lib/libusb-compat/ptest 2026-07-24T02:01 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../0002-automake-make-example-programs-installable.patch | 4 ++-- .../libusb/{libusb-compat_0.1.8.bb => libusb-compat_0.1.9.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/libusb/{libusb-compat_0.1.8.bb => libusb-compat_0.1.9.bb} (96%) diff --git a/meta-oe/recipes-support/libusb/libusb-compat/0002-automake-make-example-programs-installable.patch b/meta-oe/recipes-support/libusb/libusb-compat/0002-automake-make-example-programs-installable.patch index faf532cad2..74dd0eab95 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat/0002-automake-make-example-programs-installable.patch +++ b/meta-oe/recipes-support/libusb/libusb-compat/0002-automake-make-example-programs-installable.patch @@ -17,8 +17,8 @@ index 9bd3efc..f4324c2 100644 +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/libusb --noinst_PROGRAMS = lsusb testlibusb -+bin_PROGRAMS = lsusb testlibusb +-noinst_PROGRAMS = lsusb testlibusb hotplug_monitor ++bin_PROGRAMS = lsusb testlibusb hotplug_monitor lsusb_SOURCES = lsusb.c lsusb_LDADD = ../libusb/libusb.la diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.9.bb similarity index 96% rename from meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb rename to meta-oe/recipes-support/libusb/libusb-compat_0.1.9.bb index 960f547f94..424e5cce3b 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.9.bb @@ -27,7 +27,7 @@ SRC_URI = " \ file://0002-automake-make-example-programs-installable.patch \ file://run-ptest \ " -SRCREV = "c497eff1ae8c4cfd4fdff370f04c78fa0584f4f3" +SRCREV = "4831748a1439aec81e9cbb9984b1b0289c1c7051" UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases"