summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
index 364c91bcc..4c9620f91 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
@@ -1,20 +1,22 @@
1SUMMARY = "NXP UTP protocol command-line tool"
1DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" 2DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol"
3HOMEPAGE = "https://github.com/Freescale/utp_com"
4SECTION = "devel"
2LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
4 7
5DEPENDS = "sg3-utils" 8DEPENDS = "sg3-utils"
6 9
7SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" 10PV = "1.0+git${SRCPV}"
8SRC_URI = " \ 11SRC_URI = "\
9 git://github.com/Freescale/utp_com;protocol=https;branch=master \ 12 git://github.com/Freescale/utp_com;protocol=https;branch=master \
10" 13"
11 14SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6"
12PV = "1.0+git${SRCPV}"
13 15
14do_configure[noexec] = "1" 16do_configure[noexec] = "1"
15 17
16do_compile () { 18do_compile () {
17 oe_runmake 19 oe_runmake
18} 20}
19 21
20do_install () { 22do_install () {