libplist: add upstream patch to fix parallel make issue

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Jack Mitchell 2012-09-05 15:21:32 +00:00 committed by Koen Kooi
parent f46e3e6764
commit 8d87ca7f80
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,21 @@
From 335b25febd4c864ad0ac08479f5cd43fc21b7d73 Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Mon, 09 Jul 2012 21:17:15 +0000
Subject: Fix building with parallel build makeopts
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bad840..155994e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,6 +57,8 @@ ADD_SUBDIRECTORY( plutil )
ADD_SUBDIRECTORY( include )
ADD_SUBDIRECTORY( test )
+ADD_DEPENDENCIES( plist libcnary )
+
IF ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND )
ADD_SUBDIRECTORY( swig )
ENDIF ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND )
--
cgit v0.9.0.2

View File

@ -8,7 +8,10 @@ DEPENDS = "libxml2 glib-2.0 swig python"
inherit cmake pkgconfig
SRC_URI = "http://www.libimobiledevice.org/downloads/libplist-${PV}.tar.bz2"
SRC_URI = "http://www.libimobiledevice.org/downloads/libplist-${PV}.tar.bz2 \
file://fix-parallel-make.patch \
"
SRC_URI[md5sum] = "2a9e0258847d50f9760dc3ece25f4dc6"
SRC_URI[sha256sum] = "a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec"