Add pkgconfig file of libxml2 to the xml explicitely 26/315426/1 accepted/tizen/unified/20241202.132944
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 2 Dec 2024 03:15:38 +0000 (12:15 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 2 Dec 2024 03:15:38 +0000 (12:15 +0900)
Since the name of .pc file for libxml2 is not libxml2.pc(default pc file
name which is considered by hal-rootstrap) but libxml-2.0.pc, so it
should be specified explicitely.

Change-Id: I17d24f5eb4f5d97f0ee64f3e2551392f56981ec9
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
rs_resource/common/OSS/baserpm/libxml2-rs.xml

index b077d90d5500656042a16e306de227ae51aa1cb6..589839803963ad6269479a8f634c5473c54fb166 100644 (file)
@@ -8,6 +8,11 @@
     <rpm accept="libxml2" arch="armv7l"/>
     <rpm accept="libxml2-devel" arch="armv7l"/>
   </target>
+
+  <pkgconfig>
+    <file>libxml-2.0.pc</file>
+  </pkgconfig>
+
   <necessary>
     <file>/usr/include/libxml2/libxml/c14n.h</file>
     <file>/usr/include/libxml2/libxml/catalog.h</file>