From 055abc493695e09b5cce5567d948a808990b13cc Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Mon, 14 Jan 2019 20:45:01 +0100 Subject: mxsldr - libus1 --- recipes-bsp/mxsldr/mxsldr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb index a7df725f..01e24993 100644 --- a/recipes-bsp/mxsldr/mxsldr_git.bb +++ b/recipes-bsp/mxsldr/mxsldr_git.bb @@ -2,7 +2,7 @@ # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" -DEPENDS = "libusb" +DEPENDS = "libusb1" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -- cgit v1.2.3-54-g00ecf From 48fe0410b6ed8890e8b621aa77591113125be90f Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Mon, 14 Jan 2019 20:45:35 +0100 Subject: imx-usb-loader - libusb1 --- recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb index 1f8d13e8..a1f9c4d8 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb @@ -3,7 +3,7 @@ SECTION = "devel" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -DEPENDS = "libusb" +DEPENDS = "libusb1" SRCREV = "e5394615dd413c3823d5bd1de340933e16a8c07c" SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http" -- cgit v1.2.3-54-g00ecf