diff options
Diffstat (limited to 'recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb')
| -rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 8 |
1 files changed, 4 insertions, 4 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 ba6611707..1f8c95f86 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "i.MX/Vybrid recovery utility" | 1 | SUMMARY = "i.MX/Vybrid USB recovery utility" |
| 2 | DESCRIPTION = "Utility to load and run programs on i.MX/Vybrid SoCs over USB using the serial download protocol" | ||
| 2 | HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" | 3 | HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" |
| 3 | SECTION = "devel" | 4 | SECTION = "devel" |
| 4 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
| @@ -6,10 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | 7 | ||
| 7 | DEPENDS = "libusb1" | 8 | DEPENDS = "libusb1" |
| 8 | 9 | ||
| 9 | SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" | ||
| 10 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master" | ||
| 11 | |||
| 12 | PV = "1.0+${SRCPV}" | 10 | PV = "1.0+${SRCPV}" |
| 11 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master" | ||
| 12 | SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" | ||
| 13 | 13 | ||
| 14 | do_install () { | 14 | do_install () { |
| 15 | oe_runmake DESTDIR=${D} install | 15 | oe_runmake DESTDIR=${D} install |
