diff options
author | Drew Moseley <drew_moseley@mentor.com> | 2014-07-24 10:59:10 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:33:57 +0100 |
commit | c489b13bd98c6f11800280f7b0da4076636b55be (patch) | |
tree | 4d9cebbb0a7ba8c7b8a6ee445819560dc6544cc4 /meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | |
parent | df214ad1a5f0b1a5579c88127986459887cfe14f (diff) | |
download | poky-c489b13bd98c6f11800280f7b0da4076636b55be.tar.gz |
Revert "libomxil-0.9.3: Remove versioning for .so files."
The previous version of this fix was too aggressive and removed
versioning from too many of the .so files in the libomxil package.
This reverts commit 0ef3734c2f279bf463ba4d1aef5241cd4882d483.
(From OE-Core rev: b76d254db92d9c08e8d5d41becb2e60178cebb33)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb')
-rw-r--r-- | meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index ba3d4911f5..103d789482 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | |||
@@ -12,8 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \ | |||
12 | file://configure-fix.patch \ | 12 | file://configure-fix.patch \ |
13 | file://parallel-make.patch \ | 13 | file://parallel-make.patch \ |
14 | file://makefile-docdir-fix.patch \ | 14 | file://makefile-docdir-fix.patch \ |
15 | file://dynamicloader-linking.patch \ | 15 | file://dynamicloader-linking.patch" |
16 | file://disable-so-versioning.patch" | ||
17 | 16 | ||
18 | SRC_URI[md5sum] = "a1de827fdb75c02c84e55f740ca27cb8" | 17 | SRC_URI[md5sum] = "a1de827fdb75c02c84e55f740ca27cb8" |
19 | SRC_URI[sha256sum] = "593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c" | 18 | SRC_URI[sha256sum] = "593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c" |
@@ -24,17 +23,13 @@ inherit autotools | |||
24 | 23 | ||
25 | EXTRA_OECONF += "--disable-doc --disable-Werror" | 24 | EXTRA_OECONF += "--disable-doc --disable-Werror" |
26 | 25 | ||
27 | # | 26 | FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \ |
28 | # The .so files populated by libomxil are not intended to be versioned and symlinked. | 27 | ${libdir}/omxloaders/*${SOLIBS}" |
29 | # Make sure they get packaged in the main package. | ||
30 | # | ||
31 | FILES_SOLIBSDEV = "" | ||
32 | FILES_${PN} += "${libdir}/*.so \ | ||
33 | ${libdir}/bellagio/*.so \ | ||
34 | ${libdir}/omxloaders/*.so" | ||
35 | FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \ | 28 | FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \ |
36 | ${libdir}/omxloaders/*.a" | 29 | ${libdir}/omxloaders/*.a" |
37 | FILES_${PN}-dev += "${libdir}/bellagio/*.la \ | 30 | FILES_${PN}-dev += "${libdir}/bellagio/*.la \ |
38 | ${libdir}/omxloaders/*.la" | 31 | ${libdir}/bellagio/*${SOLIBSDEV} \ |
32 | ${libdir}/omxloaders/*.la \ | ||
33 | ${libdir}/omxloaders/*${SOLIBSDEV}" | ||
39 | FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \ | 34 | FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \ |
40 | ${libdir}/omxloaders/.debug/" | 35 | ${libdir}/omxloaders/.debug/" |