diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-28 09:36:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-28 09:36:59 +0000 |
commit | 224a0ecb9e4281cd9a3511af3469742c4456e83b (patch) | |
tree | 30082d189157715d0630814360c870e1f5f84e8b /packages/gdal/gdal_1.3.2.bb | |
parent | 2b9f432fe53dda84362aae256a32b134a8a47d64 (diff) |
gdal: add staging
Diffstat (limited to 'packages/gdal/gdal_1.3.2.bb')
-rw-r--r-- | packages/gdal/gdal_1.3.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/gdal/gdal_1.3.2.bb b/packages/gdal/gdal_1.3.2.bb index 2a97cfe81d..60f86b165a 100644 --- a/packages/gdal/gdal_1.3.2.bb +++ b/packages/gdal/gdal_1.3.2.bb @@ -5,7 +5,7 @@ DEPENDS = "zlib" SRC_URI = "http://www.gdal.org/dl/${P}.tar.gz" -inherit autotools pkgconfig +inherit autotools pkgconfig binconfig PARALLEL_MAKE = "" @@ -36,3 +36,7 @@ do_package_prepend() { os.system('cp -pPR ${D}${D}* ${D}../') } +do_stage() { + autotools_stage_all +} + |