]> code.ossystems Code Review - meta-freescale.git/commitdiff
utp-com: Switch git repo to Freescale github 7/head
authorVincent Prince <vincent.prince.fr@gmail.com>
Fri, 25 May 2018 13:00:47 +0000 (15:00 +0200)
committerVincent Prince <vincent.prince.fr@gmail.com>
Fri, 25 May 2018 13:41:16 +0000 (15:41 +0200)
- 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>
recipes-devtools/utp-com/utp-com/0001-Fix-Makefile-for-crosscompilation.patch [deleted file]
recipes-devtools/utp-com/utp-com_git.bb

diff --git a/recipes-devtools/utp-com/utp-com/0001-Fix-Makefile-for-crosscompilation.patch b/recipes-devtools/utp-com/utp-com/0001-Fix-Makefile-for-crosscompilation.patch
deleted file mode 100644 (file)
index 5db050c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/makefile
-+++ b/makefile
-@@ -1,10 +1,12 @@
--CC=gcc
--CFLAGS=-I. -Wall -O2
--DEPS=
-+CC ?= gcc
-+CFLAGS ?= -I. -Wall -O2
-+LDFLAGS ?=
-+DEPS ?=
-+
- OBJ=utp_com.o
- %.o: %.c $(DEPS)
-       $(CC) -c -o $@ $< $(CFLAGS)
- utp_com: $(OBJ)
--      gcc -o $@ $^ $(CFLAGS)
-+      $(CC) -o $@ $^ $(LDFLAGS)
index 163f5852b096e11fb44ab7961782c9299625d863..db2d7f08fc8ff7a532beb01e7a477e94a463c161 100644 (file)
@@ -4,10 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
 
 DEPENDS = "sg3-utils"
 
-SRCREV = "7fe590fef812561cceb08aaa10b64e9bac8f542f"
+SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6"
 SRC_URI = " \
-    git://github.com/ixonos/utp_com;protocol=https \
-    file://0001-Fix-Makefile-for-crosscompilation.patch \
+    git://github.com/Freescale/utp_com;protocol=https \
 "
 
 PV = "1.0+git${SRCPV}"