summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dconf: extend to native build for upcoming gdmAndreas Müller2019-10-281-0/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: rework recipeAndreas Müller2019-10-272-57/+5
| | | | | | | | | * "xz" is default for GNOME_COMPRESS_TYPE * instead of patching away help-files, build them and let users decide if and how to pack them by inheriting gnome-help.bbclass Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-help.bbclass: Handle gnome-help files with new distro feature 'helpfiles'Andreas Müller2019-10-271-0/+69
| | | | | | | | | | | | | | | | Now that we can build gnome help files, let our users decide what to do with them: if 'helpfiles' not in DISTRO_FEATURES delete all help contents during install else if PACKAGE_NO_HELP_SPLIT == 1 pack all help files to ${PN}-help else pack help files to ${PN}-help-<lingua> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: use itstool.bbclassAndreas Müller2019-10-271-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: use itstool.bbclassAndreas Müller2019-10-271-3/+6
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-tools: use itstools.bbclassAndreas Müller2019-10-271-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* itstool: rework native shebang and add class to make native itstool workAndreas Müller2019-10-274-2/+44
| | | | | | | | | | | | | | | | | | | | | itstool was reworked in [1] to not use host's python. This patch introduced the '-S' option for coreutils's env [2]. Unfortunately that option is relatively young [3] and elder build-host don't support it [4]. The only way to get around this is: * remove '-S' and -s' from native shebang * add a class itstool.bbclass. This class depends itstool-native and creates a valid python3 runtime environment. Most notable in the environment is export PYTHONNOUSERSITE = "1" which does same as '-s' option: force python to avoid adding (host) user sites. [1] http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-support/itstool/itstool/0001-Don-t-use-build-time-hardcoded-python-binary-path.patch?id=e5ac325b7974a346b218d1f43b92d06f5b0dd078 [2] http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/itstool/itstool/0001-Don-t-use-build-time-hardcoded-python-binary-path.patch [3] https://github.com/coreutils/coreutils/commit/668306ed86c8c79b0af0db8b9c882654ebb66db2#diff-83d9d52b1f12ac589739ab1334ae4f30 [4] https://errors.yoctoproject.org/Errors/Details/274743/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Stop depending on chrpath-nativeAdrian Bunk2019-10-271-4/+1
| | | | | | | chrpath is no longer used since 3.15. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Backport a memory leak fixAdrian Bunk2019-10-272-0/+38
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: polish the recipeTanu Kaskinen2019-10-262-627/+9
| | | | | | | | | | | | | | | | | | | | | Removed an unused patch file: 0002-build-sys-Add-m4-file-for-AX_CXX_COMPILE_STDCXX_11.patch I believe gtk+3-native was added to DEPENDS to get glib-gettextize, which is actually provided by glib-2.0-native. Pavucontrol is not a part of GNOME, it just uses GTK, so it seems slightly wrong to inherit gnomebase. The only thing we need from gnomebase is the autotools inherit, which we can do directly. The gnomebase class automatically set the SECTION to "x11/gnome", but I think "x11/multimedia" is better. Added HOMEPAGE. Fixed LICENSE. Pavucontrol allows choosing later GPL versions as well. Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Fix build by removing deprecated G_INLINE_FUNCKhem Raj2019-10-262-0/+95
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mycroft: Fixup remaining issuesAlistair Francis2019-10-268-14/+78
| | | | | | | | | | This patch combines a few fixups: - Don't bother users about missing package manager - Use pocketsphinx by default (as it works on RISC-V) - Add Upstream-Status to all patches Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* s-suite: push SRCREV to version 3.6Paolo Valente2019-10-261-2/+2
| | | | | Signed-off-by: Paolo Valente <paolo.valente@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorriso: upgrade 1.4.0 -> 1.5.0Zheng Ruoqin2019-10-261-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* f2fs-tools: upgrade 1.11.0 -> 1.13.0Zheng Ruoqin2019-10-262-35/+2
| | | | | | | | | 1) Upgrade f2fs-tools from 1.11.0 to 1.13.0. 2) Remove patch 0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch as there is no AC_CHECK_FILE in configure.ac. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: upgrade 3.6.2 -> 3.7.0Zheng Ruoqin2019-10-261-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* simple-mtpfs: upgrade to 0.3.0.Zheng Ruoqin2019-10-261-1/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* owfs: upgrade 3.2p2 -> 3.2p3Zheng Ruoqin2019-10-263-51/+30
| | | | | | | | | | | | | | 1) Upgrade owfs from 3.2p2 to 3.2p3. 2) Update LIC_FILES_CHKSUM for COPYING and COPYING.LIB as $Id$ has been removed. 3) Remove 0001-include-sys-sysmacros.h-for-major.patch as it has been merged in new version. 4) Add 0001-Add-build-rule-for-README.patch to fix do_configure error: Makefile.am: required file `./README' not found Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: ujson: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python ujson is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: pyusb: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python pyusb is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: pyhamcrest: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python pyhamcrest is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: psutil: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python psutil is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: oauthlib: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python oauthlib is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask scrypt: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python flask scrypt is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: ndg httpsclient: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python ndg httpsclient is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: jsonpatch: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python jsonpatch is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask bcrypt: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python flask bcrypt is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: dnspython: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python dnspython is ISC. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: markdown: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python markdown is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: xxhash: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python xxhash is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: jsonpointer: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python jsonpointer is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: flask user: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python flask user is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Python: babel: Clarify BSD license variantChristophe PRIOUZEAU2019-10-261-1/+1
| | | | | | | The License of python babel is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: initial add 0.3.0+Andreas Müller2019-10-261-0/+12
| | | | | | | | | | | | * It is a dependency for upcoming colord. That is used by GNOME and KDE [1] so move it to meta-oe * 0.3.0 failed build and gobject-introspection was not configurable -> use latest master sources [1] https://www.freedesktop.org/software/colord/intro.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigc++-3: initial add 3.0.0Andreas Müller2019-10-261-0/+20
| | | | | | | It can be installed parallel with libsigc++-2-0 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glibmm: upgrade 2.60.0 -> 2.62.0Andreas Müller2019-10-261-2/+2
| | | | | | | This version corresponds to glib-2.0 2.62.1 in oe-core master Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: initial add 3.34.0Andreas Müller2019-10-251-0/+33
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-tools: initial add 3.32.2Andreas Müller2019-10-251-0/+22
| | | | | | | yelp-tools is necessary to build gnome-help files Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: initial add 3.34.0Andreas Müller2019-10-251-0/+18
| | | | | | | It is a dependecy for upcoming yelp-tools. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream-glib: initial add 0.7.16Andreas Müller2019-10-251-0/+37
| | | | | | | It is a dependency for upcoming gnome recipes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libstemmer: initial add 2.0.0Andreas Müller2019-10-253-0/+148
| | | | | | | It is a dependency for upcoming appstream-glib Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: upgrade 1.34 -> 1.36Andreas Müller2019-10-251-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: upgrade 1.34.1 -> 1.36Andreas Müller2019-10-251-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm3: upgrade 3.24.1 -> 3.24.2Andreas Müller2019-10-251-2/+2
| | | | | | | This is a bugfix release - most notable memory leaks. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: Inherit distutils3-base for packaging python filesKhem Raj2019-10-251-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 4.1.0 -> 4.2.0Zang Ruochen2019-10-251-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort: upgrade 2.9.14.1 -> 2.9.15Zang Ruochen2019-10-251-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: fix fail to enable bluetooth issueKai Kang2019-10-252-0/+82
| | | | | | | | | | | | | | | | | | | When launch blueman-manager while bluetooth is disable, it may fails with error: Failed to enable bluetooth Because when get bluetooth status right after change its status, the status may not be updated that plugin applet/KillSwitch.py sets the bluetooth status via method of another dbus service which doesn't return immediately. Provides a new dbus method for PowerManager which checks whether dbus method SetBluetoothStatus() has finished. Then it makes sure to get right bluetooth status. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.3.0 -> 3.7.0David Roman2019-10-251-3/+3
|
* update python setuptools-scm from 2.1.0 to 3.3.3Michal Lower2019-10-253-2/+2
|