Go to file
Jeremy Kerr 60637824d8 contrib: fix python warnings for oe-stylize
I get a couple of python SyntaxWarnings when running oe-stylize:

  [jk@pecola meta-openembedded]$ python3 contrib/oe-stylize.py
  contrib/oe-stylize.py:372: SyntaxWarning: "is not" with a literal. Did you mean "!="?
    if line is not '':
  contrib/oe-stylize.py:389: SyntaxWarning: "is" with a literal. Did you mean "=="?
    if line.isspace() or line is '':

The 'is' operator is for object reference comparison, which is not what
we want here. Change to '==' / '!=' instead.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-21 18:49:37 -08:00
contrib contrib: fix python warnings for oe-stylize 2021-12-21 18:49:37 -08:00
meta-filesystems xfsdump: remove obsolete support for renamed libtool 2021-12-13 21:20:01 -08:00
meta-gnome sysprof: Added json-glib into DEPENDS to fix build error. 2021-12-14 18:03:00 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-multimedia gssdp: Use sniffer only when gnome layer is in mix 2021-12-13 21:20:02 -08:00
meta-networking libnftnl: add ptest 2021-12-21 18:48:51 -08:00
meta-oe libkcapi: Fix build with musl 2021-12-21 18:49:37 -08:00
meta-perl packagegroup-meta-perl: Add new packages 2021-12-10 18:52:10 -08:00
meta-python python3-ujson: upgrade 4.3.0 -> 5.0.0 2021-12-21 18:47:47 -08:00
meta-webserver netdata: Link libatomic on mips 2021-12-13 21:20:02 -08:00
meta-xfce packagegroup-xfce-base: Mark TUNE_PKGARCH specific 2021-12-01 12:39:28 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories