[oe-commits] Michael Lippautz : gdal: Move to new staging

git version control git at git.openembedded.org
Thu Feb 25 10:36:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9c150feae6ade63514c8006c85a41a9e6cc4ffd3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9c150feae6ade63514c8006c85a41a9e6cc4ffd3

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Feb 25 00:20:09 2010 +0000

gdal: Move to new staging

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/gdal/gdal_1.5.2.bb |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/gdal/gdal_1.5.2.bb b/recipes/gdal/gdal_1.5.2.bb
index a92e40f..f76ba57 100644
--- a/recipes/gdal/gdal_1.5.2.bb
+++ b/recipes/gdal/gdal_1.5.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GDAL is a translator library for raster geospatial data formats"
 HOMEPAGE = "http://www.gdal.org/"
 LICENSE = "MIT"
 DEPENDS = "proj-4 sqlite3 zlib jpeg libpng tiff giflib curl jasper expat"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.gdal.org/dl/${P}.tar.gz \
 	   file://gdal_config.patch;patch=1 \
@@ -33,8 +33,3 @@ FILES_${PN}-dev += "${datadir}"
 do_compile() {
         oe_runmake default
 }
-
-do_stage() {
-        autotools_stage_all
-}	
-





More information about the Openembedded-commits mailing list