]> code.ossystems Code Review - openembedded-core.git/commit
useradd-staticids.bbclass: Avoid FutureWarning about split()
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 10 Jun 2016 15:46:11 +0000 (17:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:46:51 +0000 (23:46 +0100)
commita7a783c30cc58008f0e070dad39d40038e0a5eb5
treef7c88a1f29f72e151d472384094fc37aacb6ad2f
parent77adf8341694b76cf58b7a31dda18b85b3eb87a2
useradd-staticids.bbclass: Avoid FutureWarning about split()

This avoids the following warning with Python 3.5:

  /usr/lib64/python3.5/re.py:203: FutureWarning: split() requires a
  non-empty pattern

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd-staticids.bbclass