All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-sip: update 4.7.9 -> 4.8.2
@ 2009-08-10  7:42 Manuel Pietschmann
  2009-08-16 14:11 ` Rolf Leggewie
  0 siblings, 1 reply; 8+ messages in thread
From: Manuel Pietschmann @ 2009-08-10  7:42 UTC (permalink / raw)
  To: openembedded-devel

diff --git a/conf/checksums.ini b/conf/checksums.ini
index dd18af3..11ccb29 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -28538,3 +28538,7 @@
sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
 md5=5f7b88ebb2bcd7e8044328482d079661
 sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af

+[http://www.riverbankcomputing.com/static/Downloads/sip4/sip-4.8.2.tar.gz]
+md5=7ae60712aa6b4095a8cdab11b437f8f0
+sha256=2ebb29deb2bbcdb99f47866e59deea7c6d98be0c835547b043eefd151516d9a9
+
diff --git a/recipes/python/python-sip_4.7.9.bb
b/recipes/python/python-sip_4.7.9.bb
deleted file mode 100644
index db88ba9..0000000
--- a/recipes/python/python-sip_4.7.9.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-sip.inc
-PR = "ml0"
diff --git a/recipes/python/python-sip_4.8.2.bb
b/recipes/python/python-sip_4.8.2.bb
new file mode 100644
index 0000000..db88ba9
--- /dev/null
+++ b/recipes/python/python-sip_4.8.2.bb
@@ -0,0 +1,2 @@
+require python-sip.inc
+PR = "ml0"
-- 
1.5.6.3



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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-10  7:42 [PATCH] python-sip: update 4.7.9 -> 4.8.2 Manuel Pietschmann
@ 2009-08-16 14:11 ` Rolf Leggewie
  2009-08-16 14:28   ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Rolf Leggewie @ 2009-08-16 14:11 UTC (permalink / raw)
  To: openembedded-devel

Hi,

your commit 68233bb284d82040087b7d265ad3ad93c0cab475 broke "bitbake
python-pyqt" and possibly others.  See bug 5297.  Please fix or revert.

Regards

Rolf




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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-16 14:11 ` Rolf Leggewie
@ 2009-08-16 14:28   ` Koen Kooi
  2009-08-16 15:27     ` Rolf Leggewie
  0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2009-08-16 14:28 UTC (permalink / raw)
  To: openembedded-devel

On 16-08-09 16:11, Rolf Leggewie wrote:
> Hi,
>
> your commit 68233bb284d82040087b7d265ad3ad93c0cab475 broke "bitbake
> python-pyqt" and possibly others.  See bug 5297.  Please fix or revert.

That's not his commit if you had bothered to check:

http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=68233bb284d82040087b7d265ad3ad93c0cab475

author: Manuel Pietschmann <manuel.pietschmann@googlemail.com>	
committer: Khem Raj <raj.khem@gmail.com>




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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-16 14:28   ` Koen Kooi
@ 2009-08-16 15:27     ` Rolf Leggewie
  2009-08-16 16:02       ` Graeme Gregory
  0 siblings, 1 reply; 8+ messages in thread
From: Rolf Leggewie @ 2009-08-16 15:27 UTC (permalink / raw)
  To: openembedded-devel

Koen Kooi wrote:
> On 16-08-09 16:11, Rolf Leggewie wrote:
>> Hi,
>>
>> your commit 68233bb284d82040087b7d265ad3ad93c0cab475 broke "bitbake
>> python-pyqt" and possibly others.  See bug 5297.  Please fix or revert.
> 
> That's not his commit if you had bothered to check:

Koen, if you had bothered to check instead of simply assuming, you'd
know that I'm well aware of who did what.  And that I contacted all the
appropriate people.

