All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] Dizzy pull request
@ 2015-03-27  3:26 Armin Kuster
  2015-03-27 11:25 ` Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Armin Kuster @ 2015-03-27  3:26 UTC (permalink / raw)
  To: openembedded-devel, otavio

Please consider this changes for meta-openembedded dizzy-next

The following changes since commit 853dcfa0d618dc26bd27b3a1b49494b98d6eee97:

  rsyslog: fix name of syslogd ua group (2015-03-03 21:13:17 +0100)

are available in the git repository at:

  https://github.com/akuster/meta-openembedded akuster/dizzy-next
  https://github.com//tree/akuster/dizzy-next

Andre McCurdy (1):
  log4c: fix undeclared dependency on expat

Andreas Müller (1):
  samba: add mirrors

Armin Kuster (4):
  wireshark: update to 1.12.3
  wireshark: fix rdepends issue
  wireshark: fix pcap-config issue
  wireshark: update to 12.4

Ash Charles (2):
  xfce4-xkb-plugin: Specify GPLv2 license
  xfce4-diskperf-plugin: Specify BSD license

Bian Naimeng (1):
  xbitmaps: fix build warning.

Dan McGregor (1):
  lxdm: RDEPEND on libsvg-gtk

Paul Eggleton (1):
  tmux: remove sed-native from DEPENDS

Philip Balister (4):
  python-pyqt: Update to 4.11.3.
  sip: Update to 4.14.2.
  anki: python-sip package replaces with just sip.
  sip: Split python into a new package for runtime support.

Sven Ebenfeld (2):
  claws-mail: Fix SRC_URI
  pxaregs: Add source file and fix SRC_URI

Zhenhua Luo (1):
  python-pip: add python-distribute in RDEPENDS

 .../{wireshark_1.12.2.bb => wireshark_1.12.4.bb}   |   19 +-
 meta-oe/recipes-connectivity/samba/samba.inc       |    9 +-
 .../python/python-pyqt-4.9.6/pyqt-generated.patch  |   12 -
 .../python-pyqt-4.9.6/qreal_float_support.diff     |  248 ---
 .../recipes-devtools/python/python-pyqt_4.11.3.bb  |   54 +
 .../recipes-devtools/python/python-pyqt_4.9.6.bb   |  103 -
 .../recipes-devtools/python/python-sip_4.14.2.bb   |   46 -
 meta-oe/recipes-extended/anki/anki_0.4.3.bb        |    2 +-
 meta-oe/recipes-extended/sip/sip-native_4.14.2.bb  |   35 -
 meta-oe/recipes-extended/sip/sip_4.16.4.bb         |   52 +
 meta-oe/recipes-extended/tmux/tmux_1.6.bb          |    2 +-
 meta-oe/recipes-graphics/lxdm/lxdm_git.bb          |    2 +-
 .../recipes-graphics/xorg-data/xbitmaps_1.1.1.bb   |    1 +
 .../recipes-sato/claws-mail/claws-mail_3.9.0.bb    |    2 +-
 .../log4c/log4c/fix_configure_with-expat.patch     |   21 +
 meta-oe/recipes-support/log4c/log4c_1.2.4.bb       |   13 +-
 .../recipes-support/pxaregs/pxaregs-1.14/pxaregs.c | 1975 ++++++++++++++++++++
 meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb    |    4 +-
 .../recipes-devtools/python/python-pip_1.3.1.bb    |    2 +-
 .../diskperf/xfce4-diskperf-plugin_2.5.4.bb        |    2 +-
 .../xkb/xfce4-xkb-plugin_0.7.0.bb                  |    2 +-
 21 files changed, 2140 insertions(+), 466 deletions(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_1.12.2.bb => wireshark_1.12.4.bb} (63%)
 delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch
 delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.9.6/qreal_float_support.diff
 create mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb
 delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb
 delete mode 100644 meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
 delete mode 100644 meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
 create mode 100644 meta-oe/recipes-extended/sip/sip_4.16.4.bb
 create mode 100644 meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
 create mode 100644 meta-oe/recipes-support/pxaregs/pxaregs-1.14/pxaregs.c

-- 
1.9.1



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

* Re: [PATCH 00/18] Dizzy pull request
  2015-03-27  3:26 [PATCH 00/18] Dizzy pull request Armin Kuster
@ 2015-03-27 11:25 ` Otavio Salvador
  2015-03-29 22:57   ` Martin Jansa
  2015-03-30 20:37 ` Hugo Vasconcelos Saldanha
  2015-03-31 20:36 ` Philip Balister
  2 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2015-03-27 11:25 UTC (permalink / raw)
  To: Armin Kuster; +Cc: OpenEmbedded Devel List

Hello Armin,

On Fri, Mar 27, 2015 at 12:26 AM, Armin Kuster <akuster808@gmail.com> wrote:
> Please consider this changes for meta-openembedded dizzy-next
>
> The following changes since commit 853dcfa0d618dc26bd27b3a1b49494b98d6eee97:
>
>   rsyslog: fix name of syslogd ua group (2015-03-03 21:13:17 +0100)
>
> are available in the git repository at:
>
>   https://github.com/akuster/meta-openembedded akuster/dizzy-next
>   https://github.com//tree/akuster/dizzy-next
>
> Andre McCurdy (1):
>   log4c: fix undeclared dependency on expat
>
> Andreas Müller (1):
>   samba: add mirrors
>
> Armin Kuster (4):
>   wireshark: update to 1.12.3
>   wireshark: fix rdepends issue
>   wireshark: fix pcap-config issue
>   wireshark: update to 12.4
>
> Ash Charles (2):
>   xfce4-xkb-plugin: Specify GPLv2 license
>   xfce4-diskperf-plugin: Specify BSD license
>
> Bian Naimeng (1):
>   xbitmaps: fix build warning.
>
> Dan McGregor (1):
>   lxdm: RDEPEND on libsvg-gtk
>
> Paul Eggleton (1):
>   tmux: remove sed-native from DEPENDS
>
> Philip Balister (4):
>   python-pyqt: Update to 4.11.3.
>   sip: Update to 4.14.2.
>   anki: python-sip package replaces with just sip.
>   sip: Split python into a new package for runtime support.
>
> Sven Ebenfeld (2):
>   claws-mail: Fix SRC_URI
>   pxaregs: Add source file and fix SRC_URI
>
> Zhenhua Luo (1):
>   python-pip: add python-distribute in RDEPENDS

Alright. All seem sensible for be.

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH 00/18] Dizzy pull request
  2015-03-27 11:25 ` Otavio Salvador
