summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/jpeg/jpeg_8b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/jpeg/jpeg_8b.bb')
-rw-r--r--meta/recipes-core/jpeg/jpeg_8b.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/jpeg/jpeg_8b.bb b/meta/recipes-core/jpeg/jpeg_8b.bb
index 78fabf1efd..93aa7be678 100644
--- a/meta/recipes-core/jpeg/jpeg_8b.bb
+++ b/meta/recipes-core/jpeg/jpeg_8b.bb
@@ -46,7 +46,7 @@ FILES_jpeg-tools = "${bindir}/*"
46 46
47BBCLASSEXTEND = "native" 47BBCLASSEXTEND = "native"
48 48
49pkg_postinst_${PN}_poky-lsb () { 49pkg_postinst_${PN}_linuxstdbase () {
50 if [ "$D" = "" ]; then 50 if [ "$D" = "" ]; then
51 if [ ! -e ${libdir}/libjpeg.so.62 ]; then 51 if [ ! -e ${libdir}/libjpeg.so.62 ]; then
52 JPEG=`find ${libdir} -type f -name libjpeg.so.\*.\*.\*` 52 JPEG=`find ${libdir} -type f -name libjpeg.so.\*.\*.\*`