From 5c476eab0ab43f5ff83215488474fdb6e2a3432c Mon Sep 17 00:00:00 2001 From: Ola Redell Date: Thu, 28 Dec 2017 14:07:43 +0100 Subject: removed old recipes for jailhouse 0.6 and 0.7 --- ...rkaround-if-changed-problem-in-tools-makefile.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-jailhouse/jailhouse/jailhouse-0.6/0003-workaround-if-changed-problem-in-tools-makefile.patch (limited to 'recipes-jailhouse/jailhouse/jailhouse-0.6/0003-workaround-if-changed-problem-in-tools-makefile.patch') diff --git a/recipes-jailhouse/jailhouse/jailhouse-0.6/0003-workaround-if-changed-problem-in-tools-makefile.patch b/recipes-jailhouse/jailhouse/jailhouse-0.6/0003-workaround-if-changed-problem-in-tools-makefile.patch deleted file mode 100644 index 7d02b55..0000000 --- a/recipes-jailhouse/jailhouse/jailhouse-0.6/0003-workaround-if-changed-problem-in-tools-makefile.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: git/tools/Makefile -=================================================================== ---- git.orig/tools/Makefile -+++ git/tools/Makefile -@@ -55,10 +55,11 @@ endef - targets += jailhouse.o - - $(obj)/jailhouse: $(obj)/jailhouse.o -- $(call if_changed,ld) -+ $(LD) $(LDFLAGS) -o $@ $^ - - $(obj)/jailhouse-config-collect: $(src)/jailhouse-config-create $(src)/jailhouse-config-collect.tmpl -- $(call if_changed,gen_collect) -+ $< -g $@; \ -+ chmod +x $@ - - install-bin: $(BINARIES) $(DESTDIR)$(sbindir) - $(INSTALL_PROGRAM) $^ -- cgit v1.2.3-54-g00ecf