@ 2015-03-29 22:57   ` Martin Jansa
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2015-03-29 22:57 UTC (permalink / raw)
  To: openembedded-devel, Khem Raj, Michael Halstead

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

On Fri, Mar 27, 2015 at 08:25:50AM -0300, Otavio Salvador wrote:
> Hello Armin,
> 
> On Fri, Mar 27, 2015 at 12:26 AM, Armin Kuster <akuster808@gmail.com> wrote:
> > Please consider this changes for meta-openembedded dizzy-next
> >
> > The following changes since commit 853dcfa0d618dc26bd27b3a1b49494b98d6eee97:
> >
> >   rsyslog: fix name of syslogd ua group (2015-03-03 21:13:17 +0100)
> >
> > are available in the git repository at:
> >
> >   https://github.com/akuster/meta-openembedded akuster/dizzy-next
> >   https://github.com//tree/akuster/dizzy-next
> >
> > Andre McCurdy (1):
> >   log4c: fix undeclared dependency on expat
> >
> > Andreas Müller (1):
> >   samba: add mirrors
> >
> > Armin Kuster (4):
> >   wireshark: update to 1.12.3
> >   wireshark: fix rdepends issue
> >   wireshark: fix pcap-config issue
> >   wireshark: update to 12.4
> >
> > Ash Charles (2):
> >   xfce4-xkb-plugin: Specify GPLv2 license
> >   xfce4-diskperf-plugin: Specify BSD license
> >
> > Bian Naimeng (1):
> >   xbitmaps: fix build warning.
> >
> > Dan McGregor (1):
> >   lxdm: RDEPEND on libsvg-gtk
> >
> > Paul Eggleton (1):
> >   tmux: remove sed-native from DEPENDS
> >
> > Philip Balister (4):
> >   python-pyqt: Update to 4.11.3.
> >   sip: Update to 4.14.2.
> >   anki: python-sip package replaces with just sip.
> >   sip: Split python into a new package for runtime support.
> >
> > Sven Ebenfeld (2):
> >   claws-mail: Fix SRC_URI
> >   pxaregs: Add source file and fix SRC_URI
> >
> > Zhenhua Luo (1):
> >   python-pip: add python-distribute in RDEPENDS
> 
> Alright. All seem sensible for be.
> 
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>

It looks like someone changed permissions on git server:

remote: + refs/heads/dizzy-next meta-openembedded martin_jansa DENIED by fallthru
remote: error: hook declined to update refs/heads/dizzy-next
To git@git.openembedded.org:meta-openembedded
 ! [remote rejected] dizzy-next -> dizzy-next (hook declined)
error: failed to push some refs to 'git@git.openembedded.org:meta-openembedded'

Khem, Michael: any idea?
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [PATCH 00/18] Dizzy pull request
  2015-03-27  3:26 [PATCH 00/18] Dizzy pull request Armin Kuster
  2015-03-27 11:25 ` Otavio Salvador
