mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
libusb-compat: upgrade 0.1.7 -> 0.1.8
0001-usb.h-Include-sys-types.h.patch refreshed for new version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ccd3077c9d
commit
5ce46719bc
|
|
@ -8,21 +8,23 @@ We need the definitions for things like u_intX_t
|
|||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
---
|
||||
libusb/usb.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/libusb/usb.h b/libusb/usb.h
|
||||
index fa0e6c6..4e88eb8 100644
|
||||
index ea62543..18b610a 100644
|
||||
--- a/libusb/usb.h
|
||||
+++ b/libusb/usb.h
|
||||
@@ -45,6 +45,8 @@ typedef unsigned __int32 uint32_t;
|
||||
@@ -46,6 +46,8 @@ typedef unsigned __int32 uint32_t;
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
/*
|
||||
* USB spec information
|
||||
*
|
||||
/* On linux PATH_MAX is defined in linux/limits.h. */
|
||||
#if defined(__linux__)
|
||||
#include <linux/limits.h>
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ SRC_URI = " \
|
|||
git://github.com/libusb/libusb-compat-0.1.git;protocol=https;branch=master \
|
||||
file://0001-usb.h-Include-sys-types.h.patch \
|
||||
"
|
||||
SRCREV = "4a27760ec5954ec8605e052a3207afbe0979eeef"
|
||||
SRCREV = "88740f0fe497b473c8ef40093ab7daeebfb40eb6"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases"
|
||||
Loading…
Reference in New Issue
Block a user