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 <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi
2026-07-24 14:14:02 +12:00
committed by Khem Raj
parent 250c286bc3
commit ec1029f71b
2 changed files with 3 additions and 3 deletions
@@ -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
@@ -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"