diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:20:20 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:20:20 +0000 |
commit | cc8a3e07541383d40803606cd61356a7aee8c807 (patch) | |
tree | 67c16e37e6aa68cc9e6b80e73207d59e78f7f9df /packages/jpeg | |
parent | 155377aa68846e6188c5ba88863240c791a68bf8 (diff) |
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.
Diffstat (limited to 'packages/jpeg')
-rw-r--r-- | packages/jpeg/jpeg_6b.bb | 6 |
1 files 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 <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}/[!.]*" +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 \ |