]> code.ossystems Code Review - openembedded-core.git/commit
libxml2: add shared library version info to libxml shared libraries
authorMatthew McClintock <msm@freescale.com>
Mon, 2 Jan 2012 22:05:16 +0000 (16:05 -0600)
committerSaul Wold <sgw@linux.intel.com>
Tue, 10 Jan 2012 05:51:50 +0000 (21:51 -0800)
commitd1f1fec5c6fe980aaf2c1f1dc2a0e737f4adf2dd
tree6f985c7d459233782da23aeab16499bd3f031c11
parent289d09176f8b6f66f6a7807b57f10e86939942f5
libxml2: add shared library version info to libxml shared libraries

This fixes an issue with RPM where it checks version imformation for
binaries linked against libxml and fails because it's missing info

| error: Failed dependencies:
|              libxml2.so.2(LIBXML2_2.6.0) is needed by fmc-0.9.7+2-r2.1.ppce500mc
|              libxml2.so.2(LIBXML2_2.4.30) is needed by fmc-0.9.7+2-r2.1.ppce500mc
| ERROR: Function 'do_rootfs' failed (see

Note: fmc is just an example recipe/name

Signed-off-by: Matthew McClintock <msm@freescale.com>
meta/recipes-core/libxml/libxml2/fix_version_info.patch [new file with mode: 0644]
meta/recipes-core/libxml/libxml2_2.7.8.bb