summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod/ptest.patch')
-rw-r--r--meta/recipes-kernel/kmod/kmod/ptest.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/kmod/kmod/ptest.patch b/meta/recipes-kernel/kmod/kmod/ptest.patch
index c6479b2fb5..831dbcb909 100644
--- a/meta/recipes-kernel/kmod/kmod/ptest.patch
+++ b/meta/recipes-kernel/kmod/kmod/ptest.patch
@@ -15,10 +15,10 @@ diff -ruN a/Makefile.am b/Makefile.am
15+ @for file in $(TESTSUITE); do \ 15+ @for file in $(TESTSUITE); do \
16+ install $$file $(DESTDIR)/testsuite; \ 16+ install $$file $(DESTDIR)/testsuite; \
17+ done; 17+ done;
18+ @cp Makefile $(DESTDIR) 18+ @sed -e 's/^Makefile/_Makefile/' < Makefile > $(DESTDIR)/Makefile
19+ @sed -i 's/^Makefile/_Makefile/' ${DESTDIR}/Makefile 19+ @$(MKDIR_P) $(DESTDIR)/tools
20+ @tar -czf $(DESTDIR)/tools.tgz $(noinst_SCRIPTS) $(noinst_PROGRAMS) 20+ @cp $(noinst_SCRIPTS) $(noinst_PROGRAMS) $(DESTDIR)/tools
21+ @tar -C testsuite -czf $(DESTDIR)/testsuite.tgz rootfs-pristine .libs 21+ @cp -r testsuite/rootfs testsuite/.libs $(DESTDIR)/testsuite
22+ 22+
23 # ------------------------------------------------------------------------------ 23 # ------------------------------------------------------------------------------
24 # custom release helpers 24 # custom release helpers