summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-08-12 13:53:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-09-05 12:06:58 +0200
commit5fc8b357891987533a1737641acb20d62af08b53 (patch)
treee5b2267905442b2eb5d6c34921a66ee2ef0db348
parent7509f1167e6ffbb63024aea17793f712960ab374 (diff)
libusbgx: bump revision
To involve in the following fixes: ``` 1ee53e4 Copy ether_addr structs to avoid union pointer alignment issues 4852080 Delete embedded copies of libtool m4 files ccba65f Tell git which paths to ignore are directories 3a0f66a Tell git to ignore autotools cruft in the src functions subdirectory 37fcf90 Tell git to ignore generated usbg_version.h header 1e7161d Tell git to ignore the generated cmake config file b9a5b9c Tell git to ignore the right generated pkg-config .pc file e972b9e Document that the configfs Linux kernel module needs to be loaded 97b6477 Support printer function ad378b4 Fix --without-libconfig segment fault on gadget-hid attr setting 67605a0 libusbgx: examples: gadget-vid-pid-remove: fix exit code on success e0cdec8 Merge pull request #54 from mgrzeschik/gadget-vid-pid-remove 547a759 Merge pull request #55 from mgrzeschik/uvc 52aa5ed libusbgx: Add UVC support 852087a libusbgx: examples: gadget-vid-pid-remove: add dynamic vid pid support af2292c Fix typo in comment 664b7e6 Added support for CMake projects macros b5ad66e Fix #39 Compilation fails on gcc v8 283879d libusbgx: fix --without-libconfig build against glibc-2.28 45c14ef libusbgx: fix build with glibc-2.28 since <sys/sysmacros.h> is no more included by <sys/types.h> 6ffbb21 libusbgx: Fix doc build with new doxygen version dccb4f1 libusbgx: Fix out of tree compilation ``` especially the fix for: https://github.com/linux-usb-gadgets/libusbgx/issues/57 Related-to: TEI-924 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit cd152fb6c9a932e0bc2857d5e51a8fdd6bf14319)
-rw-r--r--recipes-support/libusbgx/libusbgx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb
index 44b461b..9feee5c 100644
--- a/recipes-support/libusbgx/libusbgx_git.bb
+++ b/recipes-support/libusbgx/libusbgx_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "libconfig"
EXTRA_OECONF = "--includedir=${includedir}/usbgx"
PV = "0.2.0+git${SRCPV}"
-SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898"
+SRCREV = "fa4e7e92260e33f78b72e7796b3df28c4c84b8e2"
SRCBRANCH = "master"
SRC_URI = " \
git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH} \