f64ed0c9c6
Problem: Build scripts can supply overriding info to build-info package by placing data in file $MY_WORKSPACE/BUILD. This was not documented as an input source in build-info's build_srpm.data. Hence no md5sum is captured for that file, and no md5sum delta is seen to trigger a rebuild. Solution: Capture the build dependency using OPT_DEP_LIST in build-info's build_srpm.data. Story: 2002835 Task: 22754 Change-Id: If9d39e28cc3824bfe6a593c4cc7f4153cba5c42d Signed-off-by: Scott Little <scott.little@windriver.com>
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
TIS_PATCH_VER=4
|
|
COPY_LIST=release-info.inc
|
|
OPT_DEP_LIST="$MY_WORKSPACE_TOP/BUILD $MY_PATCH_WORKSPACE_TOP/BUILD"
|