Add file list of necessary files of package glib2
authorSangYoun Kwak <sy.kwak@samsung.com>
Thu, 16 May 2024 03:03:46 +0000 (12:03 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Thu, 16 May 2024 03:16:43 +0000 (12:16 +0900)
commitde692fbda1a92ebdb42751b1cd36e14ca462bfd1
treee3ca3245f53dc99da031e8d1f2f56981bf32eee7
parent50b2b7167228a6c5a4491c3de57aaad2cfd56f10
Add file list of necessary files of package glib2

Previously, necessary files of glib2 was '*', which means every files in
the rpm package.
But now the package files are downloaded by gbs using BuildRequires, it
is required to specify the required files(because the files of
BuildRequires are all downloaded and mixed so there is no way to specify
which file is from glib2).
Thus, necessary files are added to the glib2-rs.xml.
Additionally, glib2-rs.xml requires file path started with
'/usr/share/gdb/auto-load/usr/lib' and it is architecture-dependent.
To support 64-bit, convert64.sh script is modified to support this.

Change-Id: I26d757f37c3cd3910f8a399975728562791d456a
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
rs_resource/OSS/glib2-rs.xml
script/convert64.sh