[yocto] NOTE: Not creating empty RPM package for libvolk

Burton, Ross ross.burton at intel.com
Tue Jul 19 06:45:40 PDT 2016


On 18 July 2016 at 14:55, Yile Ku <stiffstone at gmail.com> wrote:

> I am getting this error when building for PowerPC 64.
>
>
> The file:
> meta-sdr/recipes-core/gnuradio/gnuradio_git.bb
>
> says to include the libraries
> FILES_libvolk = "${libdir}/libvolk.so*"
> FILES_libvolk-dbg = "${libdir}/.debug/libvolk.so*"
>
> when I look for the libraries it shows:
> build-v2$ find . -name "libvolk*.so*" -print
>
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/build/volk/lib/libvolk.so.0.0.0
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/build/volk/lib/libvolk.so
>
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/package/usr/lib/.debug/libvolk.so.0.0.0
>
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/package/usr/lib/libvolk.so.0.0.0
>
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/package/usr/lib/libvolk.so
>
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/image/usr/lib/libvolk.so.0.0.0
> ./tmp/work/ppc64e6500-fsl-linux/gnuradio/3.7.5-r0/image/usr/lib/libvolk.so
>

PowerPC64 has $libdir as /usr/lib64, so it appears that gnuradio isn't
listening to the value of libdir being passed to it at configure time.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160719/f98b4474/attachment.html>


More information about the yocto mailing list