summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fio: remove disabling of compiler optimizationsonathan Richardson2020-02-201-1/+0
| | | | | | | | | | | | Disabling compiler optimizations affects fio performance by 25-30% so remove this from EXTRA_OECONF. Disabling of optimizations should be machine specific if there are bugs in the code instead of the default. Optimizations were removed in this commit: https://git.openembedded.org/meta-openembedded/commit/?id=739349da0826221f98648b64b693f9ae33e7d4ea Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quagga: install tmpfiles snippet to /usr/lib/tmpfiles.dCallaghan, Dan2020-02-191-2/+4
| | | | | | | | Package-owned tmpfiles snippets belong in /usr/lib/tmpfiles.d, /etc/tmpfiles.d is for administrator customisations. Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quagga: fix tmpfiles snippet to refer to /run instead of /var/runCallaghan, Dan2020-02-191-1/+1
| | | | | | | | | | | | This fixes a complaint from systemd on boot: systemd-tmpfiles[393]: [/etc/tmpfiles.d/quagga.conf:1] Line references path below legacy directory /var/run/, updating /var/run/quagga → /run/quagga; please update the tmpfiles.d/ drop-in file accordingly. Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: master: remmina - use PACKAGECONFIG for spicedl9pf@gmx.de2020-02-191-7/+3
| | | | | | | | remmina depends on spice and spice-protocol but they are in meta-networking. Use the PACKAGECONFIG flag to avoid hardcoding the dependency. Signed-off-by: Jan-Simon Moeller <dl9pf@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: Provide analyze-suspend as wellKhem Raj2020-02-183-30/+15
| | | | | | Remove stale analyze-suspend recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Add pam_auth to server package.Jeremy A. Puhlman2020-02-181-0/+1
| | | | | | | | | | | | | | | | | | When pam is enabled, the pam plugin in pulled into the server package but not the auth tool which results in following error on boot: Starting to install database for mariadb chown: cannot access '/usr/lib/plugin/auth_pam_tool_dir': No such file or directory Cannot change ownership of the '/usr/lib/plugin/auth_pam_tool_dir' directory to the 'mysql' user. Check that you have the necessary permissions and try again. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dleyna-renderer: Fix build with gupnp 1.2+Khem Raj2020-02-182-1/+126
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: Upgrade to 3.15Khem Raj2020-02-183-10/+31
| | | | | | | License-Update: Change in Company name Cfengine AS a Norwegian company -> Northern.tech Python3 fixes to needed scripts Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: Depend on py3 at runtimeKhem Raj2020-02-181-2/+2
| | | | | | | These packages are empty but python scripts generally do not depend on python2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dleyna-server: Bump version to support 1.2 gupnpKhem Raj2020-02-181-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dleyna-core: Update to latest to support gupnp 1.2Khem Raj2020-02-181-2/+4
| | | | | | License-Update: Changed copyright years Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cifs-utils: upgrade 6.9 -> 6.10Wang Mingyu2020-02-182-2/+49
| | | | | | | | | | | | | | | add the following patch to solve build error: 0001-Bugfix-Modify-the-dir-of-install-exec-hook-and.patch Error message: (cd /sbin && ln -sf mount.cifs mount.smb3) /yocto/work001/fnst/wangmy/build/tmp/hosttools/install -c mount.cifs '/yocto/work001/fnst/wangmy/build/tmp/work/core2-64-poky-linux/cifs-utils/6.10-r0/image/sbin' make install-data-hook ln: failed to create symbolic link 'mount.smb3': Permission denied Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.21 -> 1.22Wang Mingyu2020-02-181-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fetchmail: upgrade 6.4.1 -> 6.4.2Wang Mingyu2020-02-181-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gupnp-av: Upgrade to 0.12.11Khem Raj2020-02-171-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp-igd: Upgrade to 0.2.5Khem Raj2020-02-172-4/+107
| | | | | | | | Backport patch to support gupnp 1.2 APIs Add gsspd to deps Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp-tools: Upgrade to 0.10.0Khem Raj2020-02-172-13/+13
| | | | | | | | | Add missing dep on glib-2.0-native inherit gtk-icon-cache Convert to use meson Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* rygel: Upgrade to 0.38.3Khem Raj2020-02-171-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp-dlna: Rename patchdir to PNKhem Raj2020-02-171-0/+0
| | | | | | | | This makes is specific to gupnp-dlna alone since thats only recipe using the patches inside files Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp: Upgrade to 1.2.2Khem Raj2020-02-173-18/+12
| | | | | | | | | Switch to using meson Depend on py3 since its now supported Relax packaging to include version number in gupnp-binding-tool Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gssdp: Upgrade to 1.2.2Khem Raj2020-02-172-24/+20
| | | | | | | | Switch to using meson Use sniffer via packageconfig Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* x265: Move into meta-multimediaKhem Raj2020-02-171-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Use python3 in ptestsKhem Raj2020-02-171-1/+7
| | | | | | Adjusts rdeps accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: rdep on python3 version of pyflakesKhem Raj2020-02-171-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: Add python3 versionKhem Raj2020-02-171-0/+16
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: Add missing missing RDEPEND and enable nativesdkViktor Rosendahl2020-02-171-0/+2
| | | | | | | | | It seems like geninfo is depending on gcov-symlinks, so it should be added here. Also, lcov is useful in SDKs, so let's enable the building of native and nativesdk packages. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: Add support for intermediate JSON formatViktor Rosendahl2020-02-173-1/+1153
| | | | | | | | gcc-9 uses this intermediate JSON format, so we will need these two patches to make lcov work again. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perl: Add libperlio-gzip-perl and libjson-perlViktor Rosendahl2020-02-172-0/+52
| | | | | | | | We need to add these perl modules in order to make lcov compatible with gcc9. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: remove executable permission bits of udev rule fileYi Zhao2020-02-171-1/+1
| | | | | | | | | Fixes systemd-udevd warning: systemd-udevd[156]: Configuration file /etc/udev/rules.d/40-libgphoto2.rules is marked executable. Please remove executable permission bits. Proceeding anyway. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Disable lua support for riscvKhem Raj2020-02-171-0/+2
| | | | | | luajit port of risc-v does not exist yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.3.5 -> 2.4.2Andreas Müller2020-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 2.4.2 ======================= - Fix crash when selecting desktop action. (bug #16445) - Translation updates: Chinese (China), Croatian, Georgian. Release notes for 2.4.1 ======================= - Fix narrow iconview columns. - Fix bad hyphenation by increasing iconview column width. - Translation updates: Finnish, Serbian. Release notes for 2.4.0 ======================= - Add option to show as icons. (bug #15675) - Add hiding menu items. (bug #14816) - Add searching keywords of menu items. (bug #15047) - Add tooltip to profile picture for editing profile. (bug #15501) - Adjust wording of switch user command. (bug #15398) - Add icons to context menu. - New default layout. - Make panel button square only if single row and title hidden. - Rearrange settings dialog. - Redesign session confirmation dialogs. - Refactor code. - Rewrite menu load to match GarconGtkMenu. - Switch categories with keyboard focus if hover enabled. - Use custom icon renderer. - Use link time optimization if available. - Increase C++ version. - Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech, Danish, Dutch, Finnish, French, Galician, Georgian, German, Greek, Icelandic, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Malay, Nepali, Norwegian Bokmal, Polish, Portuguese, Portuguese (Brazil), Slovak, Spanish, Turkish. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 3.34.3 -> 3.34.4Andreas Müller2020-02-161-2/+2
| | | | | | | | | | | | | >From announcement: News ==== * Switch screen-recorder back to VP8 [Björn; #256] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 3.34.3 -> 3.34.4Andreas Müller2020-02-162-40/+2
| | | | | | | | | | | | | | | | | | | | Backported patch is included see '<-' in annnouncement: News ==== * Handle mode set race conditions more gracefully [Jonas; !1007] * Fix fallback to GLES2 [Adam; #635] <- * Fix interoperation with wl_data_device_manager v1 [Carlos; #965] * Fix visual glitches with offscreen effects applied [Georges; !992] * Favor text over images in clipboard manager [Carlos; #919] * Fixes crashes [Jonas, Carlos; !961, !869] * Plugged memory leaks [Sebastian, Adam; !1002, !1011] * Misc. bug fixes [Carlos, Robert, Olivier; !1005, #878, !1031, !1034, !1040] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Fix build on risc-vKhem Raj2020-02-162-0/+30
| | | | | | Port GetProgramCounter to support risc-v program counter Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Depend on libexecinfo for muslKhem Raj2020-02-161-0/+1
| | | | | | | | musl does not have internal backtrace implementation like glibc but we can use external library Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
* gtkwave: Inherit mime and mime-xdgKhem Raj2020-02-161-3/+3
| | | | | | | | | Use += for depends to not override prior ones Fixes gtkwave-3.3.103: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: gtkwave path '/work/aarch64-yoe-linux/gtkwave/3.3.103-r0/packages-split/gtkwave/usr/share/applications/gtkwave.desktop' [mime-xdg] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: Inherit mime and mime-xdgKhem Raj2020-02-161-2/+2
| | | | | | | | | | Use += for depends to not override prior ones Fixes sysprof-3.34.1: package contains mime types but does not inhert mime: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/mime/packages/sysprof-mime.xml' [mime] sysprof-3.34.1: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/applications/org.gnome.Sysprof3.desktop' [mime-xdg] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Inherit mime-xdgKhem Raj2020-02-161-1/+1
| | | | | | | Fixes remmina-1.3.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: remmina path '/work/aarch64-yoe-linux/remmina/1.3.6-r0/packages-split/remmina/usr/share/applications/remmina-file.desktop' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* joe: Inherit mime-xdgKhem Raj2020-02-161-1/+1
| | | | | | | Fixes joe-4.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: joe path '/work/aarch64-yoe-linux/joe/4.6-r0/packages-split/joe/usr/share/applications/jpico.desktop' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: inherit mimeKhem Raj2020-02-161-1/+1
| | | | | | | Fixes libsigrok-0.5.2: package contains mime types but does not inhert mime: libsigrok path '/work/aarch64-yoe-linux/libsigrok/0.5.2-r0/packages-split/libsigrok/usr/share/mime/packages/vnd.sigrok.session.xml' [mime] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sigrok-cli: Inherit mime-xdgKhem Raj2020-02-161-1/+1
| | | | | | | Fixes WARNING: sigrok-cli-0.7.1-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>
* python3-colorlog: add new packageJeremy Puhlman2020-02-161-0/+11
| | | | | | A colored formatter for the python logging module Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: add new packageJeremy Puhlman2020-02-161-0/+13
| | | | | | Convert text with ANSI color codes to HTML or to LaTeX Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crcmod: consolidate inc and bb files into a single bb fileDerek Straka2020-02-162-16/+14
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-contextlib2: consolidate inc and bb files into a single bb fileDerek Straka2020-02-162-11/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-constantly: consolidate inc and bb files into a single bb fileDerek Straka2020-02-162-13/+11
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configparser: consolidate inc and bb files into a single bb fileDerek Straka2020-02-162-16/+14
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configargparse: consolidate inc and bb files into a single bb fileDerek Straka2020-02-162-24/+21
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coloredlogs: consolidate inc and bb files into a single bb fileDerek Straka2020-02-162-26/+24
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openconnect: use target path to scriptMax Krummenacher2020-02-161-2/+2
| | | | | | | | | | | openconnect puts the default absolute path to the vpnc-script into its binary from the --with-vpnc-script configure options. So do not prepend the value with the path to the OE sysroot. RDEPEND on vpnc-script to have the script from vpnc installed on target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>