From 6d6951d053ff1a7347af0ac04fcbb72564a28954 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 17 Jan 2022 16:25:35 +0100 Subject: patches: remove stale patch files Commit c7fae0d ("colibri-vf: drop machine") removed the bbappend which used the two patch files. Remove them as well. Signed-off-by: Max Krummenacher --- .../mcc-pingpong/mcc-pingpong/makefile-use-libs.patch | 19 ------------------- .../mcc-pingpong/update-mcc_free_buffer-call.patch | 19 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 recipes-support/mcc-pingpong/mcc-pingpong/makefile-use-libs.patch delete mode 100644 recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch diff --git a/recipes-support/mcc-pingpong/mcc-pingpong/makefile-use-libs.patch b/recipes-support/mcc-pingpong/mcc-pingpong/makefile-use-libs.patch deleted file mode 100644 index 4e6b921..0000000 --- a/recipes-support/mcc-pingpong/mcc-pingpong/makefile-use-libs.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/Makefile b/Makefile -index 7a1fc14..a0f8f4a 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,12 +1,12 @@ - INSTALL_PATH=$(DESTDIR)/usr/bin - --LDFLAGS+=-lmcc -+LDLIBS+=-lmcc - - all: build/mcc-pingpong - - build/mcc-pingpong: src/pingpong.c - mkdir -p build/ -- $(CC) $< -o $@ $(CFLAGS) $(LDFLAGS) -+ $(CC) $< -o $@ $(CFLAGS) $(LDLIBS) $(LDFLAGS) - - install: - mkdir -p $(INSTALL_PATH) diff --git a/recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch b/recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch deleted file mode 100644 index bdd00b5..0000000 --- a/recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit c7db59e08ff1dfb30ae4aba8d6274b0cc8a0f228 -Author: Anthony Felice -Date: Mon Apr 15 19:24:06 2013 -0400 - - Update call to mcc_free_buffer to comply with API change. - -diff --git a/src/pingpong.c b/src/pingpong.c -index 3d49fc8..5850059 100644 ---- a/src/pingpong.c -+++ b/src/pingpong.c -@@ -121,7 +121,7 @@ int main(int argc, char** argv) - return 1; - } - -- mcc_free_buffer(null, data); -+ mcc_free_buffer(data); - } - - mcc_destroy(node_num); -- cgit v1.2.3