Missing .so when packaging with cerbero
omarsalbtg
olivier.marsal at bt-ground.com
Wed Mar 11 03:31:04 PDT 2015
Hello,
I'm using cerbero for cross-compiling and packaging a project.
The .so files are not included in package, only .so.*, and i don't
understand why?? Please, could you explain the reasons?
I tried Package, App, SDK, neither runtime or devel contains .so files.
To reproduce, here is a very simple example with taglib.
class Package(package.Package):
name = 'taglib'
version = '1.7.2'
files = ['taglib']
$ ./cerbero-uninstalled package taglib
$ rpm -qpl taglib-1.7.2-1.x86_64.rpm
[...]/cerbero/dist/linux_x86_64/lib/libtag.so.1
[...]/cerbero/dist/linux_x86_64/lib/libtag.so.1.7.2
[...]/cerbero/dist/linux_x86_64/lib/libtag_c.so.0
[...]/cerbero/dist/linux_x86_64/lib/libtag_c.so.0.0.0
The files libtag.so and libtag_c.so are missing. These both files should be
a symlink, why are they not included?
Thanks,
Olivier
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Missing-so-when-packaging-with-cerbero-tp4671085.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list