jpeg: fix packaging
authorKoen Kooi <koen@openembedded.org>
Sun, 12 Nov 2006 14:16:35 +0000 (14:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 12 Nov 2006 14:16:35 +0000 (14:16 +0000)
* due to some bugs in shlib renaming we can't add RREPLACES, so packagers beware

packages/jpeg/jpeg_6b.bb

index 659a514..342197c 100644 (file)
@@ -1,11 +1,12 @@
-PR = "r4"
+DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format."
+LICENSE ="jpeg"
 SECTION = "libs"
 PRIORITY = "required"
+
 DEPENDS = "libtool-cross"
-DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format."
-PACKAGES += "jpeg-tools "
-FILES_jpeg-tools = "${bindir}/*"
-LICENSE ="jpeg"
+
+PR = "r5"
+
 SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
           file://debian.patch;patch=1 \
           file://ldflags.patch;patch=1 \
@@ -33,3 +34,8 @@ do_install() {
                   ${D}${mandir}/man1 ${D}${libdir}
        oe_runmake 'DESTDIR=${D}' install
 }
+
+PACKAGES =+            "jpeg-tools "
+FILES_jpeg-tools =     "${bindir}/*"
+
+