kmod: remove 0001-Makefile.am-fix-parallel-build-problem.patch

Confirmed with the author Qi, it isn't needed.

(From OE-Core rev: 6ee6c39df4dea2dcd99cccad771e1326465e96dd)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-04-27 20:43:26 -07:00 committed by Richard Purdie
parent 1903369bdd
commit 2be3398005
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
Upstream-Status: Pending
Subject: Makefile.am: fix parallel build problem
Fix parallel build problem to avoid errors like below.
install: cannot stat 'testsuite/module-playground/mod-fake-cciss.ko': No such file or directory
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 9457655..d5b02eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -237,7 +237,7 @@ rootfs: build-module-playground
.PHONY: rootfs build-playground
-$(ROOTFS): $(ROOTFS_PRISTINE)
+$(ROOTFS): $(ROOTFS_PRISTINE) build-module-playground
$(CREATE_ROOTFS)
TESTSUITE_OVERRIDE_LIBS = \
--
1.9.1