All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue
@ 2012-09-05 15:21 ml
  2012-09-05 15:21 ` [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it ml
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: ml @ 2012-09-05 15:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>

Signed-off-by: Jack Mitchell <jack.mitchell@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"
 
-- 
1.7.12




^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it
  2012-09-05 15:21 [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue ml
@ 2012-09-05 15:21 ` ml
  2012-09-05 15:41   ` Andrei Gherzan
  2012-09-06 11:16   ` Koen Kooi
  2012-09-05 15:21 ` [PATCHv4 3/3] libcec: update libcec to latest version (1.8.1) as to include RasPi support ml
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 11+ messages in thread
From: ml @ 2012-09-05 15:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>

V4

- Remove debian packaging patch, it is not needed

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
---
 .../liblockdev/liblockdev_1.0.3.bb                 | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb

diff --git a/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
new file mode 100644
index 0000000..be5ce44
--- /dev/null
+++ b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Manage character and block device lockfiles."
+HOMEPAGE = "http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+PV = "1.0.3"
+
+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz"
+
+SRC_URI[md5sum] = "64b9c1b87b125fc348e892e24625524a"
+SRC_URI[sha256sum] = "ccae635d7ac3fdd50897eceb250872b3d9a191d298f213e7f0c836910d869f82"
+
+S = "${WORKDIR}/lockdev-${PV}"
+
+do_compile() {
+  oe_runmake CC="${CC}" LD="${LD}" shared
+}
+
+do_install() {
+  oe_runmake basedir="${D}" incdir="${D}${includedir}" libdir="${D}${libdir}" install_dev
+}
+
+FILES_{PN} = "${includedir}/* \
+              ${libdir}/* \
+"
-- 
1.7.12




^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCHv4 3/3] libcec: update libcec to latest version (1.8.1) as to include RasPi support
  2012-09-05 15:21 [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue ml
  2012-09-05 15:21 ` [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it ml
@ 2012-09-05 15:21 ` ml
  2012-09-06  8:52 ` [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue Jack Mitchell
  2012-09-06 11:17 ` Koen Kooi
  3 siblings, 0 replies; 11+ messages in thread
From: ml @ 2012-09-05 15:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>

V2

- Change package version to 1.8.1

V1

- Now depends on liblockdev
- Slight licence change - new md5sum

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
---
 meta-oe/recipes-extended/libcec/libcec_git.bb | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 142b2e2..81b518a 100644
--- a/meta-oe/recipes-extended/libcec/libcec_git.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -1,14 +1,13 @@
 DESCRIPTION = "USB CEC Adaptor communication Library"
 HOMEPAGE = "http://libcec.pulse-eight.com/"
 
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5e8e16396992369f73f3d28875f846da"
 
-DEPENDS = "udev"
+DEPENDS = "udev liblockdev"
 
-PR = "r1"
-PV = "1.4.0"
-SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a"
+PV = "1.8.1"
+SRCREV = "34a9cecdd92f6b2844f9c4054da202b152ab2217"
 SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
 
 S = "${WORKDIR}/git"
-- 
1.7.12




^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it
  2012-09-05 15:21 ` [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it ml
@ 2012-09-05 15:41   ` Andrei Gherzan
  2012-09-05 15:49     ` Jack Mitchell
  2012-09-06 11:16   ` Koen Kooi
  1 sibling, 1 reply; 11+ messages in thread
From: Andrei Gherzan @ 2012-09-05 15:41 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 5, 2012 at 6:21 PM, <ml@communistcode.co.uk> wrote:

> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>
> V4
>
> - Remove debian packaging patch, it is not needed
>
>
What means it is not needed anymore? Included in upstream? Fixed in yocto?


> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
> ---
>  .../liblockdev/liblockdev_1.0.3.bb                 | 26
> ++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/liblockdev/
> liblockdev_1.0.3.bb
>
>
Where is the removed patch?


> diff --git a/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bbb/meta-oe/recipes-extended/liblockdev/
> liblockdev_1.0.3.bb
> new file mode 100644
> index 0000000..be5ce44
> --- /dev/null
> +++ b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "Manage character and block device lockfiles."
> +HOMEPAGE = "
> http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary"
> +
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499"
> +
> +PV = "1.0.3"
> +
> +SRC_URI = "
> http://ftp.de.debian.org/debian/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz
> "
> +
> +SRC_URI[md5sum] = "64b9c1b87b125fc348e892e24625524a"
> +SRC_URI[sha256sum] =
> "ccae635d7ac3fdd50897eceb250872b3d9a191d298f213e7f0c836910d869f82"
> +
> +S = "${WORKDIR}/lockdev-${PV}"
> +
> +do_compile() {
> +  oe_runmake CC="${CC}" LD="${LD}" shared
> +}
> +
> +do_install() {
> +  oe_runmake basedir="${D}" incdir="${D}${includedir}"
> libdir="${D}${libdir}" install_dev
> +}
> +
> +FILES_{PN} = "${includedir}/* \
> +              ${libdir}/* \
> +"
> --
> 1.7.12
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it
  2012-09-05 15:41   ` Andrei Gherzan
@ 2012-09-05 15:49     ` Jack Mitchell
  2012-09-05 15:50       ` Andrei Gherzan
  0 siblings, 1 reply; 11+ messages in thread
From: Jack Mitchell @ 2012-09-05 15:49 UTC (permalink / raw)
  To: openembedded-devel

On 05/09/12 16:41, Andrei Gherzan wrote:
> On Wed, Sep 5, 2012 at 6:21 PM, <ml@communistcode.co.uk> wrote:
>
>> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>>
>> V4
>>
>> - Remove debian packaging patch, it is not needed
>>
>>
> What means it is not needed anymore? Included in upstream? Fixed in yocto?
>
>
>> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>> ---
>>   .../liblockdev/liblockdev_1.0.3.bb                 | 26
>> ++++++++++++++++++++++
>>   1 file changed, 26 insertions(+)
>>   create mode 100644 meta-oe/recipes-extended/liblockdev/
>> liblockdev_1.0.3.bb
>>
>>
> Where is the removed patch?
>
>
>> diff --git a/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bbb/meta-oe/recipes-extended/liblockdev/
>> liblockdev_1.0.3.bb
>> new file mode 100644
>> index 0000000..be5ce44
>> --- /dev/null
>> +++ b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
>> @@ -0,0 +1,26 @@
>> +DESCRIPTION = "Manage character and block device lockfiles."
>> +HOMEPAGE = "
>> http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary"
>> +
>> +LICENSE = "LGPLv2.1"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499"
>> +
>> +PV = "1.0.3"
>> +
>> +SRC_URI = "
>> http://ftp.de.debian.org/debian/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz
>> "
>> +
>> +SRC_URI[md5sum] = "64b9c1b87b125fc348e892e24625524a"
>> +SRC_URI[sha256sum] =
>> "ccae635d7ac3fdd50897eceb250872b3d9a191d298f213e7f0c836910d869f82"
>> +
>> +S = "${WORKDIR}/lockdev-${PV}"
>> +
>> +do_compile() {
>> +  oe_runmake CC="${CC}" LD="${LD}" shared
>> +}
>> +
>> +do_install() {
>> +  oe_runmake basedir="${D}" incdir="${D}${includedir}"
>> libdir="${D}${libdir}" install_dev
>> +}
>> +
>> +FILES_{PN} = "${includedir}/* \
>> +              ${libdir}/* \
>> +"
>> --
>> 1.7.12
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Sorry, this has been confusing!

I had erroneously added a patch in my V1 git send-patch for building 
liblockdev which wasn't required so I removed it and rebased my patches 
without it.

-- 

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

--




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it
  2012-09-05 15:49     ` Jack Mitchell
@ 2012-09-05 15:50       ` Andrei Gherzan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrei Gherzan @ 2012-09-05 15:50 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 5, 2012 at 6:49 PM, Jack Mitchell <ml@communistcode.co.uk>wrote:

> On 05/09/12 16:41, Andrei Gherzan wrote:
>
>> On Wed, Sep 5, 2012 at 6:21 PM, <ml@communistcode.co.uk> wrote:
>>
>>  From: Jack Mitchell <jack.mitchell@dbbroadcast.co.**uk<jack.mitchell@dbbroadcast.co.uk>
>>> >
>>>
>>> V4
>>>
>>> - Remove debian packaging patch, it is not needed
>>>
>>>
>>>  What means it is not needed anymore? Included in upstream? Fixed in
>> yocto?
>>
>>
>>  Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.**uk<jack.mitchell@dbbroadcast.co.uk>
>>> >
>>> ---
>>>   .../liblockdev/liblockdev_1.0.**3.bb <http://liblockdev_1.0.3.bb>
>>>             | 26
>>> ++++++++++++++++++++++
>>>   1 file changed, 26 insertions(+)
>>>   create mode 100644 meta-oe/recipes-extended/**liblockdev/
>>> liblockdev_1.0.3.bb
>>>
>>>
>>>  Where is the removed patch?
>>
>>
>>  diff --git a/meta-oe/recipes-extended/**liblockdev/liblockdev_1.0.3.**
>>> bbb/meta-oe/recipes-extended/**liblockdev/
>>> liblockdev_1.0.3.bb
>>> new file mode 100644
>>> index 0000000..be5ce44
>>> --- /dev/null
>>> +++ b/meta-oe/recipes-extended/**liblockdev/liblockdev_1.0.3.bb
>>> @@ -0,0 +1,26 @@
>>> +DESCRIPTION = "Manage character and block device lockfiles."
>>> +HOMEPAGE = "
>>> http://anonscm.debian.org/**gitweb/?p=lockdev/lockdev.git;**a=summary<http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary>
>>> "
>>> +
>>> +LICENSE = "LGPLv2.1"
>>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=**d8045f3b8f929c1cb29a1e3fd737b4
>>> **99"
>>> +
>>> +PV = "1.0.3"
>>> +
>>> +SRC_URI = "
>>> http://ftp.de.debian.org/**debian/pool/main/l/lockdev/**
>>> lockdev_${PV}.orig.tar.gz<http://ftp.de.debian.org/debian/pool/main/l/lockdev/lockdev_$%7BPV%7D.orig.tar.gz>
>>> "
>>> +
>>> +SRC_URI[md5sum] = "**64b9c1b87b125fc348e892e2462552**4a"
>>> +SRC_URI[sha256sum] =
>>> "**ccae635d7ac3fdd50897eceb250872**b3d9a191d298f213e7f0c836910d86**9f82"
>>> +
>>> +S = "${WORKDIR}/lockdev-${PV}"
>>> +
>>> +do_compile() {
>>> +  oe_runmake CC="${CC}" LD="${LD}" shared
>>> +}
>>> +
>>> +do_install() {
>>> +  oe_runmake basedir="${D}" incdir="${D}${includedir}"
>>> libdir="${D}${libdir}" install_dev
>>> +}
>>> +
>>> +FILES_{PN} = "${includedir}/* \
>>> +              ${libdir}/* \
>>> +"
>>> --
>>> 1.7.12
>>>
>>>
>>> ______________________________**_________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.**openembedded.org<Openembedded-devel@lists.openembedded.org>
>>> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**
>>> openembedded-devel<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel>
>>>
>>>  ______________________________**_________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.**openembedded.org<Openembedded-devel@lists.openembedded.org>
>> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**
>> openembedded-devel<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel>
>>
>
> Sorry, this has been confusing!
>
> I had erroneously added a patch in my V1 git send-patch for building
> liblockdev which wasn't required so I removed it and rebased my patches
> without it.
>
>
Got it now.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue
  2012-09-05 15:21 [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue ml
  2012-09-05 15:21 ` [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it ml
  2012-09-05 15:21 ` [PATCHv4 3/3] libcec: update libcec to latest version (1.8.1) as to include RasPi support ml
@ 2012-09-06  8:52 ` Jack Mitchell
  2012-09-06 10:54   ` Koen Kooi
  2012-09-06 11:17 ` Koen Kooi
  3 siblings, 1 reply; 11+ messages in thread
From: Jack Mitchell @ 2012-09-06  8:52 UTC (permalink / raw)
  To: openembedded-devel

On 05/09/12 16:21, ml@communistcode.co.uk wrote:
> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>
> Signed-off-by: Jack Mitchell <jack.mitchell@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@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue
  2012-09-06  8:52 ` [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue Jack Mitchell
@ 2012-09-06 10:54   ` Koen Kooi
  0 siblings, 0 replies; 11+ messages in thread
From: Koen Kooi @ 2012-09-06 10:54 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 06-09-12 10:52, Jack Mitchell schreef:
> On 05/09/12 16:21, ml@communistcode.co.uk wrote:
>> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>> 
>> Signed-off-by: Jack Mitchell <jack.mitchell@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.

I'll take a look at merging these (and the imobiledevice ones) later today.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQSIDoMkyGM64RGpERAuc3AJ0ZHjqckjDHQv5NXjpCadb6NmJgTgCfVmjP
tL/6M3kCecfg1fCdqNtKu88=
=/z2q
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it
  2012-09-05 15:21 ` [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it ml
  2012-09-05 15:41   ` Andrei Gherzan
@ 2012-09-06 11:16   ` Koen Kooi
  2012-09-06 11:22     ` Jack Mitchell
  1 sibling, 1 reply; 11+ messages in thread
From: Koen Kooi @ 2012-09-06 11:16 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 05-09-12 17:21, ml@communistcode.co.uk schreef:
> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
> 
> V4
> 
> - Remove debian packaging patch, it is not needed
> 
> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> --- 
> .../liblockdev/liblockdev_1.0.3.bb                 | 26
> ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode
> 100644 meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
> 
> diff --git a/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
> b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb new file mode
> 100644 index 0000000..be5ce44 --- /dev/null +++
> b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb @@ -0,0 +1,26
> @@ +DESCRIPTION = "Manage character and block device lockfiles." 
> +HOMEPAGE =
> "http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary" + 
> +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM =
> "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" + +PV = "1.0.3"

That's superfluous


> +FILES_{PN} = "${includedir}/* \ +              ${libdir}/* \ +"

This concerns me, what is going wrong in the regular FILES_${PN} situation?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQSIYUMkyGM64RGpERAq3vAJ9JrlmJY5WRA4sKpp1xs+m5jcQCdwCfSgmr
u+zcjBy1Y1NbD+muNrVgCts=
=11Ia
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue
  2012-09-05 15:21 [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue ml
                   ` (2 preceding siblings ...)
  2012-09-06  8:52 ` [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue Jack Mitchell
@ 2012-09-06 11:17 ` Koen Kooi
  3 siblings, 0 replies; 11+ messages in thread
From: Koen Kooi @ 2012-09-06 11:17 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 05-09-12 17:21, ml@communistcode.co.uk schreef:
> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>

You're missing the '[meta-oe]' tag as specified in the README for that
layer, which means it doesn't show up in
http://patchwork.openembedded.org/project/oe/list/?q=meta-oe

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQSIZDMkyGM64RGpERAkqAAKCNWtIrjN81A1VUe7eZKGjtWYI+OACePOHH
xNHnsO0mXT0D5fkrX8x2KkQ=
=2+ex
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it
  2012-09-06 11:16   ` Koen Kooi
@ 2012-09-06 11:22     ` Jack Mitchell
  0 siblings, 0 replies; 11+ messages in thread
From: Jack Mitchell @ 2012-09-06 11:22 UTC (permalink / raw)
  To: openembedded-devel

On 06/09/12 12:16, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 05-09-12 17:21, ml@communistcode.co.uk schreef:
>> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
>>
>> V4
>>
>> - Remove debian packaging patch, it is not needed
>>
>> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> ---
>> .../liblockdev/liblockdev_1.0.3.bb                 | 26
>> ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode
>> 100644 meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
>>
>> diff --git a/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
>> b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb new file mode
>> 100644 index 0000000..be5ce44 --- /dev/null +++
>> b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb @@ -0,0 +1,26
>> @@ +DESCRIPTION = "Manage character and block device lockfiles."
>> +HOMEPAGE =
>> "http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary" +
>> +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM =
>> "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" + +PV = "1.0.3"
> That's superfluous
>
>
>> +FILES_{PN} = "${includedir}/* \ +              ${libdir}/* \ +"
> This concerns me, what is going wrong in the regular FILES_${PN} situation?
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iD8DBQFQSIYUMkyGM64RGpERAq3vAJ9JrlmJY5WRA4sKpp1xs+m5jcQCdwCfSgmr
> u+zcjBy1Y1NbD+muNrVgCts=
> =11Ia
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

If I remember correctly it wasn't picking up the include files, however 
that may have been before I added the incdir="${D}${includedir}" to 
oe_runmake. Let me check it out.

-- 

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

--




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-09-06 11:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 15:21 [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue ml
2012-09-05 15:21 ` [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it ml
2012-09-05 15:41   ` Andrei Gherzan
2012-09-05 15:49     ` Jack Mitchell
2012-09-05 15:50       ` Andrei Gherzan
2012-09-06 11:16   ` Koen Kooi
2012-09-06 11:22     ` Jack Mitchell
2012-09-05 15:21 ` [PATCHv4 3/3] libcec: update libcec to latest version (1.8.1) as to include RasPi support ml
2012-09-06  8:52 ` [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue Jack Mitchell
2012-09-06 10:54   ` Koen Kooi
2012-09-06 11:17 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.