[oe-commits] org.oe.dev gsm0710muxd svn fix name of dbus service file (temp.)

mickeyl commit openembedded-commits at lists.openembedded.org
Wed Feb 20 05:57:16 UTC 2008


gsm0710muxd svn fix name of dbus service file (temp.)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 5b4101eded60b084a2015b66d47b04a99222e842
ViewMTN: http://monotone.openembedded.org/revision/info/5b4101eded60b084a2015b66d47b04a99222e842
Files:
1
packages/freesmartphone/gsm0710muxd_svn.bb
Diffs:

#
# mt diff -rf420342c9230f797ad60970b1ebb928ace988339 -r5b4101eded60b084a2015b66d47b04a99222e842
#
# 
# 
# patch "packages/freesmartphone/gsm0710muxd_svn.bb"
#  from [167721af066a09e26ab279f696bf462251ed0cc9]
#    to [ac7f8d6c162628225adcbcb477947c7dbf843fbe]
# 
============================================================
--- packages/freesmartphone/gsm0710muxd_svn.bb	167721af066a09e26ab279f696bf462251ed0cc9
+++ packages/freesmartphone/gsm0710muxd_svn.bb	ac7f8d6c162628225adcbcb477947c7dbf843fbe
@@ -5,13 +5,18 @@ PV = "0.0+svnr${SRCREV}"
 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






More information about the Openembedded-commits mailing list