summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libharu: New recipeZheng Ruoqin2020-02-272-0/+75
| | | | | | | libHaru is a library for generating PDF files. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fdk-aac: add initial fdk-aac recipeMircea Carausu2020-02-262-0/+114
| | | | | | | | Add Fraunhofer FDK AAC Codec Library recipe. Signed-off-by: Mircea Carausu <mircea.carausu@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: move from meta-networking to meta-oeMartin Jansa2020-02-264-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * nodejs from meta-oe depends on this since: commit 76dd3dac1f1e67a5c44ad732b8e827cc36ded641 Author: André Draszik <git@andred.net> Date: Tue Oct 29 16:42:24 2019 +0000 nodejs: allow use of system c-ares (and make default) Use system c-ares via PACKAGECONFIG by default. So far, nodejs had been built using its embedded copy of c-ares, which we generally try to avoid, for the known reasons (independent updates, cve & license checks, etc). Notes: * otherwise nodejs uses its bundled version of c-ares * the PACKAGECONFIG variable is 'ares' so as to be in line with other uses of this (wget & curl recipes in OE core) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: don't enable sasl support by defaultMartin Jansa2020-02-261-1/+0
| | | | | | | * cyrus-sasl is in meta-networking and meta-oe doesn't depend on meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add shared-mime-info and desktop-file-utils to safe sigs for ↵Khem Raj2020-02-261-0/+2
| | | | | | | | | | phoronix-test-suite This is to avoid sstate signature failures where dependencies on shared-mime-info and desktop-file-utils is added via mime and mime-xdg classes which are target packages and not allarch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine-masterfiles: Make the expression dash friendlyKhem Raj2020-02-261-1/+1
| | | | | | dash does not understand {} expressions like this, therefore simplify Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: fix error during service startupChangqing Li2020-02-262-0/+100
| | | | | | | | | fix below error: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.34.0 -> 1.34.2Pierre-Jean Texier2020-02-251-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.34.2 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: upgrade 3.20.1 -> 3.20.2.2Pierre-Jean Texier2020-02-253-35/+50
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: Add git versionWilliam A. Kennington III2020-02-251-0/+12
| | | | | | | | | We would generally prefer to use stable releases, but there are fixes in master that have not yet been released for compiling the test cases against libc++. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: Change defaults to useful onesAndreas Müller2020-02-252-2/+45
| | | | | | | | | | | | | | | | | | Every time I added xfce4-sensors-plugin to panel xfce4-sensors-plugin suggested sensors not exactly useful. So change defaults: * remove lmsensors * make sysfsacpi work and don't disable it because that's where embedded machines drop useful information Background: Have spent lots of efforts to get Raspi4 cooled properly while running at gouvernor 'performance' and rendering music. Would like to see if it really wears a cool hat [1] [1] https://github.com/schnitzeltony/rpi-cool-hat Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: upgrade 1.2.97 -> 1.3.92Andreas Müller2020-02-251-2/+2
| | | | | | | | | Although not explicitly mentioned in release announcement it seems that this is a develpoment release. It was tested and there could be no reason found not to use this version. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.1.0 -> 2.1.1Andreas Müller2020-02-251-2/+2
| | | | | | | | | | | | | | | >From announcement: * a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch (#607) * pkg-config is now being to used to find readline (#606, thanks to @ffontaine) * fix various typos in the documentation (#600, thanks to @luzpaz) * fix a memory leak in the file renderer * fix leaking memory when sequencer clients were not explicitly unregistered (#610) * fix a heap-based use-after-free in jack driver (#613) * fix the linker possibly not finding libinstpatch (#617, thanks to @realnc) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kea: upgrade 1.7.3 -> 1.7.4Zheng Ruoqin2020-02-241-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcpcd: upgrade 8.1.5 -> 8.1.6Zheng Ruoqin2020-02-241-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: 3.1.8 -> 3.1.9Zheng Ruoqin2020-02-242-31/+2
| | | | | | | | work-with-new-version-of-xfsprogs.patch is removed because it is included in 3.1.9. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libidn: Moved from OE-coreAdrian Bunk2020-02-235-0/+315
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmiutil: gzip man pages with out timestampJeremy Puhlman2020-02-232-0/+26
| | | | | | | | A timestamp was getting encoded into the gzip header. This causes multilib conflicts when installed together, and would likely fail reproducablity tests. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: upgrade 2.3 -> 2.4Yi Zhao2020-02-233-10/+8
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Ply: Add recipe for git versionLeo Yan2020-02-231-0/+15
| | | | | | | | | | | | Ply is a light-weight eBPF tool which compiles ply script or one-liner to Linux BPF programs and attaches to kprobes and tracepoints. It doesn't require external dependencies except libc, so it's very friendly for embedded system usage. This patch adds the recipe to support ply building for git version. Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-h2: Add missing RDEPENDS on hpack and hyperframeJonatan Pålsson2020-02-231-0/+2
| | | | | Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Upgrade 1.12.4 -> 1.12.6Adrian Bunk2020-02-231-2/+2
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Upgrade 1.24.2 -> 1.24.4Adrian Bunk2020-02-231-2/+2
| | | | | | | Upgrade on the 1.24 stable branch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Fix build with bfd 2.34+Khem Raj2020-02-232-0/+80
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnfdragora: Inherit mime-xdgKhem Raj2020-02-211-1/+1
| | | | | | | FIxes QA warning WARNING: dnfdragora-1.0.1+gitAUTOINC+4fef4ce889-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: upgrade 2.16.3 -> 2.16.5Pierre-Jean Texier2020-02-211-2/+2
| | | | | | | | | | Mbed TLS 2.16.5 is a maintenance release of the Mbed TLS 2.16 branch, and provides security fixes and bug fixes, see: https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2019.6 -> 2020.2Alex Kiernan2020-02-211-6/+22
| | | | | | | Also expose glib and gpgme in PACKAGECONFIG (which were always on). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.9.3 -> 0.9.4Wang Mingyu2020-02-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kpatch: upgrade 0.8.0 -> 0.9.0Wang Mingyu2020-02-212-5/+5
| | | | | | | | refresh the following patch: 0002-kpatch-build-allow-overriding-of-distro-name.patch Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: upgrade 7.2.7 -> 7.2.8Wang Mingyu2020-02-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sshfs-fuse: 3.6.0 -> 3.7.0Wang Mingyu2020-02-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: onig: avoid using 'install' with both -D and -t optionsMark Asselstine2020-02-211-1/+2
| | | | | | | | | | | | | | | | | | | Older versions of 'install' (prior to 8.23) do not allow the -D and -t options to be used together. (see coreutils commit 15d092f94a3a [install: allow options -D and -t to be used together]). On build hosts such as CentOS7, which has install v8.22, we therefor see a failure: install: failed to access ‘...onig/6.9.4-r0/image/usr/lib64/onig/ptest/tests/’: No such file or directory We definitely don't want to avoid using useful features of tools but throughout meta-openembedded the mkdir approach is used so let's stick to it and avoid causing undo issues at the expense of one extra line of code. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Security Advisory - php - CVE-2020-7059Li Zhou2020-02-212-0/+87
| | | | | | | | | | | Backport the patch <http://git.php.net/?p=php-src.git;a=commit; h=0f79b1bf301f455967676b5129240140c5c45b09> to solve CVE-2020-7059. Because of the version context, this porting mainly refers to the version merging commit <http://git.php.net/?p=php-src.git;a=commit; h=a8a6242db7c01bb2d87f29e9b8d5ff3f0f847645> Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.066 -> 2.067Zang Ruochen2020-02-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-hunkyfonts: upgrade 0.3.0 -> 0.3.1Zang Ruochen2020-02-211-3/+3
| | | | | | | | Since the new version does not have the file LICENSE, change the LIC_FILES_CHKSUM to COPYRIGHT.TXT. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: upgrade 1.1.7 -> 1.1.8Zang Ruochen2020-02-211-3/+3
| | | | | | | Due to version update, SRC-UR has been modified SRC_URI. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.48 -> 2.4.49Zang Ruochen2020-02-212-34/+3
| | | | | | | | | | -License-Update: Copyright year updated to 2020. -openldap/kill-icu.patch Removed since this is included in 2.4.49. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* log4cpp: upgrade 1.1.2 -> 1.1.3Zang Ruochen2020-02-211-4/+3
| | | | | | | Due to version update, SRC_URI has been modified. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmicrohttpd: upgrade 0.9.69 -> 0.9.70Zang Ruochen2020-02-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Update 1.3.1 to v1.5.0Nicolas SALMIN2020-02-211-1/+1
| | | | | | | Please see https://github.com/gabime/spdlog/releases/tag/v1.5.0 Signed-off-by: Nicolas SALMIN <nicolas.salmin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: Remove config nag on bootJeremy Puhlman2020-02-202-2/+2
| | | | | | | | | [2020-02-16T22:13:56.331425] WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslo g-ng 3.24 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, a nd once completed change the @version header at the top of the configuration file Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Bumped to latest source revisionMadhavan Krishnan2020-02-202-64/+2
| | | | | | | | | | | | | libcamera uses the host machine python instead of sysroot, We use the patch file for libcamera source to use the sysroot python. But libcamera team has fix this issue and, pushed the changes to libcamera source, now we are pointing to that particular source revision of libcamera. In musl, we faced the compilation iisue, so we changed the source revision pointing to the fix of musl compilation issue. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: remove ↵Martin Jansa2020-02-2010-851/+4
| | | | | | | | | | old recipes * I don't expect anyone nowadays actually using these recipes which I've imported from meta-smartphone in 2011. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: use ↵Martin Jansa2020-02-205-25/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git fetcher instead of svn fetcher * svn checkouts from http://svn.openmoko.org/ are now redirected to github: svn --non-interactive --trust-server-cert co --no-auth-cache --ignore-externals -r 4949 http://svn.openmoko.org/trunk/src/target/gpio@4949 gpio Redirecting to URL 'https://github.com/openmoko/openmoko-svn': A gpio/branches A gpio/branches/oe A gpio/branches/oe/pre-20070305 A gpio/branches/oe/pre-20070305/README A gpio/branches/oe/pre-20070305/classes A gpio/branches/oe/pre-20070305/classes/autotools.bbclass A gpio/branches/oe/pre-20070305/classes/base.bbclass A gpio/branches/oe/pre-20070305/classes/openmoko-base.bbclass A gpio/branches/oe/pre-20070305/classes/openmoko-panel-plugin.bbclass * unfortunately this is causing the checkout to start from trunk, not the subdirectory specified in the URL (e.g. /trunk/src/target/gpio) and then S variable points to incorrect directory as discussed here: http://lists.openembedded.org/pipermail/openembedded-devel/2020-February/205028.html * use git fetcher directly to remove the dependency on subversion-native * for simplicity use the same SRCREV and PV for all of these, there wasn't any commit in last 8 years (not anyone can expect new commits), I don't expect anyone nowadays actually using these recipes which I've imported from meta-smartphone in 2011 - that's why I will send their removal in follow-up commit. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: fix do_compile error for nativeQi.Chen@windriver.com2020-02-202-5/+5
| | | | | | | | | | | When building python3-grpcio-native, we will meet do_compile error because of no 'cc'. In fact, 'cc' is not in our hosttools. So fix to use gcc and make the patch also apply to native. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makedumpfile: upgrade 1.6.6 -> 1.6.7Wang Mingyu2020-02-203-40/+5
| | | | | | | | | | | refresh the following patch: 0001-makedumpfile-replace-hardcode-CFLAGS.patch 0003-build-Delete-libebl-from-required-libraries-during-l.patch removed since it is included in 1.6.7 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: upgrade 1.24.1 -> 1.25.3Wang Mingyu2020-02-201-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Add pkgconfig file supportJeremy Puhlman2020-02-202-0/+171
| | | | | Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.6.0 -> 1.6.1Pierre-Jean Texier2020-02-201-2/+2
| | | | | | | See https://github.com/nih-at/libzip/releases/tag/rel-1-6-1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: add native and nativesdk to BBCLASSEXTENDPierre-Jean Texier2020-02-201-0/+2
| | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'mbedtls-native' Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>