From f054506d2d5a0a6009870b9260de50fda66818b6 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 14 Dec 2017 19:09:59 +0100 Subject: libusbgx: switch to upstream git repository The OS descriptor changes have been merged upstream, hence we can use upstream libusbgx again. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes-support/libusbgx/libusbgx_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb index 99d0e4c..87c0908 100644 --- a/recipes-support/libusbgx/libusbgx_git.bb +++ b/recipes-support/libusbgx/libusbgx_git.bb @@ -11,10 +11,10 @@ DEPENDS = "libconfig" EXTRA_OECONF = "--includedir=${includedir}/usbgx" PV = "0.1.0+git${SRCPV}" -SRCREV = "566993a7647ed5cb36098f27084fd2d5d1f0f017" -SRCBRANCH = "os_descriptors" +SRCREV = "904b04c4b46ec673197ad1d8291a0aabe6a34f52" +SRCBRANCH = "master" SRC_URI = " \ - git://github.com/toradex/libusbgx.git;branch=${SRCBRANCH} \ + git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH} \ file://usbg.service \ file://g1.schema \ " -- cgit v1.2.3