summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-15 22:42:03 +0100
committerSteve Sakoman <steve@sakoman.com>2021-09-24 04:27:46 -1000
commitfbd5a1f877d805d810562985c7a5dac4a5761263 (patch)
treea5a922c3ee880ef63fe60dd69cf97b2ee1c19f4a /meta-skeleton
parentad080aadbc409c99511d602e0531952b96c06bbf (diff)
downloadopenembedded-core-fbd5a1f877d805d810562985c7a5dac4a5761263.tar.gz
useradd: Ensure preinst data is expanded correctly in pkgdata
The preinst data in pkgdata will not expand out the ${XXX_PARAM} variables since they don't use a package suffix. It happens that the final expansion used for the packages is corrected by a second trip through the datastore. The first version is used for calculation of the task output hash and recent improvements in hash reuse showed this data wasn't using included in the hashes, meaning for example builds with dynamic IDs were mixing sstate with builds using static IDs. The result was a mess. Fix this by expanding the data in the preinst correctly to use the package specific _PARAM values. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 375430f249e7e0b6622e566e2478b40ba7e606ab) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions