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