[oe-commits] org.oe.dev ntpbm: clean up. Bump PR. Partly closes 2234.

Laibsch commit openembedded-commits at lists.openembedded.org
Mon May 7 20:06:07 UTC 2007


ntpbm: clean up.  Bump PR.  Partly closes 2234.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 35210742d1a5e94f4d4a17140a92efb1ae5ab47c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=35210742d1a5e94f4d4a17140a92efb1ae5ab47c
Files:
1
packages/netpbm/netpbm_10.28.bb
Diffs:

#
# mt diff -rc82df0fae508e4bb28e8403a28d112813b896064 -r35210742d1a5e94f4d4a17140a92efb1ae5ab47c
#
# 
# 
# patch "packages/netpbm/netpbm_10.28.bb"
#  from [5b662767faf141eba7300b83d0aa722d8f6a3f44]
#    to [781dc8dea0daec94525bdaca2c9f470f95f9b3a4]
# 
============================================================
--- packages/netpbm/netpbm_10.28.bb	5b662767faf141eba7300b83d0aa722d8f6a3f44
+++ packages/netpbm/netpbm_10.28.bb	781dc8dea0daec94525bdaca2c9f470f95f9b3a4
@@ -1,14 +1,14 @@
-# bitbake configuration file for NetPBM, a command line image (sampled
-# data) processing package derived from PBMPlus
-#
-# For documentation see: http://netpbm.sourceforge.net/doc/
+DESCRIPTION = "Netpbm is a toolkit for manipulation of graphic images, including\
+conversion of images between a variety of different formats.  There\
+are over 220 separate tools in the package including converters for\
+about 100 graphics formats."
+HOMEPAGE = "http://netpbm.sourceforge.net"
+SECTION = "console/utils"
 LICENSE = "GPL MIT Artistic"
 # NOTE: individual command line utilities are covered by different
 # licenses.  The compiled and linked command line utilties are
 # subject to the licenses of the libraries they use too - including
 # libpng libz, IJG, and libtiff licenses
-
-SECTION = "console/utils"
 DEPENDS = "jpeg zlib libpng tiff install-native flex-native"
 RDEPENDS = "perl\
 	perl-module-cwd\
@@ -25,12 +25,7 @@ RDEPENDS += "perl-module-file-spec-unix"
 RDEPENDS += "perl-module-exporter-heavy"
 RDEPENDS += "perl-module-file-spec-unix"
 
-HOMEPAGE = "http://netpbm.sourceforge.net"
-DESCRIPTION = "Netpbm is a toolkit for manipulation of graphic images, including\
-conversion of images between a variety of different formats.  There\
-are over 220 separate tools in the package including converters for\
-about 100 graphics formats."
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/netpbm/netpbm-${PV}.tgz \
 	   file://ppmtojpeg.patch;patch=42 \






More information about the Openembedded-commits mailing list