summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* directfb-examples: explicitly add -lstdc++ for static buildPeter Seiderer2015-02-271-0/+4
| | | | | | | | | | | | Fixes [1] and [2]: undefined reference to `___cxa_pure_virtual' undefined reference to `___gxx_personality_v0' [1] http://autobuild.buildroot.net/results/bd0/bd0f4b3e41bf6330f83e3d9b58d985cc63506a3b/ [2] http://autobuild.buildroot.net/results/584/584ace383204d97fcaad37742e2e035ca78a3d10/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* make: depend on guile explicitly when availableBaruch Siach2015-02-261-0/+7
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libsrtp: fix static build with opensslRomain Naour2015-02-261-0/+33
| | | | | | | | | | | | | | | | | | | libsrtp forget to link with zlib for static build when openssl support is requested. The issue was reported upstream by Vicente Olivert Riera: https://github.com/cisco/libsrtp/issues/97 Backport upstream patch for the upcoming libsrtp 1.5.2. Since the libsrtp package already use AUTORECONF, apply only the changes for configure.in. Fixes: http://autobuild.buildroot.net/results/a71/a71d85a5bb9af2ee82a8e61054025bceb03dbdeb/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk2: ensure faq/tutorial isn't regeneratedPeter Korsgaard2015-02-261-1/+2
| | | | | | | | | | As we don't need them, the tarball already contains generated documentation and it fails to build with certain versions of db2html: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/65165 Reported-by: Justin Swartz <justin.swartz@nym.hush.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libshout: add hashGustavo Zacarias2015-02-251-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vorbis-tools: add hashGustavo Zacarias2015-02-251-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libtheora: add hashGustavo Zacarias2015-02-251-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libao: add hashGustavo Zacarias2015-02-251-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opus: add hashGustavo Zacarias2015-02-251-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glibc: add security patches for CVE-2015-1472Gustavo Zacarias2015-02-254-0/+352
| | | | | | | Fixes CVE-2015-1472 - heap buffer overflow in wscanf. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/gstreamer[0/1]: rename BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX ↵Julien Boibessot2015-02-252-4/+4
| | | | | | | | | | config option. 1] BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX is not defined anywhere 2] qtdemux is not a plugin by itself but belongs to isomp4 Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2015.02-rc3Peter Korsgaard2015-02-244-6/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* e2fsprogs: add security bug fixBaruch Siach2015-02-231-0/+59
| | | | | | | Add upstream patch fixing CVE-2015-1572: incomplete fix for CVE-2015-0247. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5base: fix postgresql plugin compilePeter Seiderer2015-02-232-2/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add qt5base '-psql_config' configure option and use it to set pg_config path in configure step instead of legacy PSQL_LIBS enviornment variable. Fixes [1]: PostgreSQL auto-detection... () make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/qt5base-5.4.0/config.tests/unix/psql' /home/peko/autobuild/instance-0/output/host/usr/bin/sh-linux-gnu-g++ -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os --sysroot=/home/peko/autobuild/instance-0/output/host/usr/sh4a-buildroot-linux-gnu/sysroot -O2 -O3 -Wall -W -fPIE -I../../../mkspecs/devices/linux-buildroot-g++ -I. -I/usr/include/postgresql -o psql.o psql.cpp sh-linux-gnu-g++: ERROR: unsafe header/library path used in cross-compilation: '/usr/include/postgresql' make[1]: *** [psql.o] Error 1 make[1]: Leaving directory `/home/peko/autobuild/instance-0/output/build/qt5base-5.4.0/config.tests/unix/psql' PostgreSQL disabled. PostgreSQL support cannot be enabled due to functionality tests! Turn on verbose messaging (-v) to ./configure to see the final report. If you believe this message is in error you may use the continue switch (-continue) to ./configure to continue. make: *** [/home/peko/autobuild/instance-0/output/build/qt5base-5.4.0/.stamp_configured] Error 101 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot' [1] http://autobuild.buildroot.net/results/354/354bae2337703ad8bfb9d33c79538df3017b7fe9/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba4: security bump to version 4.1.17Gustavo Zacarias2015-02-232-2/+2
| | | | | | | | Fixes: CVE-2015-0240 - Unexpected code execution in smbd. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba: security bump to version 3.6.25Gustavo Zacarias2015-02-232-1/+3
| | | | | | | | | Fixes: CVE-2014-0178 - Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response. CVE-2015-0240 - Unexpected code execution in smbd. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: add 1.23.1 patch to fix modinfoGustavo Zacarias2015-02-231-0/+17
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl/libevas: explicitly disable X11 supportRomain Naour2015-02-221-0/+2
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/bfc/bfc52a6f12789055ad376b40a00bc94847760469/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* evtest: disable documentationVicente Olivert Riera2015-02-221-0/+5
| | | | | | | | | | | | | | | | | | evtest uses asciidoc to generate documentation, but /usr/bin/asciidoc will try to use buildroot's host-python which doesn't have the required unicodedata. To avoid that, define ASCIIDOC as an empty string so the Makefile can't find the executable and skips the documentation generation. This is the same solution used in the evemu package. Otherwise it will fail with this message: make[1]: Entering directory `/br/output/build/evtest-1.32' /usr/bin/make all-am make[2]: Entering directory `/br/output/build/evtest-1.32' File "/usr/bin/asciidoc", line 95 except KeyError, k: return None Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* i2c-tools: link to i2c-tools specific wiki pageBaruch Siach2015-02-221-1/+1
| | | | | | | | Although there is a link to that page from the main lm-sensors page, it is quite hard to find. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl/libevas: explicitly disable xlib supportRomain Naour2015-02-211-0/+2
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/d69/d69a324434f370b490a53e6191d38a204ac28371 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl/libevas: explicitly disable GL/GLES2 supportRomain Naour2015-02-211-0/+9
| | | | | Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl/libevas: add missing dependency on fontconfigRomain Naour2015-02-211-0/+7
| | | | | Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: ul also requires ncursesGustavo Zacarias2015-02-211-0/+1
| | | | | | | Found via auditing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: setterm requires ncursesGustavo Zacarias2015-02-211-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/7c0/7c02c0de18059bd1a633267b43a8a5e9ee2fdfdc/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fltk: fix build issue caused by rpathThomas Petazzoni2015-02-211-1/+8
| | | | | | | | | | | | | | | | | | The fltk build system has some logic that causes it to pass -Wl,-rpath,/usr/lib when --libdir is not /usr/lib. However, in our case, libdir is ${exec_prefix}/lib, and is not expanded to /usr/lib before the rpath related test is done. Rather than fixing the fltk build system, this commit works around the problem by explicitly passing --libdir=/usr/lib. Fixes: http://autobuild.buildroot.org/results/8d1/8d1b202a182e3fb5dee21f20afc9f749c2defa1a/ and many other similar build failures that have been occuring since 1+ year. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/libxcb: really disable docsRomain Naour2015-02-211-2/+2
| | | | | Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: fix nios2 fenv build failureBernd Kuhls2015-02-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/216/216fbc33c4838b1414cb25f823fd1db5c92e33c6/ http://autobuild.buildroot.net/results/800/800fe1d79ef2e52b86a97feeba85b5c47aff8dcd/ http://autobuild.buildroot.net/results/8a6/8a6d24ecc6487fd20ba663f71996160124083a68/ Only the affected toolchains are disabled. When using branch next/ compilation works with a buildroot-compiled toolchain using this defconfig: BR2_nios2=y BR2_PACKAGE_FFMPEG=y BR2_PACKAGE_FFMPEG_GPL=y BR2_PACKAGE_FFMPEG_NONFREE=y BR2_PACKAGE_FFMPEG_FFPLAY=y BR2_PACKAGE_FFMPEG_FFSERVER=y BR2_PACKAGE_FFMPEG_FFPROBE=y BR2_PACKAGE_FFMPEG_AVRESAMPLE=y BR2_PACKAGE_FFMPEG_POSTPROC=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain-external: clarify external toolchain descriptionBaruch Siach2015-02-201-3/+4
| | | | | | | | | External toolchain can also have been generated by Buildroot previously, as the list that follows demonstrates. Rephrase the paragraph describing what an external toolchain is as suggested by Thomas Petazzoni, to make it clearer. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opentyrian: fix build on bfinRomain Naour2015-02-201-0/+42
| | | | | | | | | | | | | There is a conflict with the _strchrnul symbole from mingw_fixes.c and the one from uClibc. Add a guard around strchrnul function for unix systems. Fixes: http://autobuild.buildroot.net/results/a08/a085fb55269971e3c7b8ae8c167e7330c3c042a5/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Config.in: remove text denoting central package infraBaruch Siach2015-02-191-2/+0
| | | | | | | | The central package infrastructure handles all packages for quite some time now, so this note is no longer needed. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* btrfs-progs: fix static build with gettextBaruch Siach2015-02-191-1/+1
| | | | | | | | | | | | | | | | gettext needs -pthread. Incidentally this change was also made in the package Makefile itself for a different reason. Also, drop -lm to match upstream change. Fixes: http://autobuild.buildroot.net/results/a53/a53f31355e955c734010922b47084605e13708ef/ http://autobuild.buildroot.net/results/43d/43deeeda31d9750b37e1f1058c3313a387843bee/ and more. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: enable libunwind for MIPS with 32-bit pointersVicente Olivert Riera2015-02-191-3/+1
| | | | | | | | | | | | libunwind support was broken for MIPS variants with 32-bit pointers so we disabled it: http://lists.busybox.net/pipermail/buildroot/2014-December/114404.html But now we have a patch to fix that problem so we can enable it again. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xserver_xorg-server: fix libunwind on MIPS with 32-bit pointersVicente Olivert Riera2015-02-191-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | Adding a patch to fix a compilation problem of Xorg + libunwind support when building it on MIPS variants with 32-bit pointers. Related: http://lists.busybox.net/pipermail/buildroot/2014-December/114404.html Patch submitted upstream: http://lists.x.org/archives/xorg-devel/2015-January/045226.html Patch reviewed by an Xorg developer: http://lists.x.org/archives/xorg-devel/2015-January/045383.html Fixes: http://autobuild.buildroot.net/results/87b/87be2c95957f9925c1258812e536df72689fc5da/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-cmake.mk: Fix ARM variant typoAssaf Inbal2015-02-191-1/+1
| | | | | | Signed-off-by: Assaf Inbal <shmuelzon@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-rebar: fix very minor typos in the commentsFrank Hunleth2015-02-191-2/+2
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsnmp: Set ac_cv_NETSNMP_CAN_USE_SYSCTL to noStefan Sørensen2015-02-191-1/+1
| | | | | | | | | | | | | | | | | | | NETSNMP_CAN_USE_SYSCTL is for BSD systems, setting it to yes on Linux systems breaks compilation when the mibII mib is enabled. Prior to commit 30bb1bdca49a1dcb71d477e546a40840af865ce2 ("netsnmp: bump version") from November 2008, this variable was already set to no, and was changed to yes by the commit, with no explanation. And the previous code indeed had a comment saying: # We set CAN_USE_SYSCTL to no and use /proc since the sysctl code # in this thing is apparently intended for freebsd or some such # thing... [Thomas: improved commit log.] Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: add 1.23.1 fixes for dc and wgetGustavo Zacarias2015-02-192-0/+348
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* polarssl: security bump to version 1.2.13Gustavo Zacarias2015-02-193-22/+3
| | | | | | | | | Includes the previous CVE-2015-1182 fix (patch dropped) and other fixes (security and non) from the 1.3 branch (no CVEs yet), see release notes: https://polarssl.org/tech-updates/releases/polarssl-1.2.13-released Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php: security bump to version 5.5.22Gustavo Zacarias2015-02-192-2/+2
| | | | | | | | | | | Fixes: CVE-2015-0273 - Use after free vulnerability in unserialize() with DateTimeZone. CVE-2015-0235 - Mitigation for GHOST: glibc gethostbyname buffer overflow. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bind: security bump to version 9.9.6-P2Gustavo Zacarias2015-02-192-3/+3
| | | | | | | | | Fixes CVE-2015-1349 - Revoking a managed trust anchor and supplying an untrusted replacement could cause namedto crash with an assertion failure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mjpg-streamer: limit lines length to 72 charactersVicente Olivert Riera2015-02-181-3/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mjpg-streamer: disable for static buildsVicente Olivert Riera2015-02-181-2/+4
| | | | | | | | | | | | | | This package needs to load plugins to do its job. Those plugins are shared objects (.so) which are loaded using 'dlopen()', so it makes no sense to enable this package when doing static builds where 'dlopen()' is not available. Fixes: http://autobuild.buildroot.net/results/cd5/cd52b739370d57b5ecbc6472b8c7f1126700e85f/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-rebar: add bin to list of install directoriesFrank Hunleth2015-02-181-2/+2
| | | | | | | | | | | Some Erlang packages provide a bin directory for programs that are to be invoked from the command line. An example of such a package is the Lisp Flavored Erlang compiler. The Erlang OTP library includes several more examples (it doesn't use rebar, though.) This change makes sure that the bin directory gets installed too. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-rebar: HOST_CC -> HOSTCCFrank Hunleth2015-02-181-1/+1
| | | | | | | Fix HOSTCC typo that would cause host-rebar builds to fail. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* make: disable the 'load' operation for static buildsVicente Olivert Riera2015-02-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the 'load' operation for static builds since it needs dlopen and friends. Otherwise it will fail with an error message like this one: load.o: In function `load_file': load.c:(.text+0x2a8): undefined reference to `dlopen' load.c:(.text+0x2c4): undefined reference to `dlerror' load.c:(.text+0x308): undefined reference to `dlsym' load.c:(.text+0x33c): undefined reference to `dlopen' load.c:(.text+0x35c): undefined reference to `dlsym' load.c:(.text+0x380): undefined reference to `dlopen' load.c:(.text+0x39c): undefined reference to `dlopen' load.c:(.text+0x3a0): undefined reference to `dlerror' load.c:(.text+0x42c): undefined reference to `dlsym' load.c:(.text+0x470): undefined reference to `dlsym' load.c:(.text+0x48c): undefined reference to `dlerror' load.o: In function `unload_file': load.c:(.text+0x63c): undefined reference to `dlclose' collect2: error: ld returned 1 exit status Fixes: http://autobuild.buildroot.net/results/9e3/9e39039b6db79a46990cd9bdcb179289e38d9f31/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: use official download siteFabio Porcedda2015-02-171-4/+1
| | | | | | | | | Don't use anymore the alternate download site beacause it does not conatins anymore older versions, instead use the official download site because now it contains even the older versions. Signed-off-by: Fabio Porcedda <Fabio.Porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: add 1.23.1 patch to fix MODPROBE_SMALLGustavo Zacarias2015-02-171-0/+171
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sudo: security bump to version 1.8.12Gustavo Zacarias2015-02-175-59/+27
| | | | | | | | | | | | Fixes CVE-2014-9680 - A user with sudo access may be able to exploit parsing bugs in the time zone parsing functions of the system's C library functions. The user may also be able to read arbitrary files, potentially causing changes in system behavior when reading certain device special files or simply causing the program run via sudo to block. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnutls: make sure librt detection doesn't poison the linker flagsThomas Petazzoni2015-02-171-0/+1
| | | | | | | | | | | | Just like we're passing --with-libpthread-prefix, we also need to pass --with-librt-prefix in order to avoid having the gnutls build system detect the librt in /usr/lib, and pass -L/usr/lib to the linker flags. Fixes: http://autobuild.buildroot.org/results/fa5/fa58602cb78ffe3ae4ee389ef5cf5a37b7657c4c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud