All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 0/7] here and there / some resend
Date: Thu, 25 Jun 2015 16:40:16 +0200	[thread overview]
Message-ID: <20150625144016.GC2394@jama> (raw)
In-Reply-To: <1435235754-7339-1-git-send-email-schnitzeltony@googlemail.com>

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

On Thu, Jun 25, 2015 at 02:35:47PM +0200, Andreas Müller wrote:
> I saw that my last patches [1-3][5] did not make it into patchwork 
> (german umlaut?) so I resend them as pull request:

All these were marked as spam by my gmail account, so I believe this was
another example of
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7657

I'll apply these manually, thanks.

> The following changes since commit 34dcefb1bfbbac33a771b4b68748e0d9d877365e:
> 
>   lvm2: add systemd support (2015-06-23 12:43:12 +0200)
> 
> are available in the git repository at:
> 
>   https://github.com/schnitzeltony/meta-openembedded.git patches
> 
> for you to fetch changes up to 4f22e684e6950301816602fe17b4d06bc0a08078:
> 
>   gnome-settings-daemon: fix PACKAGECONFIG (2015-06-25 14:20:59 +0200)
> 
> ----------------------------------------------------------------
> Andreas Müller (7):
>       libndp: initial add 1.5
>       networkmanager: update to 1.0.2
>       network-manager-applet: update to 1.0.2
>       libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packages
>       xfce4-session: ensure ip for machine is found by adding to hosts
>       xfdesktop: fix settings for monitors containing white spaces
>       gnome-settings-daemon: fix PACKAGECONFIG
> 
>  ...ort-for-AP-mode-setting-for-wifi-sharing.patch => 0001-Add-support-for-AP-mode-setting-for-wifi-sharing.patch} |   0
>  .../network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch                  |  41 -----------------
>  ...twork-sharing-if-device-supports-it.patch => 0002-Use-AP-mode-for-network-sharing-if-device-supports-it.patch} |   2 +-
>  .../network-manager-applet/{network-manager-applet_0.9.8.10.bb => network-manager-applet_1.0.2.bb}                |  16 +++----
>  meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb                                    |   2 +-
>  meta-oe/recipes-connectivity/libndp/libndp_1.5.bb                                                                 |  10 +++++
>  .../networkmanager/networkmanager/0001-configure.ac-Check-only-for-libsystemd-not-libsystem.patch                 |  30 -------------
>  meta-oe/recipes-connectivity/networkmanager/{networkmanager_0.9.8.10.bb => networkmanager_1.0.2.bb}               |  41 ++++-------------
>  meta-xfce/recipes-xfce/libxfce4ui/files/0002-configure.ac-remove-optional-gtk3-support.patch                      |  37 ----------------
>  meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb                                                            |   7 ++-
>  meta-xfce/recipes-xfce/xfce4-session/machine-host.bb                                                              |  17 ++++++++
>  meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb                                                      |   2 +
>  meta-xfce/recipes-xfce/xfdesktop/files/0001-Remove-whitespaces-from-monitor-name-when-accessing-.patch            | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.2.bb                                                              |   1 +
>  14 files changed, 188 insertions(+), 156 deletions(-)
>  rename meta-gnome/recipes-connectivity/network-manager-applet/files/{0002-Add-support-for-AP-mode-setting-for-wifi-sharing.patch => 0001-Add-support-for-AP-mode-setting-for-wifi-sharing.patch} (100%)
>  delete mode 100644 meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch
>  rename meta-gnome/recipes-connectivity/network-manager-applet/files/{0003-Use-AP-mode-for-network-sharing-if-device-supports-it.patch => 0002-Use-AP-mode-for-network-sharing-if-device-supports-it.patch} (97%)
>  rename meta-gnome/recipes-connectivity/network-manager-applet/{network-manager-applet_0.9.8.10.bb => network-manager-applet_1.0.2.bb} (67%)
>  create mode 100644 meta-oe/recipes-connectivity/libndp/libndp_1.5.bb
>  delete mode 100644 meta-oe/recipes-connectivity/networkmanager/networkmanager/0001-configure.ac-Check-only-for-libsystemd-not-libsystem.patch
>  rename meta-oe/recipes-connectivity/networkmanager/{networkmanager_0.9.8.10.bb => networkmanager_1.0.2.bb} (59%)
>  delete mode 100644 meta-xfce/recipes-xfce/libxfce4ui/files/0002-configure.ac-remove-optional-gtk3-support.patch
>  create mode 100644 meta-xfce/recipes-xfce/xfce4-session/machine-host.bb
>  create mode 100644 meta-xfce/recipes-xfce/xfdesktop/files/0001-Remove-whitespaces-from-monitor-name-when-accessing-.patch
> 
> -- 
> 1.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

      parent reply	other threads:[~2015-06-25 14:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 12:35 [PATCH 0/7] here and there / some resend Andreas Müller
2015-06-25 12:35 ` [PATCH 1/7] libndp: initial add 1.5 Andreas Müller
2015-06-25 12:35 ` [PATCH 2/7] networkmanager: update to 1.0.2 Andreas Müller
2015-06-29 12:50   ` Martin Jansa
2015-07-02 16:23     ` Andreas Müller
2015-07-15 20:40     ` Andreas Müller
2015-06-25 12:35 ` [PATCH 3/7] network-manager-applet: " Andreas Müller
2015-06-25 12:35 ` [PATCH 4/7] libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packages Andreas Müller
2015-06-25 12:35 ` [PATCH 5/7] xfce4-session: ensure ip for machine is found by adding to hosts Andreas Müller
2015-06-25 12:35 ` [PATCH 6/7] xfdesktop: fix settings for monitors containing white spaces Andreas Müller
2015-06-25 12:35 ` [PATCH 7/7] gnome-settings-daemon: fix PACKAGECONFIG Andreas Müller
2015-06-25 14:40 ` Martin Jansa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150625144016.GC2394@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.