diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 05:30:01 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 05:30:01 +0000 |
commit | cc5e1cf83a5731afa4f73b939eea376a54c3b5f6 (patch) | |
tree | 990eb206c131dac4599ce355ab351837a43aa181 | |
parent | f77f74b952150df05cb9dd541eebcbbcdfc1915f (diff) |
jpeg 6b: Remove spurious debug info from jpeg-tools. Closes #1231.
-rw-r--r-- | packages/jpeg/jpeg_6b.bb | 4 |
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 \ |