[poky] wrong rpm name qt package

Gerard van den Bosch gerard at de-haardt.com
Thu May 26 00:31:07 PDT 2011


Hello,

I have developed a shared library using Qt, it compiles without any 
problems but it goes wrong with rpm packaging.
When it packages it should create a rpm package with the name 
"libxmlpcpqt" but it creates a package with "libxmlpcpqt1".
My question is where does the '1' come from?

The install part from the recipe is as follows:
do_install() {
      install -d ${D}${libdir}
      install -m 0755 ${S}/${PN}.so ${D}${libdir}
}

In the 
/tmp/work/armv7a-poky-linux-gnueabi/libxmlpcpqt-0.1-r1/image/usr/lib the 
libxmlpcpqt.so file correctly exists.

Regards,
Gerard

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110526/a7da6717/attachment.html>


More information about the poky mailing list