summaryrefslogtreecommitdiff
path: root/recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-01-17 16:25:35 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-07-05 16:09:58 +0000
commit5614ebae37f45248308b45a249fd61f0c627b860 (patch)
tree744ee757b5a586e2c9b4d24a8759ed0105ef21e5 /recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch
parent9dd4fa06b11f8bfed69d79df4c8d5b555e2943de (diff)
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 <max.krummenacher@toradex.com> (cherry picked from commit 6d6951d053ff1a7347af0ac04fcbb72564a28954)
Diffstat (limited to 'recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch')
-rw-r--r--recipes-support/mcc-pingpong/mcc-pingpong/update-mcc_free_buffer-call.patch19
1 files changed, 0 insertions, 19 deletions
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 <tony.felice@timesys.com>
-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);