All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3-pycairo: update to 1.16.3
@ 2018-03-05 12:52 Derek Straka
  2018-03-05 12:56 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Derek Straka @ 2018-03-05 12:52 UTC (permalink / raw)
  To: openembedded-core

Update to the latest stable release
Add the .pc file to the list of FILES

Tested in qemux86-64 running core-image-minimal

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../{python3-pycairo_1.15.6.bb => python3-pycairo_1.16.3.bb}     | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-pycairo_1.15.6.bb => python3-pycairo_1.16.3.bb} (78%)

diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
similarity index 78%
rename from meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
rename to meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
index 5c3e1e6..b648852 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
@@ -13,8 +13,8 @@ DEPENDS = "cairo"
 SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
 UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
 
-SRC_URI[md5sum] = "3ff210c34e7b052590e15fd0fb147766"
-SRC_URI[sha256sum] = "ad150ea637860836b66705e0513b8e59494538f0b80497ad3462051368755016"
+SRC_URI[md5sum] = "d2a115037ccd128219f43d5ed3df7926"
+SRC_URI[sha256sum] = "5bb321e5d4f8b3a51f56fc6a35c143f1b72ce0d748b43d8b623596e8215f01f7"
 
 S = "${WORKDIR}/pycairo-${PV}"
 
@@ -28,4 +28,7 @@ do_install_append() {
     install -d ${D}${includedir}/pycairo/
     install -m 0644 ${D}${datadir}/include/pycairo/py3cairo.h ${D}${includedir}/pycairo/
 }
-FILES_${PN} += "${datadir}/include/pycairo/py3cairo.h"
+FILES_${PN} += " \
+    ${datadir}/include/pycairo/py3cairo.h \
+    ${datadir}/lib/pkgconfig/py3cairo.pc \
+"
-- 
2.7.4



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

* Re: [PATCH] python3-pycairo: update to 1.16.3
  2018-03-05 12:52 [PATCH] python3-pycairo: update to 1.16.3 Derek Straka
@ 2018-03-05 12:56 ` Burton, Ross
  2018-03-05 12:59   ` Derek Straka
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2018-03-05 12:56 UTC (permalink / raw)
  To: Derek Straka; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2171 bytes --]

Shouldn't the .h and .pc be in PN-dev?

On 5 March 2018 at 12:52, Derek Straka <derek@asterius.io> wrote:

> Update to the latest stable release
> Add the .pc file to the list of FILES
>
> Tested in qemux86-64 running core-image-minimal
>
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  .../{python3-pycairo_1.15.6.bb => python3-pycairo_1.16.3.bb}     | 9
> ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
>  rename meta/recipes-devtools/python/{python3-pycairo_1.15.6.bb =>
> python3-pycairo_1.16.3.bb} (78%)
>
> diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
> b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
> similarity index 78%
> rename from meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
> rename to meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
> index 5c3e1e6..b648852 100644
> --- a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
> +++ b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
> @@ -13,8 +13,8 @@ DEPENDS = "cairo"
>  SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${
> PV}/pycairo-${PV}.tar.gz"
>  UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
>
> -SRC_URI[md5sum] = "3ff210c34e7b052590e15fd0fb147766"
> -SRC_URI[sha256sum] = "ad150ea637860836b66705e0513b8e
> 59494538f0b80497ad3462051368755016"
> +SRC_URI[md5sum] = "d2a115037ccd128219f43d5ed3df7926"
> +SRC_URI[sha256sum] = "5bb321e5d4f8b3a51f56fc6a35c143
> f1b72ce0d748b43d8b623596e8215f01f7"
>
>  S = "${WORKDIR}/pycairo-${PV}"
>
> @@ -28,4 +28,7 @@ do_install_append() {
>      install -d ${D}${includedir}/pycairo/
>      install -m 0644 ${D}${datadir}/include/pycairo/py3cairo.h
> ${D}${includedir}/pycairo/
>  }
> -FILES_${PN} += "${datadir}/include/pycairo/py3cairo.h"
> +FILES_${PN} += " \
> +    ${datadir}/include/pycairo/py3cairo.h \
> +    ${datadir}/lib/pkgconfig/py3cairo.pc \
> +"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 4121 bytes --]

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

