All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] here and there / some resend
@ 2015-06-25 12:35 Andreas Müller
  2015-06-25 12:35 ` [PATCH 1/7] libndp: initial add 1.5 Andreas Müller
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Andreas Müller @ 2015-06-25 12:35 UTC (permalink / raw)
  To: openembedded-devel

I saw that my last patches [1-3][5] did not make it into patchwork 
(german umlaut?) so I resend them as pull request:

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



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

end of thread, other threads:[~2015-07-15 20:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/7] here and there / some resend Martin Jansa

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.