summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* openconnect: build with python3Max Krummenacher2020-02-162-7/+76
| | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vpnc: splitout the vpnc-script into its own packageMax Krummenacher2020-02-161-1/+5
| | | | | | | | The vpnc-script can be used unchanged with the openconnect package. Provide it in its own package and make vpnc RDEPEND on it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lirc: build and deploy with python3Max Krummenacher2020-02-151-6/+4
| | | | | | | | | lirc already uses python3 for the build, reflect that in the recipe. Add the relevant python modules used in the scripts to RDEPENDS. Deploy all python scripts in the lirc-python package. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmap: make ndiff support python3Mingli Yu2020-02-153-2/+1778
| | | | | | | | | | The ndiff is python2 compatible now, backport a patch from debian to make ndiff port to python3. Refer to https://sources.debian.org/data/main/n/nmap/7.80+dfsg1-2/debian/patches/0004-Python3-port-of-ndiff.patch Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: Fix typo in SUMMARYJeremy Puhlman2020-02-151-1/+1
| | | | | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Fix build with python3Khem Raj2020-02-152-20/+7
| | | | | | | Use bootstrap.py to download right waf version turn the python3 patch into a sed command Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: Add initial version 2.6.3Jonathan Richardson via Openembedded-devel2020-02-151-0/+15
| | | | | | openpyxl depends on et-xmlfile and jdcal. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdcal: add initial recipe version 1.4.1Jonathan Richardson via Openembedded-devel2020-02-151-0/+15
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-et-xmlfile: add initial recipe version 1.0.1Jonathan Richardson via Openembedded-devel2020-02-151-0/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: add x265 recipeScott Branden via Openembedded-devel2020-02-151-0/+22
| | | | | | | Add x265 recipe for latest tag of Release_3.2 branch (3.2.1). Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmimetic: Fix ordrered comparision between pointer and zeroKhem Raj2020-02-152-0/+50
| | | | | | | Found with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: asmitha <asmithakarun@gmail.com>
* phoronix-test-suite: add missing mime and mime-xdg inheritTim Orling2020-02-151-1/+1
| | | | | | | | | | | | | | | | | Fixes: " WARNING: phoronix-test-suite-9.2.1-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: phoronix-test-suite path '/work/all-oe-linux/phoronix-test-suite/9.2.1-r0/packages-split/ \ phoronix-test-suite/usr/share/applications/phoronix-test-suite-launcher.desktop' [mime-xdg] WARNING: phoronix-test-suite-9.2.1-r0 do_package_qa: QA Issue: package contains mime types but does not inhert mime: phoronix-test-suite path '/work/all-oe-linux/phoronix-test-suite/9.2.1-r0/packages-split/ \ phoronix-test-suite/usr/share/mime/packages/openbenchmarking-mime.xml' [mime] " Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pytest-html: Add new packageJeremy Puhlman2020-02-151-0/+19
| | | | | | | pytest-html add support for outputing html reports from ptest runs. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pytest-metadata: Add new packageJeremy Puhlman2020-02-151-0/+15
| | | | | | | Adds plugin support for accessing pytest metadata. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pytest-timeout: New packageJeremy Puhlman2020-02-151-0/+13
| | | | | | | Adds plugin for pytest to abort tests after a certain time out. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cffi: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-18/+18
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-17/+16
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-26/+25
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-chardet: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-29/+23
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-certifi: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-14/+14
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-37/+31
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-19/+16
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-18/+16
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spidev-test: Add initial version of recipeArun Parameswaran2020-02-151-0/+29
| | | | | | | | | | | Allows for testing SPI interface using spidev driver and is part of the kernel tools. Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com> Reviewed-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Tested-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-booleanpy: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-16/+14
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blinker: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-8/+7
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcimem: add initial version 2.0Randy Schacher2020-02-151-0/+17
| | | | | | | | | Initial revision from 09724edb1783a98da2b7ae53c5aaa87493aabc9b Reviewed-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Reviewed-by: Randy Schacher <stuart.schacher@broadcom.com> Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-behave: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-17/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-beautifulsoup4: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-19/+17
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bcrypt: consolidate inc and bb files into a single bb fileDerek Straka2020-02-152-19/+17
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>