diff options
author | Vincent Prince <vincent.prince.fr@gmail.com> | 2018-05-25 15:00:47 +0200 |
---|---|---|
committer | Vincent Prince <vincent.prince.fr@gmail.com> | 2018-05-25 15:41:16 +0200 |
commit | eb0a295846118fb5fa0e33a0d079eb0ab345e173 (patch) | |
tree | 6ca1edf32dc9ebbd551009272f13641619556ce5 /recipes-devtools/utp-com/utp-com_git.bb | |
parent | d19564addafb1f7744a7a71c05392eb368f3ac5f (diff) | |
download | meta-freescale-eb0a295846118fb5fa0e33a0d079eb0ab345e173.tar.gz |
utp-com: Switch git repo to Freescale github
- Switch from https://github.com/ixonos/utp_com to https://github.com/freescale/utp_com
- Bump to latest version with following commits:
dee512c Merge https://github.com/nefethael/utp_com
03681a3 Merge https://github.com/Tecphos/utp_com
33129ca Makefile: Allow variables override for cross-compilation
e5cbd26 Added error if malloc fails on file load
Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
Diffstat (limited to 'recipes-devtools/utp-com/utp-com_git.bb')
-rw-r--r-- | recipes-devtools/utp-com/utp-com_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-devtools/utp-com/utp-com_git.bb b/recipes-devtools/utp-com/utp-com_git.bb index 163f5852..db2d7f08 100644 --- a/recipes-devtools/utp-com/utp-com_git.bb +++ b/recipes-devtools/utp-com/utp-com_git.bb | |||
@@ -4,10 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | |||
4 | 4 | ||
5 | DEPENDS = "sg3-utils" | 5 | DEPENDS = "sg3-utils" |
6 | 6 | ||
7 | SRCREV = "7fe590fef812561cceb08aaa10b64e9bac8f542f" | 7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" |
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/ixonos/utp_com;protocol=https \ | 9 | git://github.com/Freescale/utp_com;protocol=https \ |
10 | file://0001-Fix-Makefile-for-crosscompilation.patch \ | ||
11 | " | 10 | " |
12 | 11 | ||
13 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |