]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kmod: remove unused ptest.patch
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 24 May 2023 07:53:20 +0000 (09:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2023 11:35:37 +0000 (12:35 +0100)
* it was removed from SRC_URI in 2015:
  https://git.openembedded.org/openembedded-core/commit/?id=f80d136bdd578468035a88125fa1b84973fd912b

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod/ptest.patch [deleted file]

diff --git a/meta/recipes-kernel/kmod/kmod/ptest.patch b/meta/recipes-kernel/kmod/kmod/ptest.patch
deleted file mode 100644 (file)
index 831dbcb..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-Add 'install-ptest' rule.
-
-Signed-off-by: Tudor Florea <tudor.florea@enea.com>
-Upstream-Status: Pending
-
-diff -ruN a/Makefile.am b/Makefile.am
---- a/Makefile.am      2013-07-12 17:11:05.278331557 +0200
-+++ b/Makefile.am      2013-07-12 17:14:27.033788016 +0200
-@@ -204,6 +204,16 @@
- distclean-local: $(DISTCLEAN_LOCAL_HOOKS)
-+install-ptest:
-+      @$(MKDIR_P) $(DESTDIR)/testsuite
-+      @for file in $(TESTSUITE); do \
-+              install $$file $(DESTDIR)/testsuite; \
-+      done;
-+      @sed -e 's/^Makefile/_Makefile/' < Makefile > $(DESTDIR)/Makefile
-+      @$(MKDIR_P) $(DESTDIR)/tools
-+      @cp $(noinst_SCRIPTS) $(noinst_PROGRAMS) $(DESTDIR)/tools
-+      @cp -r testsuite/rootfs testsuite/.libs $(DESTDIR)/testsuite
-+
- # ------------------------------------------------------------------------------
- # custom release helpers
- # ------------------------------------------------------------------------------