aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-03-16live555: Upgrade to 20190306 releaseKhem Raj
location of SRC_URI has changed as main site is offline Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15postgresql: Fix build for RISC-VKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15klibc.bbclass: Add libc-klibc to overridesKhem Raj
We can use this to apply klibc specific patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15mbedtls: update to 2.16.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15python-networkmanager: update to 2.1Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15libsodium: update to 1.0.17Oleksandr Kravchuk
License checkusm has been changed due to the copiright year change in the LICENSE file. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15nghttp2: update to 1.37Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15mariadb: fix atomic support on armMingli Yu
Check to link with libatomic to enable C11 atomics support to fix below build error on arm: | /build/tmp/work/armv5e-wrs-linux-gnueabi/mariadb/10.3.13-r0/recipe-sysroot-native/usr/bin/arm-wrs-linux-gnueabi/../../libexec/arm-wrs-linux-gnueabi/gcc/arm-wrs-linux-gnueabi/8.3.0/ld.bfd: librocksdblib.a(env_posix.cc.o): in function `std::__atomic_base<unsigned long long>::store(unsigned long long, std::memory_order)': | /usr/include/c++/8.3.0/bits/atomic_base.h:374: undefined reference to `__atomic_store_8' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-15kexec-tools,kexec: Fix build with latest klibcKhem Raj
klibc has changed its signature of reboot() API adapt the use here Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14opencv: fix installed-vs-shipped QA WARNINGHongxu Jia
While baselib = 'lib64', there is a installed-vs-shipped QA WARNING ... WARNING: QA Issue: opencv: Files/directories were installed but not shipped in any package: /usr/lib64/site-packages/cv2/load_config_py2.py /usr/lib64/site-packages/cv2/config.py ... Drop unnecessary LIB_SUFFIX setting to fix the issue. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14dnsmasq: avoid conflict with systemd-resolvedQi.Chen@windriver.com
Add a drop-in configuration file for systemd-resolved to avoid conflict about port 53. The error message is as below. failed to create listening socket for port 53: Address already in us Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14hdf5: fix installed-vs-shipped QA WARNINGHongxu Jia
While baselib = 'lib64', there is a installed-vs-shipped QA WARNING ... WARNING: QA Issue: hdf5: Files/directories were installed but not shipped in any package: /usr/lib/libhdf5_hl_cpp.so.1.8.19 /usr/lib/libhdf5.so ... Set variable HDF5_INSTALL_LIB_DIR to replace hardcode `lib'. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14netkit-rsh: don't build under muslTom Rini
Uses iruserok and ruserok which are GNU extensions available in glibc but not in musl Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14klibc: Upgrade to 2.0.6 releaseKhem Raj
Drop staging related patches which are not needed anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
2019-03-14python-pyflame: Disable for risv architectureKhem Raj
Not yet supported Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14librelp: Upgrade to 1.4.0Mingli Yu
Remove one backported patch. Add openssl to Depends. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14krb5: Upgrade to 1.17Mingli Yu
License-Update: Copyright year updated to 2019. Remove one backported patch. Fix below do_package issue: ERROR: krb5-1.17-r0 do_package: QA Issue: krb5: Files/directories were installed but not shipped in any package: /usr/lib/krb5/plugins/preauth/spake.so Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-14crash: Upgrade to 7.2.5Mingli Yu
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-11squid: upgrade 3.5.27 -> 3.5.28Pascal Bach
Copyright year has changed in COPYRIGHTS file, thus the hash change. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-11gvfs/libgtop: inherit upstream-version-is-evenKai Kang
Inherit upstream-version-is-even.bbclass to ensures that the upstream version check only accepts even minor(stable) versions. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-10wireshark: upgrade to 3.0.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08linux-atm: Fix build with linux 5.x headersKhem Raj
Fixes error: 'IFNAMSIZ' undeclared here Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08miniupnpd: Upgrade to 2.1.20190210 releaseKhem Raj
Fixes build with kernel 5.x as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08Also remove meta-oe/licenses/vimAdrian Bunk
vim moved to OE-core. Signed-off-by: Adrian Bunk <bunk@stusta.de> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08logcheck: 1.3.19 -> 1.3.20Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08libio-socket-ssl-perl: 2.060 -> 2.066Kai Kang
Update libio-socket-ssl-perl from 2.060 to 2.066. * update line number of license in META.yml Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08libxml-libxml-perl: 2.0132 -> 2.0134Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08libnet-dns-perl: 1.18 -> 1.19Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07metacity: 3.28.0 -> 3.30.1Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07gvfs: 1.39.1 -> 1.39.92Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07libtimezonemap: 0.4.5 -> 0.4.6Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07thunar: 1.8.2 -> 1.8.4Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07postfix: Upgrade to 3.4.1 releaseKhem Raj
Fix build with kernel >= 5.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07inetutils: Remove as this is now in oe-coreTom Rini
Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07vim: Remove as this is now in oe-coreTom Rini
Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07asio: add PACKAGECONFIG boostSean Nyekjaer
Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07android-tools: Add patch from Debian to build with OpenSSL 1.1Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07crda: Remove alternative option to build with the obsolete OpenSSL 1.0Adrian Bunk
Note that crda is mainly a legacy package for older kernels, wireless-regdb-static is recommended instead for kernels >= 4.15. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07nano: upgrade to 3.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07wireshark: upgrade to 3.0.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07makedumpfile: Upgrade to 1.6.5 to support kernel 4.18 and 4.19Haiqing Bai
This upgrade fixed the below issue: When run '$makedumpfile -E -d 1 /proc/vmcore /root/vmcore_dumpfile' shows 'The kernel version is not supported.' Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07net-snmp: Licenses are in the COPYING filedouglas.royds
A bit of an unholy mixture of MIT, BSD 3-clause, and too old to really know BSD-style, with a wide variety of copyright holders. I'm open to better suggestions on how to handle this. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07vlc: Add -pthread on riscvKhem Raj
Fixes missing atomic symols during linking e.g. vlc-3.0.6/src/misc/picture_pool.c:201: undefined reference to `__atomic_fetch_add_2' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07php_7.3.2.bb: Switch to mysqlndKhem Raj
With mariadb 10.x it fails to find headers in right location during builds https://bugs.php.net/bug.php?id=75612 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07wireless-regdb: Upgrade 2018.10.24 -> 2019.03.01Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07libqmi: Upgrade 1.22.0 -> 1.22.2Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07run-ptest: supplied user inputs to add_person_cppAditya Tayade
During protobuf-ptest execution, add_person_cpp waits for user inputs to write data into test.data file. Fixed this by supplying dummy data through standard input. Upstream-Status: Pending Signed-off-by: Aditya Tayade <Aditya.Tayade@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07hdf5: support 32-bit targetHongxu Jia
Add pre-generated 32-bit H5Tinit.c to support 32-bit target Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-03-07mysql-python: fix compilation with MariaDB 10.3.13Mingli Yu
Use standard API function MYSQL_OPT_RECONNECT instead of direct modification of internal structures which does not work for MariaDB to fix below compile issue. | _mysql.c: In function '_mysql_ConnectionObject_ping': | _mysql.c:2005:41: error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07libmxml: Upgrade to 3.0 releaseKhem Raj
License-Update: Switch to Apache-2.0 as upstream has switched https://github.com/michaelrsweet/mxml/commit/f166ad1977f2f13295689772a5d9e442f73d46f1#diff-9879d6db96fd29134fc802214163b95a Fix build on risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com>