diff options
author | Ross Burton <ross.burton@intel.com> | 2017-03-02 14:16:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-02 14:21:05 +0000 |
commit | 97056011c17f343e697aa9f0d418f6487b9f7465 (patch) | |
tree | 3b5badcd840fcb17e9d96c83115181ad201b1125 /meta/recipes-core/update-rc.d | |
parent | 0116e4814aa55feb0f8944deb98e39b4534bab0c (diff) | |
download | openembedded-core-97056011c17f343e697aa9f0d418f6487b9f7465.tar.gz openembedded-core-97056011c17f343e697aa9f0d418f6487b9f7465.tar.bz2 openembedded-core-97056011c17f343e697aa9f0d418f6487b9f7465.zip |
meta-estsdk-toolchain: use WORKDIR instead of D to hold locked-sigs
do_locked_sigs() uses ${D} to hold a file as input to the sstate staging code.
Generally this isn't a problem as it happens after packaging, but sometimes (if
the recipe is rebuild, perhaps) do_package() will see the file inside ${D} and
fail because there is an uninstalled file.
Solve this by using a directory under ${WORKDIR} so it can't be packaged.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/update-rc.d')
0 files changed, 0 insertions, 0 deletions