summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.7.8.bb
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-01-02 16:05:16 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-10 17:28:45 +0000
commitac7a6e7bafbfcda2a4a0c86b8bb6dffdb376b2f7 (patch)
treeb23c2671ba32dd856aff41e0a37b803ac8197dc6 /meta/recipes-core/libxml/libxml2_2.7.8.bb
parent4b6df4f2668c6e85d8059e1896812a1a8db23786 (diff)
downloadpoky-ac7a6e7bafbfcda2a4a0c86b8bb6dffdb376b2f7.tar.gz
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 (From OE-Core rev: d1f1fec5c6fe980aaf2c1f1dc2a0e737f4adf2dd) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.7.8.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.7.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.7.8.bb b/meta/recipes-core/libxml/libxml2_2.7.8.bb
index 2fa246e182..0b6ce02b00 100644
--- a/meta/recipes-core/libxml/libxml2_2.7.8.bb
+++ b/meta/recipes-core/libxml/libxml2_2.7.8.bb
@@ -1,6 +1,8 @@
1require libxml2.inc 1require libxml2.inc
2 2
3PR = "r4" 3PR = "r5"
4
5SRC_URI += "file://fix_version_info.patch"
4 6
5SRC_URI[md5sum] = "8127a65e8c3b08856093099b52599c86" 7SRC_URI[md5sum] = "8127a65e8c3b08856093099b52599c86"
6SRC_URI[sha256sum] = "cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec" 8SRC_URI[sha256sum] = "cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec"