git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5960d37
)
fsogsmd: install dbus activation file again for SHR
author
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 21 Apr 2010 18:39:18 +0000
(20:39 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 21 Apr 2010 18:39:18 +0000
(20:39 +0200)
recipes/freesmartphone/fsogsmd_git.bb
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/fsogsmd_git.bb
b/recipes/freesmartphone/fsogsmd_git.bb
index
d331f31
..
2797746
100644
(file)
--- 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
-}