All of lore.kernel.org
 help / color / mirror / Atom feed
* wrong rpm name qt package
@ 2011-05-26  7:31 Gerard van den Bosch
  2011-05-26  9:43 ` Richard Purdie
  0 siblings, 1 reply; 10+ messages in thread
From: Gerard van den Bosch @ 2011-05-26  7:31 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 1083 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-05-27 16:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26  7:31 wrong rpm name qt package Gerard van den Bosch
2011-05-26  9:43 ` Richard Purdie
2011-05-26 11:22   ` Gerard van den Bosch
2011-05-26 13:54     ` Richard Purdie
2011-05-26 14:13       ` Gerard van den Bosch
2011-05-27  6:10       ` Gerard van den Bosch
2011-05-27 12:49         ` Richard Purdie
2011-05-27 13:24           ` Gerard van den Bosch
2011-05-27 14:31             ` Richard Purdie
2011-05-27 16:24               ` Gerard van den Bosch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.