summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* boost: fix getchar issue with uClibc and gcc <= 4.8.2Jörg Krause2016-03-311-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | getchar() is defined as a macro in uClibc. This hits gcc bug 58952 [1] for all gcc versions <= 4.8.2 and building boost/test fails: ./boost/test/impl/unit_test_main.ipp: In function 'int boost::unit_test::unit_test_main(boost::unit_test::init_unit_test_func, int, char**)': ./boost/test/impl/unit_test_main.ipp:194:18: error: expected unqualified-id before '(' token To allow building boost/test with uClibc based toolchains with gcc <= 4.8.2 use parenthesis for std::getchar. Fixes: http://autobuild.buildroot.net/results/506/506b3b1b4087318a4247456782ac9e4f128d5db6/ http://autobuild.buildroot.net/results/5f2/5f2a8fb5cb823160542ee721591867b34bd25de6/ http://autobuild.buildroot.net/results/e3e/e3e6002ac5b40f7f03d32ba9da99f6497f01b42f/ .. and more Upstream status: Pending https://github.com/boostorg/test/pull/97 [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58952 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dovecot: bump version to 2.2.23Bernd Kuhls2016-03-312-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nss: security bump to version 3.23Gustavo Zacarias2016-03-312-3/+3
| | | | | | | | | | | Fixes: CVE-2016-1950 - Fixed a heap-based buffer overflow related to the parsing of certain ASN.1 structures. An attacker could create a specially-crafted certificate which, when parsed by NSS, would cause a crash or execution of arbitrary code with the permissions of the user. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-libav: add license infoGustavo Zacarias2016-03-311-0/+2
| | | | | | | | | | | | | | | | Now that we use unbundled ffmpeg the licensing becomes much easier. Relevant code is under ext/*, which according to COPYING and comments is GPLv2+, except for ext/libswscale/gstffmpegscale.c which is LGPLv2+ - however that's not built/used when using system ffmpeg. The code under gst-libs/ is the bundled ffmpeg itself. Tests are under LGPLv2+ as well but we don't build them since we disabled gst-check support in the gstreamer1 package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-libav: switch to unbundledGustavo Zacarias2016-03-302-74/+10
| | | | | | | | | | | It avoids the crazy in handling all of the ffmpeg options here as well, and potentially avoids target code duplication, hence resulting in a size reduction. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: extend help text as suggested by Arnout.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cannelloni: new packageYegor Yefremov2016-03-304-0/+31
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorriso: Add host variantBenoît Allard2016-03-303-0/+26
| | | | | Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* whois: bump to version 5.2.12Gustavo Zacarias2016-03-302-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nmap: bump to version 7.12Gustavo Zacarias2016-03-302-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: use wizard mode on first runYann E. MORIN2016-03-304-23/+12
| | | | | | | | | | | | | | | | | The format of the ACL database in tvheadend has changed, and generating a default user is a little bit more involved than just dumping a file in the correct locations: filenames are now md5sum (of something?) and the usernames and passwords now have their own DB. However, tvheadend has a wizard mode, where it is possible to configure the basic features, of which creating an admin user. We remove our canned ACL database, and change the startup script to start in wizard mode on first run. We also switch to using our infra to set the permissions. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-libav: pass --cpu config option to bundled ffmpegGustavo Zacarias2016-03-301-2/+7
| | | | | | | | Like the proper ffmpeg package does, fixes: http://autobuild.buildroot.net/results/a46/a462dae8df2450bc0f72cbed6125e106454bde0f/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tcl: enable postgresql supportVicente Olivert Riera2016-03-301-2/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tcl: enable mysql supportVicente Olivert Riera2016-03-301-2/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tcl: fix sqlite usageVicente Olivert Riera2016-03-301-8/+4
| | | | | | | | | | | | | | | - Remove the bundled sqlite unconditionally, as we always want to use the external sqlite. - Remove the --with-system-sqlite option as is only valid for the bundled sqlite configure script which we will no longer use. - Do not remove TDBC when BR2_PACKAGE_SQLITE is not selected as it may be used for other TDBC drivers such as MySQL or PostgreSQL. Fixes: http://autobuild.buildroot.net/results/022/02296f8624d3406a63d3a179f53862f245c56dc1/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tcl: switch to * instead of [0-9]Vicente Olivert Riera2016-03-301-12/+7
| | | | | | | | | Those [0-9] expressions are needlessly complex, and they actually no longer work now that sqlite3.11.0 is bundled internally (11 is two digits, which was accounted for). Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* aer-inject: new packageTiago Brusamarello2016-03-303-0/+36
| | | | | | | | | | | | | | | aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and PCIE AER core handler. Signed-off-by: Tiago Brusamarello <tiago.brusamarello@datacom.ind.br> [Thomas: - tweak commit log - rewrap Config.in help text - remove useless AER_INJECT_MAKE_OPTS variable, use TARGET_CONFIGURE_OPTS directly - add missing newline at end of .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain-external: fix getent installation with Codescape MIPS toolchainsThomas Petazzoni2016-03-301-0/+22
| | | | | | | | | | | | | | | | | | | | | | When a toolchain is glibc based, the getent package assumes that $(STAGING_DIR)/usr/bin contains the getent program. Unfortunately, the Codescape MIPS toolchains do not conform with this: $(STAGING_DIR)/usr/{bin,sbin} are empty, and instead three directories are provided: bin-o32, bin-n32 and bin-n64 (ditto for sbin), one for each supported MIPS ABI. Since this is a toolchain-specific oddity, we handle it by adding a post-install fixup hook that creates $(STAGING_DIR)/usr/{bin,sbin} as symbolic link to the appropriate directory. Fixes: http://autobuild.buildroot.org/results/9c0ee836021553319f166f9de88750535aee0a58/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu: bump version to 2.5.1Vicente Olivert Riera2016-03-302-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-m2crypto: removeGustavo Zacarias2016-03-302-34/+0
| | | | | | | | It only provided the host variant, which was only used by crda (no longer necessary), and wasn't available as a host selection. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* crda: enable host-python3 build supportGustavo Zacarias2016-03-303-42/+272
| | | | | | | | | | Add an upstream-submitted (but not accepted) patch in order to allow crda to be built with python2 as well as python3. This drops m2crypto usage (python2-only) in favour of pycrypto which can be built against both major versions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pycrypto: bump to version 2.6.1Gustavo Zacarias2016-03-302-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-pycrypto: add host variantGustavo Zacarias2016-03-301-0/+2
| | | | | | | Will be used by the crda python3-enabling patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle libxml2 dependencyGustavo Zacarias2016-03-301-0/+7
| | | | | | | It's used for JUnit XML output support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle systemd dependencyGustavo Zacarias2016-03-301-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle webp dependencyGustavo Zacarias2016-03-301-1/+2
| | | | | | | It doesn't have an enable/disable switch so it's just the dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle lcms dependecyGustavo Zacarias2016-03-301-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle dbus dependencyGustavo Zacarias2016-03-301-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: drop --disable-xwayland-testGustavo Zacarias2016-03-301-1/+0
| | | | | | | | It's in the rpi backend block which makes no sense, and it depends on xwayland being enabled which we currently don't support so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add weston-launch supportGustavo Zacarias2016-03-301-3/+16
| | | | | | | | | | | The weston-launch supplemental group is for users to be able to use/launch weston. For a full weston(-launch) experience users should be at least members of weston-launch, video (for framebuffer permissions) and optionally audio. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: handle optional libva supportGustavo Zacarias2016-03-301-0/+7
| | | | | | | It's used for the recorder. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add DRM compoitor supportGustavo Zacarias2016-03-302-1/+19
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: set default backend for fbdevGustavo Zacarias2016-03-301-1/+3
| | | | | | | | When it's enabled set the default weston backend to fbdev, otherwise the drm backend is the default even though we are not building it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* weston: add EGL supportGustavo Zacarias2016-03-301-2/+8
| | | | | | | | Also drop simple-egl-clients from the rpi compositor since it's a duplicate of the global one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* powerpc-utils: bump to v1.3.1, change upstream location and licenseVasant Hegde2016-03-303-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | This patch makes below changes to powerpc-utils package: - Update to latest upstream version (v1.3.1) - Update License (from CPL to GPLv2) - Update source link (from SF to github) - Disable librtas by default - Finally make necessary adjustment to compile the source (run autogen.sh before ./configure as we don't have configure in new tarball). RTAS: This package contains few tools (like nvram, ppc64_cpu, etc) which are not dependent on RTAS support. Traditionally we always had RTAS support (at least on IBM Power system). But now a days we do have environments like PowerNV host where we do not have RTAS support. Instead we use OPAL for runtime service [1]. Hence lets disable RTAS by default. If someone wants to build powerpc-utils with RTAS they can enable it. [1] https://github.com/open-power/skiboot.git Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> [Thomas: re-add hash file, fix license, it's GPLv2+, improve commit title.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linphone: alsa support in mediastreamer needs alsa_lib_mixerBernd Kuhls2016-03-301-0/+7
| | | | | | | | Fixes http://autobuild.buildroot.net/results/dd6/dd6cbff641028b25303c3b462e2058b56e53f1dd/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: NPTL thread implementation only available on MMU platformsThomas Petazzoni2016-03-301-0/+2
| | | | | | | | | | | As indicated by the uClibc-ng source code, the NPTL thread implementation is only available on MMU platforms, so we replicate this dependency in Buildroot so that the appropriate thread implementation is chosen by default on ARM noMMU. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: disable DOPIC on ARM FLATThomas Petazzoni2016-03-301-0/+7
| | | | | | | | | | | | As explained by Waldemar, enabling DOPIC in uClibc will lead to the creation of a Position Independent library. In turn, this will cause elf2flt to generate a "Has-PIC-GOT" flat binary, which doesn't work on ARM. In fact, elf2flt on ARM really expect to have non-PIC code as input, so we must disable DOPIC in the uClibc configuration. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: gcc >= 4.9 can build a thumb/thread uclibcThomas Petazzoni2016-03-301-2/+4
| | | | | | | | | | Older gcc were not capable of building a uClibc library, with threads enabled, in Thumb1. However, the issues have been fixed since gcc 4.9, so this commit narrows down the condition to just gcc 4.7 and 4.8. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: remove USE_BX handlingThomas Petazzoni2016-03-302-16/+0
| | | | | | | | | Now that uClibc is capable of figuring out by itself whether 'bx' can be used or not, we can simplify the logic in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: add patches to simplify Thumb handlingThomas Petazzoni2016-03-305-0/+219
| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a number of patches to uClibc that radically simplifies the Thumb handling. uClibc currently has three options that you need to toggle on Thumb configurations depending on the specific ARM CPU being targeted. However, it turns out that none of those options are necessary: - USE_BX can simply be guessed by looking at the ARM core being used. The bx instruction is available for all ARM cores >= ARMv4T. This is exactly what glibc is doing. - USE_LDREXSTREX can also be guessed by looking at the ARM core being used: whenever you have Thumb2, ldrex/strex is available. - COMPILE_IN_THUMB becomes useless, since all it does is passing -mthumb. But just like the uClibc config options to set --march=<foo> have been removed a long time ago, there's no need to -have an option to pass -mthumb. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gamin: fix build with muslBaruch Siach2016-03-302-1/+21
| | | | | | | | | | | | | | | | | | | musl does not provide the non portable PTHREAD_MUTEX_RECURSIVE_NP. Add a patch removing the assumption the PTHREAD_MUTEX_RECURSIVE_NP is available when 'linux' is defined. Upstream had no new release since 2008, so there is no much hope of getting this fix applied upstream. Also, fix the pthread dependency comment. gamin code uses pthread directly. Fixes: http://autobuild.buildroot.net/results/3a9/3a9328f384fc648ae61316402a84eaffb175881b/ http://autobuild.buildroot.net/results/69d/69d2a93bc97ab0d70c3acb2f9c9f28612ea95871/ http://autobuild.buildroot.net/results/092/092ac7380beb8ce403a1a6fd8e4176e9234413a3/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sqlite: bump to version 3.12.0Gustavo Zacarias2016-03-302-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "package/freerdp: bump version"Bernd Kuhls2016-03-291-1/+1
| | | | | | | | | | | | | | | | This reverts commit dda26dc614b6f5ef9be67d2604bac39235322235. Instead of bumping freerdp to a version which breaks gstreamer detection we revert the latest bump for now. Fixes http://autobuild.buildroot.net/results/1ab/1abc713a58d21c71678aab9b21ac1cfac23684f5/ http://autobuild.buildroot.net/results/0ef/0efd39115a631c409eb809b38ab64604d1de99ca/ http://autobuild.buildroot.net/results/7aa/7aac3f970dd1fbc0d25f268f32844bec7e49f4af/ http://autobuild.buildroot.net/results/396/396401bd6eb5f95364a32456a274da185e081541/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linphone: port some stuff from mediastreamerBernd Kuhls2016-03-291-1/+3
| | | | | | | | | | | | | We need to add some dependencies formerly provided by the mediastreamer package, also add --disable-video to make clear that our linphone package lacks video support as stated in Config.in. Fixes http://autobuild.buildroot.net/results/45e/45e605de0488e9e961a536f4d232235c5282522b/ http://autobuild.buildroot.net/results/ed5/ed508ac3509be8c46670198da8eb0a2ba74835e6/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libass: bump version to 0.13.2Bernd Kuhls2016-03-292-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tcpreplay: fix static link with libpcapBaruch Siach2016-03-291-0/+4
| | | | | | | | | | | | | The tcpreplay configure script does not look for static libpcap.a unless dynamic link is disabled. Fixes: http://autobuild.buildroot.net/results/e7e/e7e7744ac0a22eded05f237e40b0cdaeec4ce005/ http://autobuild.buildroot.net/results/3e3/3e33a67965eb37471ec3303ee26f6a66a82383a2/ http://autobuild.buildroot.net/results/fff/fff0d6a814b765699cba803ececbc00d77e5d8fc/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mesa3d: enable DRI drivers for xorg-less configurationsGustavo Zacarias2016-03-292-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | mesa3d can in fact build the DRI infrastructure/drivers just fine without lingering x11 libs around, it just needs libdrm & friends which are already accounted for. So make the libGL (full OpenGL) providing abilities dependant on x11 being present. It serves it's purpose for EGL+GLES hardware acceleration, and can in fact be built without them, but it's probably not very useful (still, leave the option for people inclined to do so). Simple test defconfig: BR2_arm=y BR2_TOOLCHAIN_EXTERNAL=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU=y BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON=y BR2_PACKAGE_MESA3D_OPENGL_EGL=y BR2_PACKAGE_MESA3D_OPENGL_ES=y Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* systemd: fix build with libgcrypt enabledThomas Petazzoni2016-03-291-1/+2
| | | | | | | | | | | When gcrypt support is enabled, we need to tell systemd where libgpg-error is installed. Fixes: http://autobuild.buildroot.org/results/1fd6193ff33250565c95e53614f5aa7fc6f4581c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libldns: Fix build error with perl 5.10Bernd Kuhls2016-03-292-0/+460
| | | | | | | | | | | | | Add more upstream commits to fix build errors with perl 5.10 introduced by the previous patch to fix build errors with perl 5.22. Fixes http://autobuild.buildroot.net/results/325/32519c6d4084f334b7fed9edfb8a8c68a1f840a8/ and many others. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: reformat patches as proper Git formatted patches.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libldns: replace patches with proper Git formatted patchesThomas Petazzoni2016-03-294-46/+50
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud