All of lore.kernel.org
 help / color / mirror / Atom feed
From: <jackie.huang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages
Date: Tue, 22 Nov 2016 15:30:45 +0800	[thread overview]
Message-ID: <cover.1479795970.git.jackie.huang@windriver.com> (raw)

From: Jackie Huang <jackie.huang@windriver.com>

--
The following changes since commit 7f8915a6ecdd5c4b03c7e5b5f1fa903f89c2d560:

  wireshark: install missing header files (2016-11-14 13:01:33 -0500)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib.git jhuang0/d_xfce-x11_161122_0
  http://git.pokylinux.org/cgit.cgi//log/?h=jhuang0/d_xfce-x11_161122_0

Jackie Huang (27):
  gtkmm: add x11 to REQUIRED_DISTRO_FEATURES
  pavucontrol: add x11 to REQUIRED_DISTRO_FEATURES
  libunique: add x11 to REQUIRED_DISTRO_FEATURES
  dconf: add x11 to REQUIRED_DISTRO_FEATURES
  evince: add x11 to REQUIRED_DISTRO_FEATURES
  gnome-disk-utility: add x11 to REQUIRED_DISTRO_FEATURES
  gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURES
  libwnck: add x11 to REQUIRED_DISTRO_FEATURES
  libxklavier: add x11 to REQUIRED_DISTRO_FEATURES
  packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES
  xfce4-pulseaudio-plugin: add x11 to REQUIRED_DISTRO_FEATURES
  thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
  xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
  xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
  exo: add x11 to REQUIRED_DISTRO_FEATURES
  garcon: add x11 to REQUIRED_DISTRO_FEATURES
  gtk-xfce-engine: add x11 to REQUIRED_DISTRO_FEATURES
  libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURES
  thunar: add x11 to REQUIRED_DISTRO_FEATURES
  thunar-volman: add x11 to REQUIRED_DISTRO_FEATURES
  xfce4-appfinder: add x11 to REQUIRED_DISTRO_FEATURES
  xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURES
  xfce4-power-manager: add x11 to REQUIRED_DISTRO_FEATURES
  xfce4-session: add x11 to REQUIRED_DISTRO_FEATURES
  xfce4-settings: add x11 to REQUIRED_DISTRO_FEATURES
  xfdesktop: add x11 to REQUIRED_DISTRO_FEATURES
  xfwm4: add x11 to REQUIRED_DISTRO_FEATURES

 meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb                       | 4 +++-
 meta-gnome/recipes-gnome/evince/evince_3.18.2.bb                     | 4 +++-
 .../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb    | 5 ++++-
 meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb      | 4 +++-
 meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb                   | 4 +++-
 meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb              | 5 ++++-
 meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb                           | 4 +++-
 meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb                   | 4 +++-
 meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb             | 4 +++-
 meta-xfce/classes/thunar-plugin.bbclass                              | 4 +++-
 meta-xfce/classes/xfce-app.bbclass                                   | 4 +++-
 meta-xfce/classes/xfce-panel-plugin.bbclass                          | 4 +++-
 .../pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb                      | 2 +-
 meta-xfce/recipes-xfce/exo/exo_0.11.1.bb                             | 5 ++++-
 meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb                        | 4 +++-
 meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb      | 4 +++-
 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb               | 4 +++-
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb       | 4 +++-
 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb          | 4 +++-
 meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb                       | 4 +++-
 meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb     | 4 +++-
 meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb             | 4 +++-
 .../recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb    | 4 +++-
 meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb         | 4 +++-
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb          | 4 +++-
 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb                 | 4 +++-
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb                         | 4 +++-
 27 files changed, 82 insertions(+), 27 deletions(-)

-- 
2.8.3



             reply	other threads:[~2016-11-22  7:32 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22  7:30 jackie.huang [this message]
2016-11-22  7:30 ` [meta-oe][PATCH 01/27] gtkmm: add x11 to REQUIRED_DISTRO_FEATURES jackie.huang
2016-11-22  7:30 ` [meta-oe][PATCH 02/27] pavucontrol: " jackie.huang
2016-11-22  7:30 ` [meta-oe][PATCH 03/27] libunique: " jackie.huang
2016-11-22  7:30 ` [meta-gnome][PATCH 04/27] dconf: " jackie.huang
2016-11-22  7:30 ` [meta-gnome][PATCH 05/27] evince: " jackie.huang
2016-11-22  7:30 ` [meta-gnome][PATCH 06/27] gnome-disk-utility: " jackie.huang
2016-11-22  7:30 ` [meta-gnome][PATCH 07/27] gtksourceview2: " jackie.huang
2016-11-22  7:30 ` [meta-gnome][PATCH 08/27] libwnck: " jackie.huang
2016-11-22  7:30 ` [meta-gnome][PATCH 09/27] libxklavier: " jackie.huang
2016-11-22  7:30 ` [meta-xfce][PATCH 10/27] packagegroup-xfce-base: " jackie.huang
2016-11-22  7:30 ` [meta-xfce][PATCH 11/27] xfce4-pulseaudio-plugin: " jackie.huang
2016-11-22  7:30 ` [meta-xfce][PATCH 12/27] thunar-plugin.bbclass: " jackie.huang
2016-11-22  7:30 ` [meta-xfce][PATCH 13/27] xfce-panel-plugin.bbclass: " jackie.huang
2016-11-22  7:30 ` [meta-xfce][PATCH 14/27] xfce-app.bbclass: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 15/27] exo: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 16/27] garcon: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 17/27] gtk-xfce-engine: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 18/27] libxfce4ui: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 19/27] thunar: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 20/27] thunar-volman: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 21/27] xfce4-appfinder: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 22/27] xfce4-panel: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 23/27] xfce4-power-manager: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 24/27] xfce4-session: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 25/27] xfce4-settings: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 26/27] xfdesktop: " jackie.huang
2016-11-22  7:31 ` [meta-xfce][PATCH 27/27] xfwm4: " jackie.huang

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=cover.1479795970.git.jackie.huang@windriver.com \
    --to=jackie.huang@windriver.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.