gsm0710muxd svn fix name of dbus service file (temp.)
authorMichael Lauer <mickey@vanille-media.de>
Tue, 19 Feb 2008 23:43:14 +0000 (23:43 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 19 Feb 2008 23:43:14 +0000 (23:43 +0000)
packages/freesmartphone/gsm0710muxd_svn.bb

index 4a4dc3b..98b9360 100644 (file)
@@ -5,13 +5,18 @@ SECTION = "console/network"
 DEPENDS = "intltool-native dbus"
 LICENSE = "GPL"
 PV = "0.0+svnr${SRCREV}"
-PR = "r0"
+PR = "r2"
 
 SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=gsm0710muxd"
 S = "${WORKDIR}/gsm0710muxd"
 
 inherit autotools
 
+do_install_append() {
+       # temp hack
+       mv -f ${D}${datadir}/dbus-1/system-services/org.freesmartphone.GSM.MUX.service ${D}${datadir}/dbus-1/system-services/org.mobile.mux.service
+}
+
 pkg_postinst_${PN}() {
        # can't do this offline
        if [ "x$D" != "x" ]; then