From cc5e1cf83a5731afa4f73b939eea376a54c3b5f6 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 11 Aug 2006 05:30:01 +0000 Subject: jpeg 6b: Remove spurious debug info from jpeg-tools. Closes #1231. --- packages/jpeg/jpeg_6b.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/jpeg') 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 " 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 \ -- cgit 1.2.3-korg