From: Jamie Lenehan Date: Fri, 11 Aug 2006 10:20:20 +0000 (+0000) Subject: jpeg 6b: Update for keeping the debug information in the correct package X-Git-Tag: Release-2010-05/1~9453^2~980 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc8a3e07541383d40803606cd61356a7aee8c807;p=openembedded.git jpeg 6b: Update for keeping the debug information in the correct package which is clearer. Append to package list so -dbg package stays first and use .../* to match files and ignore directories. --- diff --git a/packages/jpeg/jpeg_6b.bb b/packages/jpeg/jpeg_6b.bb index cad909d247..e96f8001a4 100644 --- a/packages/jpeg/jpeg_6b.bb +++ b/packages/jpeg/jpeg_6b.bb @@ -1,11 +1,11 @@ -PR = "r3" +PR = "r4" 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}/[!.]*" +PACKAGES += "jpeg-tools " +FILES_jpeg-tools = "${bindir}/*" LICENSE ="jpeg" SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ file://debian.patch;patch=1 \