Bug 1766 - creating of mxe failed because of new version of libusb1
Summary: creating of mxe failed because of new version of libusb1
Status: RESOLVED FIXED
Alias: None
Product: sigrok-util
Classification: Unclassified
Component: Build system (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-26 19:39 CET by Ronny Habel
Modified: 2022-02-26 18:50 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ronny Habel 2022-01-26 19:39:33 CET
because of a new version (1.24) of libusb1 the patch described in sigrok-util/cross-compile/mingw/mxe_fixes.patch will fail.

Resolution: adjust it to the new version

diff --git a/cross-compile/mingw/mxe_fixes.patch b/cross-compile/mingw/mxe_fixes.patch
index e0e2b6a..61df3af 100644
--- a/cross-compile/mingw/mxe_fixes.patch
+++ b/cross-compile/mingw/mxe_fixes.patch
@@ -194,8 +194,8 @@ index ab01bf69..53aed36e 100644
  $(PKG)_WEBSITE  := https://libusb.info/
  $(PKG)_DESCR    := LibUsb-1.0
  $(PKG)_IGNORE   :=
--$(PKG)_VERSION  := 1.0.23
--$(PKG)_CHECKSUM := 4fc17b2ef3502757641bf8fe2c14ad86ec86302a2b785abcb0806fd03aa1201f
+-$(PKG)_VERSION  := 1.0.24
+-$(PKG)_CHECKSUM := 7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a
 -$(PKG)_SUBDIR   := libusb-$($(PKG)_VERSION)
 -$(PKG)_FILE     := libusb-$($(PKG)_VERSION).tar.bz2
 -$(PKG)_URL      := https://$(SOURCEFORGE_MIRROR)/project/libusb/libusb-1.0/libusb-$($(PKG)_VERSION)/$($(PKG)_FILE)
Comment 1 Ronny Habel 2022-02-26 18:49:12 CET
was solved today with commit 6056da9c47bf6d40a7956aeb0d6b25d3b90f410c