* Re: [PATCH] python3-pycairo: update to 1.16.3
  2018-03-05 12:56 ` Burton, Ross
@ 2018-03-05 12:59   ` Derek Straka
  2018-03-05 13:28     ` Derek Straka
  0 siblings, 1 reply; 4+ messages in thread
From: Derek Straka @ 2018-03-05 12:59 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2393 bytes --]

Probably.  I didn't even notice that it wasn't.  v2 coming once I verify.

On Mon, Mar 5, 2018 at 7:56 AM, Burton, Ross <ross.burton@intel.com> wrote:

> Shouldn't the .h and .pc be in PN-dev?
>
> On 5 March 2018 at 12:52, Derek Straka <derek@asterius.io> wrote:
>
>> Update to the latest stable release
>> Add the .pc file to the list of FILES
>>
>> Tested in qemux86-64 running core-image-minimal
>>
>> Signed-off-by: Derek Straka <derek@asterius.io>
>> ---
>>  .../{python3-pycairo_1.15.6.bb => python3-pycairo_1.16.3.bb}     | 9
>> ++++++---
>>  1 file changed, 6 insertions(+), 3 deletions(-)
>>  rename meta/recipes-devtools/python/{python3-pycairo_1.15.6.bb =>
>> python3-pycairo_1.16.3.bb} (78%)
>>
>> diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
>> b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
>> similarity index 78%
>> rename from meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
>> rename to meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
>> index 5c3e1e6..b648852 100644
>> --- a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
>> +++ b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
>> @@ -13,8 +13,8 @@ DEPENDS = "cairo"
>>  SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${P
>> V}/pycairo-${PV}.tar.gz"
>>  UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
>>
>> -SRC_URI[md5sum] = "3ff210c34e7b052590e15fd0fb147766"
>> -SRC_URI[sha256sum] = "ad150ea637860836b66705e0513b8
>> e59494538f0b80497ad3462051368755016"
>> +SRC_URI[md5sum] = "d2a115037ccd128219f43d5ed3df7926"
>> +SRC_URI[sha256sum] = "5bb321e5d4f8b3a51f56fc6a35c14
>> 3f1b72ce0d748b43d8b623596e8215f01f7"
>>
>>  S = "${WORKDIR}/pycairo-${PV}"
>>
>> @@ -28,4 +28,7 @@ do_install_append() {
>>      install -d ${D}${includedir}/pycairo/
>>      install -m 0644 ${D}${datadir}/include/pycairo/py3cairo.h
>> ${D}${includedir}/pycairo/
>>  }
>> -FILES_${PN} += "${datadir}/include/pycairo/py3cairo.h"
>> +FILES_${PN} += " \
>> +    ${datadir}/include/pycairo/py3cairo.h \
>> +    ${datadir}/lib/pkgconfig/py3cairo.pc \
>> +"
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>
>

[-- Attachment #2: Type: text/html, Size: 4729 bytes --]

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

* Re: [PATCH] python3-pycairo: update to 1.16.3
  2018-03-05 12:59   ` Derek Straka
@ 2018-03-05 13:28     ` Derek Straka
  0 siblings, 0 replies; 4+ messages in thread
From: Derek Straka @ 2018-03-05 13:28 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2736 bytes --]

Not sure that it is the correct solution, but I sent a v2.  Is it better to
override --install-data directory in this instance rather than touching up
the locations in the do_install_append?

On Mon, Mar 5, 2018 at 7:59 AM, Derek Straka <derek@asterius.io> wrote:

> Probably.  I didn't even notice that it wasn't.  v2 coming once I verify.
>
> On Mon, Mar 5, 2018 at 7:56 AM, Burton, Ross <ross.burton@intel.com>
> wrote:
>
>> Shouldn't the .h and .pc be in PN-dev?
>>
>> On 5 March 2018 at 12:52, Derek Straka <derek@asterius.io> wrote:
>>
>>> Update to the latest stable release
>>> Add the .pc file to the list of FILES
>>>
>>> Tested in qemux86-64 running core-image-minimal
>>>
>>> Signed-off-by: Derek Straka <derek@asterius.io>
>>> ---
>>>  .../{python3-pycairo_1.15.6.bb => python3-pycairo_1.16.3.bb}     | 9
>>> ++++++---
>>>  1 file changed, 6 insertions(+), 3 deletions(-)
>>>  rename meta/recipes-devtools/python/{python3-pycairo_1.15.6.bb =>
>>> python3-pycairo_1.16.3.bb} (78%)
>>>
>>> diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
>>> b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
>>> similarity index 78%
>>> rename from meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
>>> rename to meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
>>> index 5c3e1e6..b648852 100644
>>> --- a/meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
>>> +++ b/meta/recipes-devtools/python/python3-pycairo_1.16.3.bb
>>> @@ -13,8 +13,8 @@ DEPENDS = "cairo"
>>>  SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${P
>>> V}/pycairo-${PV}.tar.gz"
>>>  UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
>>>
>>> -SRC_URI[md5sum] = "3ff210c34e7b052590e15fd0fb147766"
>>> -SRC_URI[sha256sum] = "ad150ea637860836b66705e0513b8
>>> e59494538f0b80497ad3462051368755016"
>>> +SRC_URI[md5sum] = "d2a115037ccd128219f43d5ed3df7926"
>>> +SRC_URI[sha256sum] = "5bb321e5d4f8b3a51f56fc6a35c14
>>> 3f1b72ce0d748b43d8b623596e8215f01f7"
>>>
>>>  S = "${WORKDIR}/pycairo-${PV}"
>>>
>>> @@ -28,4 +28,7 @@ do_install_append() {
>>>      install -d ${D}${includedir}/pycairo/
>>>      install -m 0644 ${D}${datadir}/include/pycairo/py3cairo.h
>>> ${D}${includedir}/pycairo/
>>>  }
>>> -FILES_${PN} += "${datadir}/include/pycairo/py3cairo.h"
>>> +FILES_${PN} += " \
>>> +    ${datadir}/include/pycairo/py3cairo.h \
>>> +    ${datadir}/lib/pkgconfig/py3cairo.pc \
>>> +"
>>> --
>>> 2.7.4
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 5831 bytes --]

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

end of thread, other threads:[~2018-03-05 13:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 12:52 [PATCH] python3-pycairo: update to 1.16.3 Derek Straka
2018-03-05 12:56 ` Burton, Ross
2018-03-05 12:59   ` Derek Straka
2018-03-05 13:28     ` Derek Straka

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.