From: Jamie Lenehan Date: Fri, 11 Aug 2006 05:30:01 +0000 (+0000) Subject: jpeg 6b: Remove spurious debug info from jpeg-tools. Closes #1231. X-Git-Tag: Release-2010-05/1~9453^2~994 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5e1cf83a5731afa4f73b939eea376a54c3b5f6;p=openembedded.git jpeg 6b: Remove spurious debug info from jpeg-tools. Closes #1231. --- 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 \