So, just be quiet.




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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-16 15:27     ` Rolf Leggewie
@ 2009-08-16 16:02       ` Graeme Gregory
  2009-08-17  5:21         ` Manuel Pietschmann
  0 siblings, 1 reply; 8+ messages in thread
From: Graeme Gregory @ 2009-08-16 16:02 UTC (permalink / raw)
  To: openembedded-devel

Rolf Leggewie wrote:
> Koen Kooi wrote:
>   
>> On 16-08-09 16:11, Rolf Leggewie wrote:
>>     
>>> Hi,
>>>
>>> your commit 68233bb284d82040087b7d265ad3ad93c0cab475 broke "bitbake
>>> python-pyqt" and possibly others.  See bug 5297.  Please fix or revert.
>>>       
>> That's not his commit if you had bothered to check:
>>     
>
> Koen, if you had bothered to check instead of simply assuming, you'd
> know that I'm well aware of who did what.  And that I contacted all the
> appropriate people.
>
> So, just be quiet.
>
>   
You might have addressed it better though, I was left wondering why I 
would have broken python :-)

Graeme




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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-16 16:02       ` Graeme Gregory
@ 2009-08-17  5:21         ` Manuel Pietschmann
  2009-08-17 12:40           ` Rolf Leggewie
  0 siblings, 1 reply; 8+ messages in thread
From: Manuel Pietschmann @ 2009-08-17  5:21 UTC (permalink / raw)
  To: openembedded-devel

On Sun, 16 Aug 2009 17:02:49 +0100
Graeme Gregory <dp@xora.org.uk> wrote:

> Rolf Leggewie wrote:
> > Koen Kooi wrote:
> >   
> >> On 16-08-09 16:11, Rolf Leggewie wrote:
> >>     
> >>> Hi,
> >>>
> >>> your commit 68233bb284d82040087b7d265ad3ad93c0cab475 broke "bitbake
> >>> python-pyqt" and possibly others.  See bug 5297.  Please fix or revert.
> >>>       
> >> That's not his commit if you had bothered to check:
> >>     
> >
> > Koen, if you had bothered to check instead of simply assuming, you'd
> > know that I'm well aware of who did what.  And that I contacted all the
> > appropriate people.
> >
> > So, just be quiet.
> >
> >   
> You might have addressed it better though, I was left wondering why I 
> would have broken python :-)
> 
> Graeme
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

i think moving python-pyqt from 4.4.3 to 4.5.4 will get it working again.

revert the python-sip patch wont work because the SRC_URI no longer exists (just the latest release is online)

so there are two options:
  1) revert python-sip to previous version and other SRC_URI
  2) fix python-pyqt to latest version, this seems to be more complex then you look into the bb-file

Manuel




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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-17  5:21         ` Manuel Pietschmann
@ 2009-08-17 12:40           ` Rolf Leggewie
  2009-08-17 16:46             ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Rolf Leggewie @ 2009-08-17 12:40 UTC (permalink / raw)
  To: openembedded-devel

Manuel Pietschmann wrote:
> i think moving python-pyqt from 4.4.3 to 4.5.4 will get it working again.

I agree that is likely.  Please test.




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

* Re: [PATCH] python-sip: update 4.7.9 -> 4.8.2
  2009-08-17 12:40           ` Rolf Leggewie
@ 2009-08-17 16:46             ` Khem Raj
  0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2009-08-17 16:46 UTC (permalink / raw)
  To: openembedded-devel

On (17/08/09 14:40), Rolf Leggewie wrote:
> Manuel Pietschmann wrote:
> > i think moving python-pyqt from 4.4.3 to 4.5.4 will get it working again.
> 
> I agree that is likely.  Please test.

It will take some time I guess I gave it a try and it does not work out
of the box. Until then I have lowered priority of python-sip_4.8.2.bb

> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2009-08-17 17:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10  7:42 [PATCH] python-sip: update 4.7.9 -> 4.8.2 Manuel Pietschmann
2009-08-16 14:11 ` Rolf Leggewie
2009-08-16 14:28   ` Koen Kooi
2009-08-16 15:27     ` Rolf Leggewie
2009-08-16 16:02       ` Graeme Gregory
2009-08-17  5:21         ` Manuel Pietschmann
2009-08-17 12:40           ` Rolf Leggewie
2009-08-17 16:46             ` Khem Raj

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.