aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdal
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-02-25 00:20:09 +0000
committerKoen Kooi <koen@openembedded.org>2010-02-25 11:35:44 +0100
commit9c150feae6ade63514c8006c85a41a9e6cc4ffd3 (patch)
tree7db5d683941b86939a2d36c1c85761be01670f84 /recipes/gdal
parent3d5268dde73267487a810017ed3c43c9523bf732 (diff)
downloadopenembedded-9c150feae6ade63514c8006c85a41a9e6cc4ffd3.tar.gz
gdal: Move to new staging
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gdal')
-rw-r--r--recipes/gdal/gdal_1.5.2.bb7
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 a92e40fadc..f76ba571fa 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
-}
-