aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #9339 from TDT-AG/pr/20190627-libgpiod-dependencyMichael Heimpold2019-06-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libgpiod: remove dependency to kernel version
| * | | | | | | libgpiod: remove dependency to kernel versionMartin Schiller2019-06-27
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we only use kernel versions that support libgpiod, we can remove the dependency on the kernel version. This enables libgpiod to be used with linux 4.19. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | | | Merge pull request #9280 from neheb/logRosen Penev2019-06-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kea: Don't install to STAGING_DIR_HOST
| * | | | | | | log4cplus: Build in parallelRosen Penev2019-06-28
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG/HOST_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | nss: update to 3.44.1Lucian Cristian2019-06-27
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #9285 from neheb/ele2Rosen Penev2019-06-26
|\ \ \ \ \ \ | |/ / / / / |/| | | | | elektra: Fix compilation with uClibc-ng
| * | | | | elektra: Fix compilation with uClibc-ngRosen Penev2019-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch that checks for libiconv instead of iconv. nls.mk handles this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9293 from BKPepe/boostRosen Penev2019-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | boost: Makefile polishing and fix raw kconfig syntax
| * | | | | | boost: fix raw kconfig syntaxJo-Philipp Wich2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | | | boost: Makefile polishingJosef Schlehofer2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected License according to SPDX in PKG_LICENSE Added PKG_LICENSE_FILES HTTPS in their website Reordered some stuff Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #9257 from neheb/bnRosen Penev2019-06-22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | libaio: Update to 0.3.112
| * | | | | | libaio: Update to 0.3.112Rosen Penev2019-06-18
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace inactive maintainer with myself. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9276 from neheb/fbzRosen Penev2019-06-21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fbzmq: Fix compilation with newer GCC
| * | | | | fbzmq: Fix compilation with newer GCCRosen Penev2019-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added -faligned-new to fix compilation. As fbzmq is passing -Werror, fixed compilation with newer GCC versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #9176 from neheb/p11Nikos Mavrogiannopoulos2019-06-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | p11-kit: Update to 0.23.16.1
| * | | | | p11-kit: Update to 0.23.16.1Rosen Penev2019-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added --as-needed linker flag for smaller size. Small configure adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9265 from nxhack/libupm_2.0.0Rosen Penev2019-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | libupm: update to 2.0.0
| * | | | | | libupm: update to 2.0.0Hirokazu MORIKAWA2019-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | libuhttpd: update to 2.2.2Jianhui Zhao2019-06-19
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | / / / / poco: Do not build on ARCRosen Penev2019-06-18
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9244 from neheb/booRosen Penev2019-06-17
|\ \ \ \ \ | | | | | | | | | | | | Bosst change to HOSTPKG
| * | | | | fbzmq: Switch to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libmstch: Switch HOST to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HOST should be used by tools only, not for host packages. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | fbthrift: Install to STAGING_DIR_HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of the boost change. Also get rid of various CMake options as CMake can find everything properly now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libfolly: Fix compilation for older ARM platformsRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM6 and below do not support the yield instruction. Do not use it there. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | boost: Install HOST libraries to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is designed for tools, not host packages. Changing this to HOSTPKG allows CMake and pkgconfig to work properly with fbthrift. The host-libraries should not be modular like this for host packages. Changed to eliminate them and to only build the needed ones. This can be changed as conditions change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9177 from neheb/gabeDaniel Golle2019-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | libgabe: Update to 1.0
| * | | | | | libgabe: Update to 1.0Rosen Penev2019-06-06
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload to simplify the Makefile Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9138 from neheb/lz4Rosen Penev2019-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | liblz4: Update to 1.9.1 and switch to codeload
| * | | | | | liblz4: Update to 1.9.1 and switch to codeloadRosen Penev2019-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile. Remove build hacks and use CMake Use PKG_BUILD_PARALLEL for faster compilation. Switch to the Compression submenu to group this with the others. Added lz4 binaries to be installable. Add Optimization option. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9236 from neheb/naRosen Penev2019-06-17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | libnatpmp: Switch to CMake
| * | | | | | libnatpmp: Switch to CMakeRosen Penev2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. CMake patch is from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9035 from neheb/ibrRosen Penev2019-06-15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ibr*: Switch to uClibc++
| * | | | | | ibrdtn: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added needed patches. Some are upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | ibrcommon: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces install size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9144 from DocLM/libgphoto2Hannu Nyman2019-06-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libgphoto2 and gphoto2: update to 2.5.23
| * | | | | | | libgphoto2: Update to 2.5.23Leonardo Medici2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | | | | | | | Merge pull request #8950 from ammubhave/add_fbzmqRosen Penev2019-06-14
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | fbzmq: Add fbzmq library
| * | | | | | | fbzmq: Add fbzmq libraryAmol Bhave2019-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbzmq provides a framework for writing services in C++ while leveraging the features of libzmq (message passing semantics). Compile tested: nbg6817, master Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | librsocket-cpp: Update to 2019-06-11Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with newer GCC Added Maintainer. Reorganized Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | fbthrift: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency between packages. Added -Dlib_only to save some time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libwangle: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Maintainer. Rearranged Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libfizz: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when ChaCha20 is missing from OpenSSL 1.1 Added Maintainer. Rearranged Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libfolly: Update to 2019.06.10.00Rosen Penev2019-06-13
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially restore uclibc patch. Some parts were upstreamed while others were not. Fixes compilation without ChaCha20 support in OpenSSL 1.1 and above. Depend on libunwind conditionally. libunwind is not supported on all targets. Depending on it unconditionally makes libfolly and dependent packages unavailable on those targets. Added missing Maintainer. Several Makefile rearrangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / / libxml2: add -dev and -utils packages (closes #8591)Michael Heimpold2019-06-13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a libxml2-dev package which contains most stuff required for developing against libxml2 (on the target), and the libxml2-utils package which contains the xmllint and xmlcatalog command line binaries which are provided by libxml2. Reported-by: Valentín Kivachuk <vk18496@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #9134 from neheb/oRosen Penev2019-06-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | libcoap: Update to 4.2.0 and switch to codeload
| * | | | | | libcoap: Update to 4.2.0 and switch to codeloadRosen Penev2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile. Added PKG_BUILD_PARALLEL for faster compilation. Added ABI_VERSION parameter to handle package updates. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | newt: Update python3-config pathJeffery To2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The path where python3-config is installed was changed in 64959a1d. This updates that path for this package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #8998 from neheb/eleRosen Penev2019-06-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | elektra: Fix compilation without deprecated OpenSSL APIs