[yocto] oracle-jse-jdk

Mark Hatle mark.hatle at windriver.com
Thu May 5 10:11:31 PDT 2016


On 5/5/16 11:57 AM, Mihaylov, Emil wrote:
> ython-argparse at lib32_x86 pciutils at x86_64 python-multiprocessing at lib32_x86
> libxml2 at lib32_x86
> | Loading cache...
> | Updating cache...               ######################################## [100%]
> |
> | Computing transaction...error: Can't install
> oracle-jse-jdk-1.7.0-u67r0 at x86_64: no package provides
> libavcodec.so.52(LIBAVCODEC_52)(64bit)
> |
> | Saving cache...
> |
> 
> Hi i am getting this error when i add oracle-jse-jdk recipe,

The error means that the oracle-jse-jdk -package- (produced from the recipe)
requires the 'libavcodec.so.52' library, with the specific soname of
LIBAVCODEC_52 (64-bit version).

There was apparently nothing in your build that provides this dependency, so the
installation failed.

You will need to identify what recipe provides this (libav?) and add this to the
recipes (oracle-jse-jdk) 'DEPENDS' and the packages associated RDEPENDS.

--Mark

> Any idea how to solve the issue
> 
> thanks
> 
> 
> 




More information about the yocto mailing list