diff options
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.bb | 12 |
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 @@ | |||
| 1 | SUMMARY = "NXP UTP protocol command-line tool" | ||
| 1 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" | 2 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" |
| 3 | HOMEPAGE = "https://github.com/Freescale/utp_com" | ||
| 4 | SECTION = "devel" | ||
| 2 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" |
| 4 | 7 | ||
| 5 | DEPENDS = "sg3-utils" | 8 | DEPENDS = "sg3-utils" |
| 6 | 9 | ||
| 7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | 10 | PV = "1.0+git${SRCPV}" |
| 8 | SRC_URI = " \ | 11 | SRC_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 | 14 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | |
| 12 | PV = "1.0+git${SRCPV}" | ||
| 13 | 15 | ||
| 14 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |
| 15 | 17 | ||
| 16 | do_compile () { | 18 | do_compile () { |
| 17 | oe_runmake | 19 | oe_runmake |
| 18 | } | 20 | } |
| 19 | 21 | ||
| 20 | do_install () { | 22 | do_install () { |
