diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-21 08:18:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-21 20:03:58 +0200 |
commit | 92b8dab5fd4752a437b2bbe237cf36127e724002 (patch) | |
tree | a9f69381c70bfdba7bff1cfab1fe115fd91ad70b | |
parent | 951a10515b2c7910a201801db9135e13f38c015c (diff) | |
download | meta-openembedded-92b8dab5fd4752a437b2bbe237cf36127e724002.tar.gz |
libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | 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 16fb2c791..f061f41c7 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 | |||
7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ | 7 | file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \ |
8 | " | 8 | " |
9 | PV = "8d+1.2.1" | 9 | PV = "8d+1.2.1" |
10 | PR = "r1" | ||
10 | SRCREV = "837" | 11 | SRCREV = "837" |
11 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" | 12 | SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk" |
12 | 13 | ||
@@ -29,3 +30,5 @@ INSANE_SKIP_libturbojpeg = "dev-so" | |||
29 | 30 | ||
30 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
31 | DEPENDS_virtclass-native = "nasm-native" | 32 | DEPENDS_virtclass-native = "nasm-native" |
33 | |||
34 | LEAD_SONAME = "libjpeg.so.8" | ||