Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / hildon-control-panel_2.2.6.bb
index f1e0347..790062a 100644 (file)
@@ -5,13 +5,16 @@ DESCRIPTION = "Control Panel to configure the Hildon desktop"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "GNU Lesser General Public License-version 2.1"
 SECTION = "base"
-DEPENDS = "libosso-gnomevfs2 libhildon1 libosso osso-af-settings libhildonhelp maemo-launcher"
+DEPENDS = "osso-gnome-vfs2 libhildon libosso osso-af-settings libhildonhelp maemo-launcher"
 PR = "r1"
 
-SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1+0m5.tar.gz \
+SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/h/${PN}/${PN}_${PV}-1+0m5.tar.gz \
            file://hildon-control-panel/mer-changes.patch;patch=1"
 
 EXTRA_OECONF = "--with-maemo-gtk=yes"
 
 inherit autotools pkgconfig 
 
+do_stage(){
+    autotools_stage_all
+}