summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nodejs: libatomic patch should be target specificKhem Raj2019-11-211-1/+1
| | | | | | | | | | | host usually are using gcc/x86_64/aarch64 and all of them have gcc which can support atomic intrinsics, but not all of them install libatomic by default e.g. centos-7, so asking for libatomic unconditionally may not work always Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Tim Orling <timothy.t.orling@linux.intel.com>
* sanlock: Replace cp -a with cp -R --no-dereferenceKhem Raj2019-11-212-1/+54
| | | | | | | | | helps to stop leaking builder's UID into sstate cache Fixes Exception: KeyError: 'getpwuid(): uid not found: 6000' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: Use python3 and add sanlock user/groupKhem Raj2019-11-211-1/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyelftools: add recipesRouven Czerwinski2019-11-213-0/+18
| | | | | | | | pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libclass-method-modifiers-perl: upgrade 2.12 -> 2.13Zang Ruochen2019-11-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.62 -> 1.64Zang Ruochen2019-11-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmoo-perl: upgrade 2.003004 -> 2.003006Zang Ruochen2019-11-211-3/+3
| | | | | | | -License-Update: Change the LICENSE URL from http to https. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: move to release 1.10.0Lei YU2019-11-211-1/+1
| | | | | | | | | | | The googletest recipe was using 1.8.1 tag, and in the recipe it was using the git revision instead of the tag release. Rename it to googletest_git.bb and use the 1.10.0 release revision to get the latest release. Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-cppguess-perl: upgrade 0.12 -> 0.20Zang Ruochen2019-11-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-21161-162/+162
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: add missing dependencyQi.Chen@windriver.com2019-11-211-0/+1
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyparted: upgrade 3.11.2 -> 3.11.3Zang Ruochen2019-11-213-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: upgrade 3.20 -> 3.22Zang Ruochen2019-11-212-6/+6
| | | | | | | | -Refresh the following patch: 0003-comment-out-sections-shutdown-and-environment-in-gen.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 1.0.4 -> 1.0.5Andreas Müller2019-11-211-2/+2
| | | | | | | | | | | | | Release notes for 1.0.5 ======================= Bug Fixes: - Fix creation and cleanup of thumbnails (Xfce #16026) - Fix volume hotkeys in fullscreen (Xfce #16005) - Fix compiler warnings Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: Update patch to upstream submitted oneKhem Raj2019-11-203-11/+53
| | | | | | Use builtin_bswap32 with clang if available Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ruli: Fix install step and build samples tooKhem Raj2019-11-205-135/+169
| | | | | | | | | | | do_install never executed as a result it was empty install Create ruli-bin package for utilities, so libraries can be packages granularily Drop the makefile patch which is no longer needed, set the make variables to get the needed bits set Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyephem: upgrade 3.7.6.0 -> 3.7.7.0Zang Ruochen2019-11-201-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: replace dependency readline with libeditKai Kang2019-11-202-2/+1
| | | | | | | | | | | Because readline changed its license to GPLv3 from version 6.0, if build mariadb for distribution, it skips readline and turns to libedit. If no libedit available, it uses bundled readline in the source code finally. There is readline 8.0 in oe-core, so remove dependency readline and use libedit instead. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meh: upgrade 0.47 -> 0.48Zang Ruochen2019-11-201-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted: upgrade 19.7.0 -> 19.10.0Zang Ruochen2019-11-203-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twitter: upgrade 3.7.0 -> 3.8.0Zang Ruochen2019-11-203-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-tzlocal: upgrade 1.5.1 -> 2.0.0Zang Ruochen2019-11-203-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-urllib3: upgrade 1.25.6 -> 1.25.7Zang Ruochen2019-11-203-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-xlrd: upgrade 1.1.0 -> 1.2.0Zang Ruochen2019-11-203-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-xstatic: upgrade 1.0.1 -> 1.0.2Zang Ruochen2019-11-203-3/+3
| | | | | | | -License-Update:Changed docs and repository information. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-yappi: upgrade 0.98 -> 1.0Zang Ruochen2019-11-203-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-zopeinterface: upgrade 4.6.0 -> 4.7.1Zang Ruochen2019-11-203-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblockfile: Rename patchPaul Barker2019-11-202-1/+1
| | | | | | | | | The file name "0001-Makefile.in-install-nfslock.so-and-nfslock.so.0.patch" falls afoul of the default exclusions for subversion, preventing import into other projects. The simplest solution is to just rename the patch. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: do not deploy unnecessary udev rule fileStefan Agner2019-11-201-1/+4
| | | | | | | | | | | | | | | | | The 84-nm-drivers.rules is not required for systemd-udevd versions v210 and later. The file has been split into a separate file so distributions with a new enough systemd version can drop it. See also: https://github.com/NetworkManager/NetworkManager/commit/1e0375826252abf9aab2aef273a2a24cd08c9f42 I noticed this while investigating into a warning show during bootup: /usr/lib/udev/rules.d/84-nm-drivers.rules:10 Invalid value "/bin/sh -c 'ethtool -i $1 | sed -n s/^driver:\ //p' -- $env{INTERFACE}" for PROGRAM (char 24: invalid substitution type), ignoring, but please fix it. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-scandir: Add native and nativesdk to BBCLASSEXTENDNicola Lunghi2019-11-191-0/+2
| | | | | Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-contextlib2: Add native and nativesdk to BBCLASSEXTENDNicola Lunghi2019-11-191-0/+2
| | | | | Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-configparser: Add native and nativesdk to BBCLASSEXTENDNicola Lunghi2019-11-191-0/+2
| | | | | Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-importlib-metadata: fix class-target overriding default dependenciesNicola Lunghi2019-11-191-2/+2
| | | | | | | | | | | | | | | | | in commit fcda3fb1a3fbfac075325482074898dfb7138da7 python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk The RDEPENDS for class target was "appended" with += RDEPENDS_${PN}_class-target += "python3-misc" Using += for class target does't append the dependencies to the existing one, instead what it does is overwrite it. This was causing the RDEPENDS to be wrongly set only to python3-misc not including the one included in the inc file (zipp, pathlib2). Use append instead. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-babel: add BBCLASSEXTEND for native/nativesdkRoss Burton2019-11-191-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: use the Fedora service file available from upstreamStefan Agner2019-11-191-1/+1
| | | | | | | | Use the Fedora systemd service file which seems more advanced than the somewhat less maintained Redhat service file. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gitpkgv.bbclass: Support also lightweight tagsniko.mauno@vaisala.com2019-11-191-3/+3
| | | | | | | | | | | | | | When checking for commit specific tags during GITPKGVTAG resolution, use additional '--tags' and '--exact-match' options for 'git describe' command. This changes the behaviour so that in case an annotated tag does not exist for the particular commit, then the latest lightweight (non-annotated) tag is used instead, in case that commit has at least one such tag. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gitpkgv.bbclass: Use --git-dir optionniko.mauno@vaisala.com2019-11-191-7/+4
| | | | | | | | Avoid redundant shell working directory change by resorting to '--git-dir' option for git command instead. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: add gsettings to inheritAndreas Müller2019-11-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: add gsettings to inheritAndreas Müller2019-11-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather: add gsetings & upstream-version-is-even to inheritAndreas Müller2019-11-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: add gsettings to inheritAndreas Müller2019-11-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: add gsettings to inheritAndreas Müller2019-11-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: add gsettings to inheritAndreas Müller2019-11-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlm: Drop -fstack-clash-protection for clangKhem Raj2019-11-191-0/+4
| | | | | | -fstack-clash-protection is gcc-only option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Link with libatomic on clang/x86Khem Raj2019-11-182-0/+29
| | | | | | | This is needed for atomic<double> which clang does not use intrinsic function for on 32bit x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Link with libatomic on clang/x86Khem Raj2019-11-181-0/+4
| | | | | | | | clang does delegate the atomic<double> calls to libatomic on x86 where as gcc tries to use intrinsics, its debatable who is right, but it does seem that clang is safe in case pointer is unaligned Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: Move static inline functions where usedKhem Raj2019-11-182-0/+72
| | | | | | | Clang warns about unused functions on some arches e.g. mips unused function '_bswap32' [-Werror,-Wunused-function] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libldb: Do not require the "pam" distro feature to be enabledPeter Kjellerstedt2019-11-181-2/+1
| | | | | | | | | | It was only added because samba was a dependency, but was not removed again when the dependency on samba was removed in commit 6207331f. This effectively reverts commit a190c2e3. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: add recipenick83ola2019-11-181-0/+23
| | | | | Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apply-defaults: add recipenick83ola2019-11-181-0/+15
| | | | | Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>