<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Metin KOC</title>
    <description>The latest articles on DEV Community by Metin KOC (@saucompeng).</description>
    <link>https://dev.to/saucompeng</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F378578%2F7e31bbe7-381d-4ae0-8293-150c9d33c41b.jpeg</url>
      <title>DEV Community: Metin KOC</title>
      <link>https://dev.to/saucompeng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saucompeng"/>
    <language>en</language>
    <item>
      <title>Rpm package install problem</title>
      <dc:creator>Metin KOC</dc:creator>
      <pubDate>Sun, 03 May 2020 10:29:50 +0000</pubDate>
      <link>https://dev.to/saucompeng/rpm-package-install-problem-15om</link>
      <guid>https://dev.to/saucompeng/rpm-package-install-problem-15om</guid>
      <description>&lt;p&gt;Hi Everyone,&lt;br&gt;
I cross-compiled my own program on centos. After that packaged the output with rpmbuild. You can see the file tree in the following lines. But when I want to install it to yocto build image on the device, It gives an error like this. But libQt5Positioning.so.5 is on the device. What is the problem?&lt;/p&gt;

&lt;p&gt;root@obu:~# dnf install obu-fs-1.el7.cortexa9hf_neon.rpm Error:  Problem: conflicting requests   - nothing provides libQt5Positioning.so.5 needed by obu-fs-1.el7.cortexa9hf_neon&lt;/p&gt;

&lt;p&gt;metin@ubuntu:~$ rpm2cpio ./obu-fs-1.el7.cortexa9hf_neon.rpm | cpio -idmv ./opt/test/aa ./opt/test/aa/bin ./opt/test/aa/bin/XX.OBU ./opt/test/aa/configs ./opt/test/aa/configs/AppSettings_XXOBU.json ./opt/test/aa/configs/LogConfig_XX.OBU.json ./opt/test/aa/plugins ./opt/test/aa/plugins/logTargets ./opt/test/aa/plugins/logTargets/libLogTargetConsole.so ./opt/test/aa/plugins/logTargets/libLogTargetFile.so ./opt/test/aa/plugins/logTargets/libLogTargetSyslog.so ./opt/test/aa/plugins/logTargets/libLogTargetUDP.so 2366 blocks&lt;/p&gt;

</description>
      <category>centos</category>
      <category>rpm</category>
      <category>fedora</category>
      <category>package</category>
    </item>
  </channel>
</rss>
