[oe] [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue

Jack Mitchell ml at communistcode.co.uk
Thu Sep 6 08:52:52 UTC 2012


On 05/09/12 16:21, ml at communistcode.co.uk wrote:
> From: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
>
> Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
> ---
>   .../libimobiledevice/files/fix-parallel-make.patch  | 21 +++++++++++++++++++++
>   .../libimobiledevice/libplist_1.8.bb                |  5 ++++-
>   2 files changed, 25 insertions(+), 1 deletion(-)
>   create mode 100644 meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch
>
> 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 0000000..f6ef6f4
> --- /dev/null
> +++ b/meta-oe/recipes-extended/libimobiledevice/files/fix-parallel-make.patch
> @@ -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
> diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb
> index 9c218fb..2da8058 100644
> --- a/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb
> +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb
> @@ -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"
>   

With all the chatter this has got a bit lost. I believe everyone is now 
happy so this patch set is ready to merge.

Cheers all,


-- 

   Jack Mitchell (jack at embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--





More information about the Openembedded-devel mailing list