Modify script to include only necessary .pc file
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 21 May 2024 12:39:13 +0000 (21:39 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Tue, 21 May 2024 12:39:13 +0000 (21:39 +0900)
commit9a759de15caf247a9ec163f16a03b8ffda57c4f7
treeb91fb426d56c59196b6f76b51a662216e0fe7620
parent8e7b38a953b2b7022377fa060aabe966ef3a5272
Modify script to include only necessary .pc file

Previously, rootstrap generation script copied every .pc files in the
pkgconfig path but it is not valid since there are some packages which
installed by dependencies. Those packages should not be included in the
.pc file, so the script is modified to copy .pc files which are in the
necessary packages.

Change-Id: Ifb9baa2541e00500341930618fa58c2abdd788d4
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
script/rootstrap_gen_1.0.sh