summaryrefslogtreecommitdiff
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-19 23:43:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-19 23:43:14 +0000
commitcaa7a3cfd0e36fd85c88be9b3da099623eff09a0 (patch)
tree504c5a144827c218818742d08898b21b03998414 /packages/freesmartphone
parenta31fef72ef3076a0250cc304c25f6a68ae2b9b9e (diff)
gsm0710muxd svn fix name of dbus service file (temp.)
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/gsm0710muxd_svn.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/freesmartphone/gsm0710muxd_svn.bb b/packages/freesmartphone/gsm0710muxd_svn.bb
index 4a4dc3b7d4..98b9360c00 100644
--- a/packages/freesmartphone/gsm0710muxd_svn.bb
+++ b/packages/freesmartphone/gsm0710muxd_svn.bb
@@ -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