[oe-commits] Martin Jansa : libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 18:05:11 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 92b8dab5fd4752a437b2bbe237cf36127e724002
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=92b8dab5fd4752a437b2bbe237cf36127e724002

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Jun 21 08:18:49 2012 +0000

libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
index 16fb2c7..f061f41 100644
--- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
+++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe
                     file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \
 "
 PV = "8d+1.2.1"
+PR = "r1"
 SRCREV = "837"
 SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk"
 
@@ -29,3 +30,5 @@ INSANE_SKIP_libturbojpeg = "dev-so"
 
 BBCLASSEXTEND = "native"
 DEPENDS_virtclass-native = "nasm-native"
+
+LEAD_SONAME = "libjpeg.so.8"





More information about the Openembedded-commits mailing list