diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:25:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:31:53 +0100 |
commit | d420552f02af2ad6a15cf3a70b76bf86b222c07e (patch) | |
tree | 8ab7137ed9264312aee69292d009509e70357ea7 /community/mtd-utils/0001_mtd-2.1.0_fix_tests.patch | |
parent | 78a6ed13e4b5cd182f28be18694d543ae179446b (diff) | |
download | aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2 aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz |
Remove more stale patches from community/
Diffstat (limited to 'community/mtd-utils/0001_mtd-2.1.0_fix_tests.patch')
-rw-r--r-- | community/mtd-utils/0001_mtd-2.1.0_fix_tests.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/mtd-utils/0001_mtd-2.1.0_fix_tests.patch b/community/mtd-utils/0001_mtd-2.1.0_fix_tests.patch deleted file mode 100644 index 76d9dfd9a7..0000000000 --- a/community/mtd-utils/0001_mtd-2.1.0_fix_tests.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- mtd-utils-2.1.0/tests/unittests/test_lib.h.orig 2019-04-15 08:01:29.688043955 +0200 -+++ mtd-utils-2.1.0/tests/unittests/test_lib.h 2019-04-15 08:01:34.884030090 +0200 -@@ -1,3 +1,4 @@ -+#include <asm/ioctl.h> - #include <stdarg.h> - #include <setjmp.h> - #include <stddef.h> ---- mtd-utils-2.1.0/tests/unittests/libmtd_test.c.orig 2019-04-15 08:02:47.535836214 +0200 -+++ mtd-utils-2.1.0/tests/unittests/libmtd_test.c 2019-04-15 08:07:22.583102241 +0200 -@@ -1,3 +1,4 @@ -+#include <fcntl.h> - #include <stdarg.h> - #include <setjmp.h> - #include <stddef.h> ---- mtd-utils-2.1.0/Makefile.in.orig 2019-04-15 09:13:39.149755481 +0200 -+++ mtd-utils-2.1.0/Makefile.in 2019-04-15 09:14:13.689663316 +0200 -@@ -1710,7 +1710,7 @@ - @UNIT_TESTS_TRUE@mtdlib_test_SOURCES = tests/unittests/libmtd_test.c lib/libmtd.c lib/libmtd_legacy.c - @UNIT_TESTS_TRUE@mtdlib_test_LDADD = $(CMOCKA_LIBS) - @UNIT_TESTS_TRUE@mtdlib_test_LDFLAGS = -Wl,--wrap=open -Wl,--wrap=close -Wl,--wrap=ioctl -Wl,--wrap=read -Wl,--wrap=lseek -Wl,--wrap=write --@UNIT_TESTS_TRUE@mtdlib_test_CPPFLAGS = -O0 --std=gnu99 $(CMOCKA_CFLAGS) -I$(top_srcdir)/lib/ -I$(top_srcdir)/include -DSYSFS_ROOT='"$(top_srcdir)/tests/unittests/sysfs_mock"' -+@UNIT_TESTS_TRUE@mtdlib_test_CPPFLAGS = -O0 -D_GNU_SOURCE --std=gnu99 $(CMOCKA_CFLAGS) -I$(top_srcdir)/lib/ -I$(top_srcdir)/include -DSYSFS_ROOT='"$(top_srcdir)/tests/unittests/sysfs_mock"' - @UNIT_TESTS_TRUE@TEST_BINS = \ - @UNIT_TESTS_TRUE@ ubilib_test \ - @UNIT_TESTS_TRUE@ mtdlib_test |