All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/22] Jethro-next pull request 2016-2
@ 2016-01-10  0:59 Armin Kuster
  2016-01-10  0:59 ` [PATCH 01/22] edac-utils: add patches for initscript Armin Kuster
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Armin Kuster @ 2016-01-10  0:59 UTC (permalink / raw)
  To: openembedded-devel

Please consider these changes for Jethro-next

The following changes since commit 26eefaedfe82512b1db57c6fb8ca7bd1a6bc97d4:

  tcpdump: add PACKAGECONFIG for libcap-ng (2015-12-30 13:06:00 +0100)

are available in the git repository at:

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

Andre McCurdy (4):
  mpg123: add textrel to INSANE_SKIP
  opencv: sort PACKAGECONFIG options
  opencv: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5
  opencv: support machines based on oe-core tune-corei7.inc

Andrea Adami (1):
  kexec-tools-klibc: add explicit SRC_URI

Armin Kuster (3):
  gnome-desktop: Fix QA issue
  fltk: fix build issue.
  fltk: Fix license warning

Chris Patterson (3):
  strongswan: add additional PACKAGECONFIG flags
  strongswan: add configure patch fix for systemd
  strongswan: install strongswan-swanctl systemd service by default.

Jagadeesh Krishnanjanappa (1):
  iscsitarget: resolve build error if CONFIG_IPV6 config is not enabled

Jens Rehsack (1):
  samba: fix typo distinguishing between plain sysv init and lsb init

Jose Alarcon (3):
  contrib: ensure that oe-stylize.py works with python versions < 3.0
  contrib: add missing common OE variables
  contrib: print oldline within single quotes

Kai Kang (2):
  edac-utils: add patches for initscript
  iperf3: fix build-deps qa warning

Rafaël Carré (2):
  VLC: PACKAGECONFIG for new dependency on libvncserver
  VLC: depend on jpeg rather than libjpeg-turbo

Yi Zhao (1):
  polkit-gnome: remove unrecognized configure options

mike.looijmans@topic.nl (1):
  samba: Fix typo in PACKAGECONFIG for "acl" and "aio"

 contrib/oe-stylize.py                              |  9 +-
 .../gnome-desktop/gnome-desktop_2.32.1.bb          |  2 +-
 .../kexec/kexec-tools-klibc_2.0.2.bb               |  2 +
 .../recipes-multimedia/mpg123/mpg123_1.21.0.bb     |  4 +
 meta-multimedia/recipes-multimedia/vlc/vlc.inc     |  3 +-
 .../recipes-connectivity/samba/samba_4.1.12.bb     |  6 +-
 .../access-sk_v6_daddr-iff-IPV6-defined.patch      | 28 +++++++
 .../iscsitarget/iscsitarget_1.4.20.3+svn502.bb     |  1 +
 .../files/install-strongswan-swanctl-service.patch | 22 +++++
 .../strongswan/files/support-newer-systemd.patch   | 69 +++++++++++++++
 .../recipes-support/strongswan/strongswan_5.3.2.bb | 26 ++++--
 meta-oe/licenses/FLTK                              | 43 ++++++++++
 meta-oe/recipes-benchmark/iperf3/iperf3_git.bb     |  3 +
 .../recipes-extended/polkit/polkit-gnome_0.105.bb  |  4 -
 .../recipes-support/edac-utils/edac-utils_git.bb   | 19 +++--
 .../files/add-restart-to-initscript.patch          | 33 ++++++++
 ...cript-be-able-to-automatically-load-EDAC-.patch | 98 ++++++++++++++++++++++
 .../fltk/fltk-1.1.10/Fl_JPEG_Image_buildix.patch   | 37 ++++++++
 meta-oe/recipes-support/fltk/fltk_1.1.10.bb        |  1 +
 meta-oe/recipes-support/opencv/opencv_2.4.bb       | 10 ++-
 meta-oe/recipes-support/opencv/opencv_3.0.bb       | 20 +++--
 21 files changed, 406 insertions(+), 34 deletions(-)
 create mode 100644 meta-networking/recipes-extended/iscsitarget/files/access-sk_v6_daddr-iff-IPV6-defined.patch
 create mode 100644 meta-networking/recipes-support/strongswan/files/install-strongswan-swanctl-service.patch
 create mode 100644 meta-networking/recipes-support/strongswan/files/support-newer-systemd.patch
 create mode 100644 meta-oe/licenses/FLTK
 create mode 100644 meta-oe/recipes-support/edac-utils/files/add-restart-to-initscript.patch
 create mode 100644 meta-oe/recipes-support/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch
 create mode 100644 meta-oe/recipes-support/fltk/fltk-1.1.10/Fl_JPEG_Image_buildix.patch

-- 
1.9.1



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

end of thread, other threads:[~2016-01-10  1:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-10  0:59 [PATCH 00/22] Jethro-next pull request 2016-2 Armin Kuster
2016-01-10  0:59 ` [PATCH 01/22] edac-utils: add patches for initscript Armin Kuster
2016-01-10  0:59 ` [PATCH 02/22] kexec-tools-klibc: add explicit SRC_URI Armin Kuster
2016-01-10  0:59 ` [PATCH 03/22] VLC: PACKAGECONFIG for new dependency on libvncserver Armin Kuster
2016-01-10  0:59 ` [PATCH 04/22] VLC: depend on jpeg rather than libjpeg-turbo Armin Kuster
2016-01-10  0:59 ` [PATCH 05/22] strongswan: add additional PACKAGECONFIG flags Armin Kuster
2016-01-10  0:59 ` [PATCH 06/22] strongswan: add configure patch fix for systemd Armin Kuster
2016-01-10  0:59 ` [PATCH 07/22] strongswan: install strongswan-swanctl systemd service by default Armin Kuster
2016-01-10  0:59 ` [PATCH 08/22] mpg123: add textrel to INSANE_SKIP Armin Kuster
2016-01-10  0:59 ` [PATCH 09/22] opencv: sort PACKAGECONFIG options Armin Kuster
2016-01-10  0:59 ` [PATCH 10/22] opencv: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 Armin Kuster
2016-01-10  0:59 ` [PATCH 11/22] opencv: support machines based on oe-core tune-corei7.inc Armin Kuster
2016-01-10  0:59 ` [PATCH 12/22] iperf3: fix build-deps qa warning Armin Kuster
2016-01-10  0:59 ` [PATCH 13/22] samba: Fix typo in PACKAGECONFIG for "acl" and "aio" Armin Kuster
2016-01-10  0:59 ` [PATCH 14/22] contrib: ensure that oe-stylize.py works with python versions < 3.0 Armin Kuster
2016-01-10  0:59 ` [PATCH 15/22] contrib: add missing common OE variables Armin Kuster
2016-01-10  0:59 ` [PATCH 16/22] contrib: print oldline within single quotes Armin Kuster
2016-01-10  0:59 ` [PATCH 17/22] iscsitarget: resolve build error if CONFIG_IPV6 config is not enabled Armin Kuster
2016-01-10  0:59 ` [PATCH 18/22] polkit-gnome: remove unrecognized configure options Armin Kuster
2016-01-10  0:59 ` [PATCH 19/22] samba: fix typo distinguishing between plain sysv init and lsb init Armin Kuster
2016-01-10  0:59 ` [PATCH 20/22] gnome-desktop: Fix QA issue Armin Kuster
2016-01-10  0:59 ` [PATCH 21/22] fltk: fix build issue Armin Kuster
2016-01-10  0:59 ` [PATCH 22/22] fltk: Fix license warning Armin Kuster

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.