diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-15 14:57:46 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 14:57:46 -0200 |
commit | 0943cb13b3e3c9596887c15bac378060afadf7cb (patch) | |
tree | 4e39641c61e962a2ffc3dd4934588d3a988a28d7 | |
parent | 21ea4cbcb036de89c07ca3168625c39151067639 (diff) | |
parent | 48fe0410b6ed8890e8b621aa77591113125be90f (diff) | |
download | meta-freescale-0943cb13b3e3c9596887c15bac378060afadf7cb.tar.gz |
Merge pull request #37 from deinok/master
Move libusb receipes to use libusb1
-rw-r--r-- | recipes-bsp/mxsldr/mxsldr_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" | 4 | DESCRIPTION = "Freescale i.MX233/i.MX28 USB loader" |
5 | DEPENDS = "libusb" | 5 | DEPENDS = "libusb1" |
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
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" |