@ 2015-03-30 20:37 ` Hugo Vasconcelos Saldanha
  2015-03-31 19:49   ` akuster808
  2015-03-31 20:36 ` Philip Balister
  2 siblings, 1 reply; 7+ messages in thread
From: Hugo Vasconcelos Saldanha @ 2015-03-30 20:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: otavio

Hi,

On Fri, Mar 27, 2015 at 12:26:59AM -0300, Armin Kuster wrote:
> Please consider this changes for meta-openembedded dizzy-next

It would be great if commit c5398fc0fe246e4828c9e950f779f437266bfaa1
gets added do dizzy also.

Thanks!


-- 
		Hugo



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

* Re: [PATCH 00/18] Dizzy pull request
  2015-03-30 20:37 ` Hugo Vasconcelos Saldanha
@ 2015-03-31 19:49   ` akuster808
  0 siblings, 0 replies; 7+ messages in thread
From: akuster808 @ 2015-03-31 19:49 UTC (permalink / raw)
  To: openembedded-devel

Hugo,

I will look into that.

thanks.
armin

On 03/30/2015 01:37 PM, Hugo Vasconcelos Saldanha wrote:
> Hi,
>
> On Fri, Mar 27, 2015 at 12:26:59AM -0300, Armin Kuster wrote:
>> Please consider this changes for meta-openembedded dizzy-next
>
> It would be great if commit c5398fc0fe246e4828c9e950f779f437266bfaa1
> gets added do dizzy also.
>
> Thanks!
>
>


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

* Re: [PATCH 00/18] Dizzy pull request
  2015-03-27  3:26 [PATCH 00/18] Dizzy pull request Armin Kuster
  2015-03-27 11:25 ` Otavio Salvador
  2015-03-30 20:37 ` Hugo Vasconcelos Saldanha
@ 2015-03-31 20:36 ` Philip Balister
  2015-04-01  0:55   ` akuster808
  2 siblings, 1 reply; 7+ messages in thread
From: Philip Balister @ 2015-03-31 20:36 UTC (permalink / raw)
  To: openembedded-devel, otavio

Did you skip the last commit in this branch for a reason?

https://github.com/balister/meta-oe/commits/pyqt-dizzy

Philip

On 03/26/2015 08:26 PM, Armin Kuster wrote:
> Please consider this changes for meta-openembedded dizzy-next
> 
> The following changes since commit 853dcfa0d618dc26bd27b3a1b49494b98d6eee97:
> 
>   rsyslog: fix name of syslogd ua group (2015-03-03 21:13:17 +0100)
> 
> are available in the git repository at:
> 
>   https://github.com/akuster/meta-openembedded akuster/dizzy-next
>   https://github.com//tree/akuster/dizzy-next
> 
> Andre McCurdy (1):
>   log4c: fix undeclared dependency on expat
> 
> Andreas Müller (1):
>   samba: add mirrors
> 
> Armin Kuster (4):
>   wireshark: update to 1.12.3
>   wireshark: fix rdepends issue
>   wireshark: fix pcap-config issue
>   wireshark: update to 12.4
> 
> Ash Charles (2):
>   xfce4-xkb-plugin: Specify GPLv2 license
>   xfce4-diskperf-plugin: Specify BSD license
> 
> Bian Naimeng (1):
>   xbitmaps: fix build warning.
> 
> Dan McGregor (1):
>   lxdm: RDEPEND on libsvg-gtk
> 
> Paul Eggleton (1):
>   tmux: remove sed-native from DEPENDS
> 
> Philip Balister (4):
>   python-pyqt: Update to 4.11.3.
>   sip: Update to 4.14.2.
>   anki: python-sip package replaces with just sip.
>   sip: Split python into a new package for runtime support.
> 
> Sven Ebenfeld (2):
>   claws-mail: Fix SRC_URI
>   pxaregs: Add source file and fix SRC_URI
> 
> Zhenhua Luo (1):
>   python-pip: add python-distribute in RDEPENDS
> 
>  .../{wireshark_1.12.2.bb => wireshark_1.12.4.bb}   |   19 +-
>  meta-oe/recipes-connectivity/samba/samba.inc       |    9 +-
>  .../python/python-pyqt-4.9.6/pyqt-generated.patch  |   12 -
>  .../python-pyqt-4.9.6/qreal_float_support.diff     |  248 ---
>  .../recipes-devtools/python/python-pyqt_4.11.3.bb  |   54 +
>  .../recipes-devtools/python/python-pyqt_4.9.6.bb   |  103 -
>  .../recipes-devtools/python/python-sip_4.14.2.bb   |   46 -
>  meta-oe/recipes-extended/anki/anki_0.4.3.bb        |    2 +-
>  meta-oe/recipes-extended/sip/sip-native_4.14.2.bb  |   35 -
>  meta-oe/recipes-extended/sip/sip_4.16.4.bb         |   52 +
>  meta-oe/recipes-extended/tmux/tmux_1.6.bb          |    2 +-
>  meta-oe/recipes-graphics/lxdm/lxdm_git.bb          |    2 +-
>  .../recipes-graphics/xorg-data/xbitmaps_1.1.1.bb   |    1 +
>  .../recipes-sato/claws-mail/claws-mail_3.9.0.bb    |    2 +-
>  .../log4c/log4c/fix_configure_with-expat.patch     |   21 +
>  meta-oe/recipes-support/log4c/log4c_1.2.4.bb       |   13 +-
>  .../recipes-support/pxaregs/pxaregs-1.14/pxaregs.c | 1975 ++++++++++++++++++++
>  meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb    |    4 +-
>  .../recipes-devtools/python/python-pip_1.3.1.bb    |    2 +-
>  .../diskperf/xfce4-diskperf-plugin_2.5.4.bb        |    2 +-
>  .../xkb/xfce4-xkb-plugin_0.7.0.bb                  |    2 +-
>  21 files changed, 2140 insertions(+), 466 deletions(-)
>  rename meta-networking/recipes-support/wireshark/{wireshark_1.12.2.bb => wireshark_1.12.4.bb} (63%)
>  delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch
>  delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.9.6/qreal_float_support.diff
>  create mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb
>  delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb
>  delete mode 100644 meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
>  delete mode 100644 meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
>  create mode 100644 meta-oe/recipes-extended/sip/sip_4.16.4.bb
>  create mode 100644 meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
>  create mode 100644 meta-oe/recipes-support/pxaregs/pxaregs-1.14/pxaregs.c
> 


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

* Re: [PATCH 00/18] Dizzy pull request
  2015-03-31 20:36 ` Philip Balister
