mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
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:
+2
-2
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user