summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch')
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch b/meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch
new file mode 100644
index 0000000000..f6ef6f4f8b
--- /dev/null
+++ b/meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch
@@ -0,0 +1,21 @@
1From 335b25febd4c864ad0ac08479f5cd43fc21b7d73 Mon Sep 17 00:00:00 2001
2From: Nikias Bassen
3Date: Mon, 09 Jul 2012 21:17:15 +0000
4Subject: Fix building with parallel build makeopts
5
6---
7diff --git a/CMakeLists.txt b/CMakeLists.txt
8index 0bad840..155994e 100644
9--- a/CMakeLists.txt
10+++ b/CMakeLists.txt
11@@ -57,6 +57,8 @@ ADD_SUBDIRECTORY( plutil )
12 ADD_SUBDIRECTORY( include )
13 ADD_SUBDIRECTORY( test )
14
15+ADD_DEPENDENCIES( plist libcnary )
16+
17 IF ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND )
18 ADD_SUBDIRECTORY( swig )
19 ENDIF ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND )
20--
21cgit v0.9.0.2