summaryrefslogtreecommitdiff
path: root/import-layers/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch b/import-layers/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch
deleted file mode 100644
index 27632e1dd..000000000
--- a/import-layers/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-With higher paralelism it sometimes fails with:
-libtool: link: `util_log.lo' is not a valid libtool object
-make: *** [db_replicate] Error 1
-
-Upstream-Status: Pending
-
-Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-
-Index: db-6.0.30/dist/Makefile.in
-===================================================================
---- db-6.0.30.orig/dist/Makefile.in
-+++ db-6.0.30/dist/Makefile.in
-@@ -1041,7 +1041,7 @@ db_recover: db_recover@o@ util_sig@o@ $(
- db_recover@o@ util_sig@o@ $(DEF_LIB) $(LIBS)
- $(POSTLINK) $@
-
--db_replicate: db_replicate@o@ util_sig@o@ $(DEF_LIB)
-+db_replicate: db_replicate@o@ util_log@o@ util_sig@o@ $(DEF_LIB)
- $(CCLINK) -o $@ $(LDFLAGS) \
- db_replicate@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS)
- $(POSTLINK) $@