@ 2015-04-01  0:55   ` akuster808
  0 siblings, 0 replies; 7+ messages in thread
From: akuster808 @ 2015-04-01  0:55 UTC (permalink / raw)
  To: openembedded-devel, otavio



On 03/31/2015 01:36 PM, Philip Balister wrote:
> Did you skip the last commit in this branch for a reason?

I did, didn't I.  what the ...

I need to redo the request anyway. will get the missing commit.

- armin

>
> https://github.com/balister/meta-oe/commits/pyqt-dizzy
>
> Philip
>
> On 03/26/2015 08:26 PM, Armin Kuster wrote:
>> Please consider this changes for meta-openembedded dizzy-next
>>
>> The following changes since commit 853dcfa0d618dc26bd27b3a1b49494b98d6eee97:
>>
>>    rsyslog: fix name of syslogd ua group (2015-03-03 21:13:17 +0100)
>>
>> are available in the git repository at:
>>
>>    https://github.com/akuster/meta-openembedded akuster/dizzy-next
>>    https://github.com//tree/akuster/dizzy-next
>>
>> Andre McCurdy (1):
>>    log4c: fix undeclared dependency on expat
>>
>> Andreas Müller (1):
>>    samba: add mirrors
>>
>> Armin Kuster (4):
>>    wireshark: update to 1.12.3
>>    wireshark: fix rdepends issue
>>    wireshark: fix pcap-config issue
>>    wireshark: update to 12.4
>>
>> Ash Charles (2):
>>    xfce4-xkb-plugin: Specify GPLv2 license
>>    xfce4-diskperf-plugin: Specify BSD license
>>
>> Bian Naimeng (1):
>>    xbitmaps: fix build warning.
>>
>> Dan McGregor (1):
>>    lxdm: RDEPEND on libsvg-gtk
>>
>> Paul Eggleton (1):
>>    tmux: remove sed-native from DEPENDS
>>
>> Philip Balister (4):
>>    python-pyqt: Update to 4.11.3.
>>    sip: Update to 4.14.2.
>>    anki: python-sip package replaces with just sip.
>>    sip: Split python into a new package for runtime support.
>>
>> Sven Ebenfeld (2):
>>    claws-mail: Fix SRC_URI
>>    pxaregs: Add source file and fix SRC_URI
>>
>> Zhenhua Luo (1):
>>    python-pip: add python-distribute in RDEPENDS
>>
>>   .../{wireshark_1.12.2.bb => wireshark_1.12.4.bb}   |   19 +-
>>   meta-oe/recipes-connectivity/samba/samba.inc       |    9 +-
>>   .../python/python-pyqt-4.9.6/pyqt-generated.patch  |   12 -
>>   .../python-pyqt-4.9.6/qreal_float_support.diff     |  248 ---
>>   .../recipes-devtools/python/python-pyqt_4.11.3.bb  |   54 +
>>   .../recipes-devtools/python/python-pyqt_4.9.6.bb   |  103 -
>>   .../recipes-devtools/python/python-sip_4.14.2.bb   |   46 -
>>   meta-oe/recipes-extended/anki/anki_0.4.3.bb        |    2 +-
>>   meta-oe/recipes-extended/sip/sip-native_4.14.2.bb  |   35 -
>>   meta-oe/recipes-extended/sip/sip_4.16.4.bb         |   52 +
>>   meta-oe/recipes-extended/tmux/tmux_1.6.bb          |    2 +-
>>   meta-oe/recipes-graphics/lxdm/lxdm_git.bb          |    2 +-
>>   .../recipes-graphics/xorg-data/xbitmaps_1.1.1.bb   |    1 +
>>   .../recipes-sato/claws-mail/claws-mail_3.9.0.bb    |    2 +-
>>   .../log4c/log4c/fix_configure_with-expat.patch     |   21 +
>>   meta-oe/recipes-support/log4c/log4c_1.2.4.bb       |   13 +-
>>   .../recipes-support/pxaregs/pxaregs-1.14/pxaregs.c | 1975 ++++++++++++++++++++
>>   meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb    |    4 +-
>>   .../recipes-devtools/python/python-pip_1.3.1.bb    |    2 +-
>>   .../diskperf/xfce4-diskperf-plugin_2.5.4.bb        |    2 +-
>>   .../xkb/xfce4-xkb-plugin_0.7.0.bb                  |    2 +-
>>   21 files changed, 2140 insertions(+), 466 deletions(-)
>>   rename meta-networking/recipes-support/wireshark/{wireshark_1.12.2.bb => wireshark_1.12.4.bb} (63%)
>>   delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.9.6/pyqt-generated.patch
>>   delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.9.6/qreal_float_support.diff
>>   create mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.11.3.bb
>>   delete mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb
>>   delete mode 100644 meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
>>   delete mode 100644 meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
>>   create mode 100644 meta-oe/recipes-extended/sip/sip_4.16.4.bb
>>   create mode 100644 meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
>>   create mode 100644 meta-oe/recipes-support/pxaregs/pxaregs-1.14/pxaregs.c
>>


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

end of thread, other threads:[~2015-04-01  0:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27  3:26 [PATCH 00/18] Dizzy pull request Armin Kuster
2015-03-27 11:25 ` Otavio Salvador
2015-03-29 22:57   ` Martin Jansa
2015-03-30 20:37 ` Hugo Vasconcelos Saldanha
2015-03-31 19:49   ` akuster808
2015-03-31 20:36 ` Philip Balister
2015-04-01  0:55   ` akuster808

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.