summaryrefslogtreecommitdiff
path: root/recipes-support/libusbgx/libusbgx_git.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-12-12 21:30:29 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-01-05 17:08:32 +0100
commit1a4618d03aa513d4ff4337828d607380de743ef6 (patch)
tree3ddd1242dd7a7c6c3f2a7cc8617f1939eeb606a8 /recipes-support/libusbgx/libusbgx_git.bb
parentec6cd7c8e5e6548cacbb1e1b250a0f377b814ea3 (diff)
libusbgx: Add interface name for NCM Feature Descriptors
Add interface name support for NCM Feature Descriptors to libusbgx, patch has been sent to libusbgx upstream: https://github.com/linux-usb-gadgets/libusbgx/pull/73 This is needed to let NCM work on Windows systems, update git revision to the latest master branch to be able to apply the patch. Related-to: ELB-4923 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 3987d6249e2549bc036545b038b5c71c41a60336)
Diffstat (limited to 'recipes-support/libusbgx/libusbgx_git.bb')
-rw-r--r--recipes-support/libusbgx/libusbgx_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb
index 5d58563..b7c248a 100644
--- a/recipes-support/libusbgx/libusbgx_git.bb
+++ b/recipes-support/libusbgx/libusbgx_git.bb
@@ -11,10 +11,11 @@ DEPENDS = "libconfig"
EXTRA_OECONF = "--includedir=${includedir}/usbgx"
PV = "0.2.0+git${SRCPV}"
-SRCREV = "060784424609d5a4e3bce8355f788c93f09802a5"
+SRCREV = "36e71e1e1ea9fb18d4765d0376329dcde90c8c91"
SRCBRANCH = "master"
SRC_URI = " \
git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH};protocol=https \
+ file://0001-libusbgx-Add-interface-name-for-NCM-Feature-Descript.patch \
file://usbg.service \
file://g1.schema.in \
"