summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* xscreensaver: Upgrade 5.39 -> 5.44Leon Anavi2020-06-163-67/+64
| | | | | | | | | | | | | | | | | Upgrade to release 5.44. Rebase patches for fixing build scripts and app defaults. Change the license checksum due to update of the year. Add xuser-account as a run-time dependency because the systemd service runs as xuser and fails if such user doesn't exist. The new release brings: - New hacks, `gibson', `etruscanvenus' and `scooter'. - New color options in `romanboy', `projectiveplane', `hypertorus' and `klein'. - X11: Always use $HOME/.xscreensaver, not getpwuid's directory. - Various bug fixes. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update commit for version 3.9.7Peace Lee2020-06-161-1/+1
| | | | | | | | | commit hash for version 3.9.7 is invalid because previous commit hashes chagned by git filter-branch command are restored Signed-off-by: Peace Lee <iipeace5@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: Upgrade 3.11.4 -> 3.12.3Leon Anavi2020-06-152-6/+10
| | | | | | | | | | | | | | | | | | | | Upgrade to release 3.12.3. Update the path to the git repository in GitHub. Update the patch for examples/Makefile. The new release brings: - [experimental] Singular, non-message typed fields in proto3 now support presence tracking. This is enabled by adding the "optional" field label and passing the --experimental_allow_proto3_optional flag to protoc. - Allow duplicate symbol names when multiple descriptor sets are passed on the command-line, to match the behavior when multiple .proto files are passed. - Deterministic protoc --descriptor_set_out - Bug fixes for the supported programming languages Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: disable parallelism to avoid race conditionPaul Eggleton2020-06-141-0/+5
| | | | | | | | | | | | | | | | | Unfortunately 489d3b4b932ee8016d792341f8ea5836a9522cd4 did not completely fix the problem - if you try cleaning and rebuilding protobuf-c-native it doesn't take long to reproduce the issue on a 32-core machine. I spent some time trying to debug this but failed, there is still a race between generating t.test-full.pb.h and compiling cxx_generate_packed_data.c despite BUILT_SOURCES and explicit dependencies. I even tried converting the multiple target rules to use grouped targets (&:), that didn't fix it either. Disabling parallelism as a workaround only costs ~20s and it turns out that upstream is switching to Meson soon anyway: https://github.com/protobuf-c/protobuf-c/pull/340 Signed-off-by: Paul Eggleton <paul.eggleton@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-clhpp: add recipeAnuj Mittal2020-06-141-0/+23
| | | | | | | Recipe to provide OpenCL API C++ bindings. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: fix installation paths when usrmerge is usedMartin Jansa2020-06-142-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * INSTALL_LIB is used after INSTALL_PREFIX and in usrmerge case the /usr prefix is duplicated twice, because export exec_prefix="/usr" export base_libdir="/usr/lib" use baselib which is without the exec_prefix/base_prefix from root_prefis: # "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '${exec_prefix}', '${base_prefix}', d)}" root_prefix="/usr" baselib="lib" * fixes: ERROR: ace-6.5.8-r0 do_package: QA Issue: ace: Files/directories were installed but not shipped in any package: /usr/usr/lib/libACE.so /usr/usr/lib/libACE_Compression.so.6.5.8 /usr/usr/lib/libACE_ETCL_Parser.so.6.5.8 /usr/usr/lib/libACE.so.6.5.8 /usr/usr/lib/libACE_RLECompression.so.6.5.8 /usr/usr/lib/libACE_Compression.so /usr/usr/lib/libACE_ETCL_Parser.so /usr/usr/lib/libACE_Monitor_Control.so.6.5.8 /usr/usr/lib/libACE_ETCL.so /usr/usr/lib/libACE_RLECompression.so /usr/usr/lib/libACE_Monitor_Control.so /usr/usr/lib/libACE_ETCL.so.6.5.8 /usr/usr/lib/pkgconfig /usr/usr/lib/pkgconfig/ACE.pc /usr/usr/lib/pkgconfig/ACE_ETCL_Parser.pc /usr/usr/lib/pkgconfig/ACE_ETCL.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ace: 16 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.7.0 -> 1.7.1Pierre-Jean Texier2020-06-141-1/+1
| | | | | | | See full changelog https://github.com/nih-at/libzip/releases/tag/v1.7.1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsnapshot: upgrade 1.4.2 -> 1.4.3Pierre-Jean Texier2020-06-141-2/+2
| | | | | | | | | | | | | | VERSION 1.4.3 ------------------------------------------------------------------------------ - Fixes and minor updates to Pod / man page. - Adds more tests. - Restore rsync error code 23 as an important warning. - Fixes shortargs appending. - Non-LVM backup source breaks after LVM backup source. - Update rsnapreport.pl utility script to work with rsync >= 3.1.0 stats and bytes changes. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: Add recipeAlex Kiernan2020-06-132-0/+27
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: Add recipeAlex Kiernan2020-06-132-0/+37
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxmlb: Add recipeAlex Kiernan2020-06-132-0/+22
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zstd: Upgrade 1.4.4 -> 1.4.5Alex Kiernan2020-06-132-2/+31
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl: move headers and loader recipe to common directoryAnuj Mittal2020-06-123-0/+0
| | | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Drop unused features_check inheritKhem Raj2020-06-111-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* serialcheck: switch to a fork and update to the latestDenys Dmytriyenko2020-06-114-177/+14
| | | | | | | | | | | | Original serialcheck at https://git.breakpoint.cc/cgit/bigeasy/serialcheck.git/ hasn't been updated since early 2015 and has been forked and continued at https://github.com/nsekhar/serialcheck Switch to the fork and update to the latest, while dropping merged and unneeded patches. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: drop unsupported featuresAndrej Valek2020-06-111-5/+1
| | | | | | | | | - QT4 support was dropped - Feature for switching between boost and std pointer was dropped - only std pointers are supported since version 0.13.0 Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoclue: select avahi-daemon if nmea enabledChenxi Mao2020-06-111-1/+1
| | | | | | geoclue serivce rely on avahi-daemon, so enable it by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* guider: Upgrade to 3.9.7Peace Lee2020-06-102-39/+19
| | | | | Signed-off-by: Peace Lee <iipeace5@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Don't inherit 'features_check' in recipes that don't utilize itJacob Kroon2020-06-103-3/+3
| | | | | Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.3.2 -> 2.3.3Zang Ruochen2020-06-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mscgen: Extend for native and nativesdkChristian Eggers2020-06-101-0/+2
| | | | | | | | msgcgen is often used together with doxygen (which is already available for native/nativesdk). Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: Extend for native and nativesdkChristian Eggers2020-06-101-1/+3
| | | | | | | gd is required for msgcgen which is often used together with doxygen. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-dejavu: Extend for native and nativesdkChristian Eggers2020-06-101-0/+6
| | | | | | | | | | When using doxygen together with the "dot" tool (graphviz package), a ttf font package is additionally required. Probably this change could also be moved to ttf.inc. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: Extend for nativesdkChristian Eggers2020-06-102-1/+29
| | | | | | | | | | | | The "dot" tool is often used together with doxygen which is already available for nativesdk. Cross compiling graphviz for nativesdk looks quite similar as building for target. At installation time of the SDK, "dot -c" must be called in order to create <SDK sysroot>/usr/lib/graphviz/config6. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* intel-speed-select: Add new recipe for the tool to validate Intel SSTYongxin Liu2020-06-101-0/+30
| | | | | Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mm-common: upgrade 1.0..0 -> 1.0.1Zang Ruochen2020-06-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: upgrade 1.9.8 -> 1.9.9Pierre-Jean Texier2020-06-101-2/+2
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox-inittab: Get rid of bashismKhem Raj2020-06-101-2/+2
| | | | | | | | | Be explicit about copying the files, makes it simpler for dash to handle it Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com> Cc: Adam Miartus <adam.miartus@softhows.eu>
* mercurial: upgrade 5.2 -> 5.4Zang Ruochen2020-06-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-periphery: add recipeJoris Offouga2020-06-081-0/+21
| | | | | Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: remove service template from SYSTEMD_SERVICEKai Kang2020-06-081-2/+6
| | | | | | | | | Remove systemd service template lvm2-pvscan@.service from SYSTEMD_SERVICE. It should be started/stopped in udev rules file 69-dm-lvm-metad.rules. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.6.1 -> 1.7.0Pierre-Jean Texier2020-06-081-2/+1
| | | | | | | See full changelog https://github.com/nih-at/libzip/releases/tag/rel-1-7-0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jpnevulator: upgrade 2.3.4 -> 2.3.5Pierre-Jean Texier2020-06-081-2/+2
| | | | | | | See changelog https://github.com/snarlistic/jpnevulator/blob/master/Changelog Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: upgrade 1.8.1 -> 1.8.2Zang Ruochen2020-06-081-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfc: upgrade 1.7.1 -> 1.8.0Pierre-Jean Texier2020-06-082-29/+3
| | | | | | | | | See full changelog https://github.com/nfc-tools/libnfc/blob/master/ChangeLog#L1 Also remove patch applied upstream Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: upgrade 58 -> 59Zang Ruochen2020-06-081-4/+4
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe toybox: enable toybox init when selected as init managerAdam Miartus2020-06-081-0/+7
| | | | | | | compile in toybox init binary and rdepend on toybox inittab files Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe toybox-inittab: allow getty as a packageconfig featureAdam Miartus2020-06-081-5/+16
| | | | | Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe toybox-inittab: toybox inittab implementationAdam Miartus2020-06-084-0/+129
| | | | | | | adds lightweight inittab scripts for use with toybox Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-c: add native, nativesdk supportMartin Kelly2020-06-081-0/+2
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: upgrade 0.19 -> 0.20Pierre-Jean Texier2020-06-081-2/+2
| | | | | | | See full changelog https://github.com/analogdevicesinc/libiio/releases/tag/v0.20 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.88.0 -> 0.89.0Andreas Müller2020-06-081-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 2.23 -> 2.24Andreas Müller2020-06-081-5/+2
| | | | | | | | Change SRC_URI: all udisks related sources moved to https://github.com/storaged-project Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: Upgrade 0.3.0+ -> 0.3.4Alex Kiernan2020-06-082-3/+57
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ocl-icd_git.bb: Add recipe for OpenCL ICD loadersNaveen Saini2020-06-051-0/+19
| | | | | | | | | | This recipe creates package which aims at creating an Open Source alternative to vendor specific OpenCL ICD loaders. Signed-off-by: Min Ma <min.ma@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: Fix build with json-c 0.14 and newerKhem Raj2020-06-052-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: 12.2 -> 12.3Wang Mingyu2020-06-053-53/+2
| | | | | | | | 0001-Use-pkg-config-for-libxml2-detection.patch removed since it is not available in 12.3 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.10.2 -> 0.5.11Wang Mingyu2020-06-052-33/+3
| | | | | | | | 0001-Fix-printf-format-errors-with-clang.patch removed since it is not available in 0.5.11 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: add new recipeNaveen Saini2020-06-033-0/+163
| | | | | | | | | | | | | | The ADAPTIVE Communication Environment library. Sources: http://download.dre.vanderbilt.edu/ Homepage: http://www.dre.vanderbilt.edu/~schmidt/ACE-overview.html Object-oriented (OO) framework that implements many core patterns for concurrent communication software. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zile: properly append PACKAGECONFIGKonrad Weihmann2020-06-031-1/+1
| | | | | | | | | | As ??= assignment will be overwritten by += in any case, one can't define a default of PACKAGECONFIG in this recipe. Using _append instead mitigates chances of accidental overwriting the default Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>