diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/gdal | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gdal')
-rw-r--r-- | 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 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 -} - |