aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jpeg
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-11 05:30:01 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-11 05:30:01 +0000
commitcc5e1cf83a5731afa4f73b939eea376a54c3b5f6 (patch)
tree990eb206c131dac4599ce355ab351837a43aa181 /packages/jpeg
parentf77f74b952150df05cb9dd541eebcbbcdfc1915f (diff)
downloadopenembedded-cc5e1cf83a5731afa4f73b939eea376a54c3b5f6.tar.gz
jpeg 6b: Remove spurious debug info from jpeg-tools. Closes #1231.
Diffstat (limited to 'packages/jpeg')
-rw-r--r--packages/jpeg/jpeg_6b.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/jpeg/jpeg_6b.bb b/packages/jpeg/jpeg_6b.bb
index 23e3ed82be..cad909d247 100644
--- a/packages/jpeg/jpeg_6b.bb
+++ b/packages/jpeg/jpeg_6b.bb
@@ -1,11 +1,11 @@
-PR = "r2"
+PR = "r3"
SECTION = "libs"
PRIORITY = "required"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "libtool-cross"
DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format."
PACKAGES =+ "jpeg-tools "
-FILES_jpeg-tools = "${bindir}"
+FILES_jpeg-tools = "${bindir}/[!.]*"
LICENSE ="jpeg"
SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
file://debian.patch;patch=1 \