summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/gsm0710muxd_svn.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-02-20 01:03:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-02-20 01:03:35 +0000
commit916326780dc762bb84bb24526a0ed628fff3d602 (patch)
treeb462aaefc54ca15f78d4790601eb7ca93e231c66 /packages/freesmartphone/gsm0710muxd_svn.bb
parentc9e8762b3c2c940689bee98c2f78af69b47407e2 (diff)
parentaaa6972c4734b76385664c862760dcdb4c63d6fe (diff)
merge of '5ad99f74f7f6900d8889b6026325fc81dd39c9ff'
and 'dbd68acb5b5a6b7f90a7e82b19706ec980e6356f'
Diffstat (limited to 'packages/freesmartphone/gsm0710muxd_svn.bb')
-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