]> code.ossystems Code Review - openembedded-core.git/commit
useradd-staticids.bbclass: trigger reparsing when table files change
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 28 Jul 2016 09:43:02 +0000 (11:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Aug 2016 10:46:37 +0000 (11:46 +0100)
commit799c93592a9aac571d6dc05529437c0eec7b08b8
tree5e3919d5a264de1738a40e23e64bf8ac1b1a160c
parentf2a04faf3c5d0a3cc562061b22e1c4873e1ca769
useradd-staticids.bbclass: trigger reparsing when table files change

This addresses (among others) the following problem:
- USERADD_ERROR_DYNAMIC=error causes a recipe to get skipped
  because a static ID entry is missing
- the entry gets added to the file
- using the recipe still fails with the same error as before
  because the recipe gets loaded from the cache instead
  of re-parsing it with the new table content

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd-staticids.bbclass