summaryrefslogtreecommitdiffstats
path: root/meta/packages/jpeg/jpeg_6b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/jpeg/jpeg_6b.bb')
-rw-r--r--meta/packages/jpeg/jpeg_6b.bb14
1 files changed, 3 insertions, 11 deletions
diff --git a/meta/packages/jpeg/jpeg_6b.bb b/meta/packages/jpeg/jpeg_6b.bb
index d64fb0996a..ea05c6d344 100644
--- a/meta/packages/jpeg/jpeg_6b.bb
+++ b/meta/packages/jpeg/jpeg_6b.bb
@@ -4,8 +4,9 @@ SECTION = "libs"
4PRIORITY = "required" 4PRIORITY = "required"
5 5
6DEPENDS = "libtool-cross" 6DEPENDS = "libtool-cross"
7DEPENDS_virtclass-native = "libtool-native"
7 8
8PR = "r6" 9PR = "r7"
9 10
10SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ 11SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
11 file://debian.patch;patch=1 \ 12 file://debian.patch;patch=1 \
@@ -25,15 +26,6 @@ do_configure_prepend () {
25 rm -f ${S}/ltmain.sh 26 rm -f ${S}/ltmain.sh
26} 27}
27 28
28do_stage() {
29 install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
30 install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h
31 install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
32 install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h
33 install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h
34 oe_libinstall -so libjpeg ${STAGING_LIBDIR}
35}
36
37do_install() { 29do_install() {
38 install -d ${D}${bindir} ${D}${includedir} \ 30 install -d ${D}${bindir} ${D}${includedir} \
39 ${D}${mandir}/man1 ${D}${libdir} 31 ${D}${mandir}/man1 ${D}${libdir}
@@ -43,4 +35,4 @@ do_install() {
43PACKAGES =+ "jpeg-tools " 35PACKAGES =+ "jpeg-tools "
44FILES_jpeg-tools = "${bindir}/*" 36FILES_jpeg-tools = "${bindir}/*"
45 37
46 38BBCLASSEXTEND = "native"