diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:15:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:15:23 +0000 |
commit | 4b647cde776260b809da5254aea1038dd5d865a3 (patch) | |
tree | add800cc33bce8e10786dab9f58e6c4b2aaa1db4 /meta/packages/jpeg/jpeg_6b.bb | |
parent | b3b8d9ed94ea6cc713a4a0831bc3d5693c44429e (diff) | |
download | poky-4b647cde776260b809da5254aea1038dd5d865a3.tar.gz |
Various minor updates from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/jpeg/jpeg_6b.bb')
-rw-r--r-- | meta/packages/jpeg/jpeg_6b.bb | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/meta/packages/jpeg/jpeg_6b.bb b/meta/packages/jpeg/jpeg_6b.bb index 39e161f84a..342197c8ad 100644 --- a/meta/packages/jpeg/jpeg_6b.bb +++ b/meta/packages/jpeg/jpeg_6b.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | PR = "r2" | 1 | DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." |
2 | LICENSE ="jpeg" | ||
2 | SECTION = "libs" | 3 | SECTION = "libs" |
3 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | |||
4 | DEPENDS = "libtool-cross" | 6 | DEPENDS = "libtool-cross" |
5 | DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." | 7 | |
6 | PACKAGES =+ "jpeg-tools " | 8 | PR = "r5" |
7 | FILES_jpeg-tools = "${bindir}/*" | 9 | |
8 | LICENSE ="jpeg" | ||
9 | SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ | 10 | SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ |
10 | file://debian.patch;patch=1 \ | 11 | file://debian.patch;patch=1 \ |
11 | file://ldflags.patch;patch=1 \ | 12 | file://ldflags.patch;patch=1 \ |
@@ -33,3 +34,8 @@ do_install() { | |||
33 | ${D}${mandir}/man1 ${D}${libdir} | 34 | ${D}${mandir}/man1 ${D}${libdir} |
34 | oe_runmake 'DESTDIR=${D}' install | 35 | oe_runmake 'DESTDIR=${D}' install |
35 | } | 36 | } |
37 | |||
38 | PACKAGES =+ "jpeg-tools " | ||
39 | FILES_jpeg-tools = "${bindir}/*" | ||
40 | |||
41 | |||