fix gbs build error 16/294116/1
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 13 Jun 2023 08:24:01 +0000 (17:24 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 13 Jun 2023 08:24:08 +0000 (17:24 +0900)
commita2321ff65bc65d8eddce880f2acd2a536443bf9a
treed755962b71698a40c9c5edc98fc919d4e8b29ebd
parentfcffb06e8131c95803a6729d54f0eb5e293d02eb
fix gbs build error
https://bugs.tizen.org/browse/DEVT-440
This build error happens in such senario:
1. when there exist two or more same rpm packages with different version,
And this package don't depend on other pcakges.
So During parsing the cache file .srcfiles.cache, according to the rule of expanddeps file,
If there is no "R:" section for this package, it will not compare the version.
the releated variable will always save the first package info.
This error is caused by:
https://review.tizen.org/gerrit/gitweb?p=tools/build.git;a=commit;h=bb2a3cc363850d2751058d34c90d5fe00bc80cbc
Change-Id: I2ecdd621bc0350278158fe92dc715f370aba875f
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
expanddeps