aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jpeg
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-11 10:20:20 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-11 10:20:20 +0000
commitcc8a3e07541383d40803606cd61356a7aee8c807 (patch)
tree67c16e37e6aa68cc9e6b80e73207d59e78f7f9df /packages/jpeg
parent155377aa68846e6188c5ba88863240c791a68bf8 (diff)
downloadopenembedded-cc8a3e07541383d40803606cd61356a7aee8c807.tar.gz
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.bb6
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 \