From cc8a3e07541383d40803606cd61356a7aee8c807 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 11 Aug 2006 10:20:20 +0000 Subject: [PATCH] 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. --- packages/jpeg/jpeg_6b.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \ -- 2.39.5