From: Martin Jansa Date: Wed, 21 Apr 2010 18:39:18 +0000 (+0200) Subject: fsogsmd: install dbus activation file again for SHR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97d34f5220e9fa402bbb22c06b5b7e34cc1fa2b;p=openembedded.git fsogsmd: install dbus activation file again for SHR --- diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index d331f312f1..2797746d23 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -1,7 +1,7 @@ require cornucopia.inc inherit fso-plugin SRCREV = "${FSO_CORNUCOPIA_SRCREV}" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" PV = "0.5.0+gitr${SRCPV}" PE = "1" @@ -11,8 +11,3 @@ EXTRA_OECONF_append = "\ --enable-libgsm0710mux \ --enable-modem-qualcomm-palm \ " - -do_install_append_shr() { - # remove .service file to disable fsogsmd autostart - rm -f ${D}${datadir}/dbus-1/system-services/org.freesmartphone.ogsmd.service -}