]> code.ossystems Code Review - openembedded-core.git/commit
libpng: avoid dangling link in libpng package
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 21 Sep 2011 08:12:45 +0000 (16:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 12:32:34 +0000 (13:32 +0100)
commit50232671951e0b69d52a685b82a10be335458292
tree6c496a1137c33f9e175133f1fd2f4797fbd82e43
parentc89aa6a2b22e05e98991cc5b56d6ec869cf9c69a
libpng: avoid dangling link in libpng package

As for libpng recipe, the libpng.pc is a symbol link to libpng12.pc,
if packaging them into two different packages, we will get a dangling
link for libpng.pc, and when calculating rpm dependency with that file,
we will get nothing.

Only keep one version of dev package to fix the issue.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-multimedia/libpng/libpng_1.2.46.bb