Bugfix: do_stage function added to tablet browser interface
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 04:04:24 +0000 (09:34 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 04:04:24 +0000 (09:34 +0530)
tablet-browser-interface_0.0.5.bb

index 93e40b2..bf7cfd4 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "DEv package for browser services"
+DESCRIPTION = "Dev package for browser services"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "Mozilla Public License"
 SECTION = "base"
@@ -11,3 +11,6 @@ SRC_URI = "http://repository.maemo.org/pool/fremantle/free/t/${PN}/${PN}_${PV}-4
 
 inherit autotools
 
+do_stage(){
+    autotools_stage_all
+}