convert script: fix architecture conversion error
authorDongkyun Son <dongkyun.s@samsung.com>
Tue, 17 Oct 2023 00:46:21 +0000 (09:46 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 19 Oct 2023 06:59:39 +0000 (15:59 +0900)
- setup : noarch
- linux-glibc-devel : armv7l | i686 | aarch64 | x86_64

Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
script/convert32.sh
script/convert64.sh

index 6793dc57227c290c05a7b020a8feeef5e441564a..6034dbd4b1990c095624cd5a6012781dd80fb303 100755 (executable)
@@ -2,7 +2,7 @@
 
 # xml Converter
 git checkout ./rs_resource ./rs_resource_invisible
-find ./ \( -name "*-rs.xml" ! -iname "kernel-headers-linux-rs.xml" \) \
+find ./ \( -name "*-rs.xml" ! -iname "setup-rs.xml" \) \
 -exec xmlstarlet ed -L -u //rootstrap/emulator/rpm/@arch -v "i686" {} \; \
 -exec xmlstarlet ed -L -u //rootstrap/target/rpm/@arch -v "armv7l" {} \; \
 -exec xmlstarlet ed -L -u //rootstrap/library_path -v "/usr/lib" {} \; \
index 53f497df2baea73e2881d6d8bdddd432ed32c1f6..5c2e51205ade73fc299ec41471ee60149f2eaae6 100755 (executable)
@@ -2,7 +2,7 @@
 
 # xml Converter
 git checkout ./rs_resource ./rs_resource_invisible
-find ./ \( -name "*-rs.xml" ! -iname "kernel-headers-linux-rs.xml" \) \
+find ./ \( -name "*-rs.xml" ! -iname "setup-rs.xml" \) \
 -exec xmlstarlet ed -L -u //rootstrap/emulator/rpm/@arch -v "x86_64" {} \; \
 -exec xmlstarlet ed -L -u //rootstrap/target/rpm/@arch -v "aarch64" {} \; \
 -exec xmlstarlet ed -L -u //rootstrap/library_path -v "/usr/lib64" {} \; \