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 | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 000000000..364c91bcc --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "Tool used to send commands to hardware via NXP's UTP protocol" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | ||
| 4 | |||
| 5 | DEPENDS = "sg3-utils" | ||
| 6 | |||
| 7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | ||
| 8 | SRC_URI = " \ | ||
| 9 | git://github.com/Freescale/utp_com;protocol=https;branch=master \ | ||
| 10 | " | ||
| 11 | |||
| 12 | PV = "1.0+git${SRCPV}" | ||
| 13 | |||
| 14 | do_configure[noexec] = "1" | ||
| 15 | |||
| 16 | do_compile () { | ||
| 17 | oe_runmake | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install () { | ||
| 21 | install -d -m 0755 ${D}${bindir} | ||
| 22 | install -m 0755 ${S}/utp_com ${D}${bindir}/utp_com | ||
| 23 | } | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
