From eb0a295846118fb5fa0e33a0d079eb0ab345e173 Mon Sep 17 00:00:00 2001 From: Vincent Prince Date: Fri, 25 May 2018 15:00:47 +0200 Subject: 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 --- .../0001-Fix-Makefile-for-crosscompilation.patch | 19 ------------------- recipes-devtools/utp-com/utp-com_git.bb | 5 ++--- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 recipes-devtools/utp-com/utp-com/0001-Fix-Makefile-for-crosscompilation.patch (limited to 'recipes-devtools') 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 index 5db050c1..00000000 --- a/recipes-devtools/utp-com/utp-com/0001-Fix-Makefile-for-crosscompilation.patch +++ /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) 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" 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}" -- cgit v1.2.3-54-g00ecf