jpeg 6b: Update for keeping the debug information in the correct package
authorJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:20:20 +0000 (10:20 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:20:20 +0000 (10:20 +0000)
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

index cad909d..e96f800 100644 (file)
@@ -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 \