diff options
-rw-r--r-- | meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch | 14 | ||||
-rw-r--r-- | meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb (renamed from meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb) | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch b/meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch index f4f759c85e..7df44737ad 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch +++ b/meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch | |||
@@ -8,21 +8,23 @@ We need the definitions for things like u_intX_t | |||
8 | Upstream-Status: Pending | 8 | Upstream-Status: Pending |
9 | 9 | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | |||
12 | --- | 11 | --- |
13 | libusb/usb.h | 2 ++ | 12 | libusb/usb.h | 2 ++ |
14 | 1 file changed, 2 insertions(+) | 13 | 1 file changed, 2 insertions(+) |
15 | 14 | ||
16 | diff --git a/libusb/usb.h b/libusb/usb.h | 15 | diff --git a/libusb/usb.h b/libusb/usb.h |
17 | index fa0e6c6..4e88eb8 100644 | 16 | index ea62543..18b610a 100644 |
18 | --- a/libusb/usb.h | 17 | --- a/libusb/usb.h |
19 | +++ b/libusb/usb.h | 18 | +++ b/libusb/usb.h |
20 | @@ -45,6 +45,8 @@ typedef unsigned __int32 uint32_t; | 19 | @@ -46,6 +46,8 @@ typedef unsigned __int32 uint32_t; |
21 | #include <stdint.h> | 20 | #include <stdint.h> |
22 | #endif | 21 | #endif |
23 | 22 | ||
24 | +#include <sys/types.h> | 23 | +#include <sys/types.h> |
25 | + | 24 | + |
26 | /* | 25 | /* On linux PATH_MAX is defined in linux/limits.h. */ |
27 | * USB spec information | 26 | #if defined(__linux__) |
28 | * | 27 | #include <linux/limits.h> |
28 | -- | ||
29 | 2.34.1 | ||
30 | |||
diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb index 5ab08f6e50..869e98fe51 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = " \ | |||
22 | git://github.com/libusb/libusb-compat-0.1.git;protocol=https;branch=master \ | 22 | git://github.com/libusb/libusb-compat-0.1.git;protocol=https;branch=master \ |
23 | file://0001-usb.h-Include-sys-types.h.patch \ | 23 | file://0001-usb.h-Include-sys-types.h.patch \ |
24 | " | 24 | " |
25 | SRCREV = "4a27760ec5954ec8605e052a3207afbe0979eeef" | 25 | SRCREV = "88740f0fe497b473c8ef40093ab7daeebfb40eb6" |
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases" | 28 | UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases" |