- 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>
+++ /dev/null
---- 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)
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}"