]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bbclass: Handle COMPONENTS_DIR when restoring state
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 3 May 2017 21:13:39 +0000 (23:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 May 2017 11:21:31 +0000 (12:21 +0100)
commit097875bc9ab9d60a452b01ac6825775983684d68
treebefcd2fa808b76005f074de55fe6ef7a046adce9
parent70a84b525470f72339568409daf84845904e4cab
useradd.bbclass: Handle COMPONENTS_DIR when restoring state

The export of PSEUDO in useradd_sysroot() contains references to
${COMPONENTS_DIR}. These need to be handled when restoring
postinst-useradd-${PN} from the sstate cache.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass
meta/classes/useradd.bbclass