diff options
author | Raul Hidalgo Caballero <raul.hidalgo.sopa@gmail.com> | 2019-01-14 20:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 20:45:35 +0100 |
commit | 48fe0410b6ed8890e8b621aa77591113125be90f (patch) | |
tree | 84787aa1a03766850552f2ec66310e6ce02fd56c | |
parent | 055abc493695e09b5cce5567d948a808990b13cc (diff) | |
download | meta-freescale-48fe0410b6ed8890e8b621aa77591113125be90f.tar.gz |
imx-usb-loader - libusb1
-rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | DEPENDS = "libusb" | 6 | DEPENDS = "libusb1" |
7 | 7 | ||
8 | SRCREV = "e5394615dd413c3823d5bd1de340933e16a8c07c" | 8 | SRCREV = "e5394615dd413c3823d5bd1de340933e16a8c07c" |
9 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http" | 9 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http" |