org.openembedded.dev: e8e5727f18a962c2087c9096861887a9d329998a

oe at monotone.openmoko.org oe at monotone.openmoko.org
Fri May 2 21:07:14 CEST 2008


revision:            e8e5727f18a962c2087c9096861887a9d329998a
date:                2008-04-29T13:34:30
author:              mickeyl at openembedded.org
branch:              org.openembedded.dev
changelog:
gsm0710muxd svn update to 283, including Marcel Holtmann's patches. Ship init script, but don't attach runlevels to 
it (alternative to dbus system activation)

manifest:
format_version "1"

new_manifest [bbaca44f68439447b0fcff33e5b905ded2d20680]

old_revision [bae0a94358106f7091683a440bcdf350ec3e9581]

patch "conf/distro/include/sane-srcrevs.inc"
 from [af1d08078aa8f03db44e8b150bc4f043ad26b938]
   to [a3aad5a3844e27a4fa025475374a348fa36399e8]

patch "packages/freesmartphone/gsm0710muxd_svn.bb"
 from [b214341ba255007649e5d97e71b3d22c2218c73e]
   to [848b41b51ffadb51a05381fbc015bc38fa1fccb1]
-------------- next part --------------
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [af1d08078aa8f03db44e8b150bc4f043ad26b938]
#    to [a3aad5a3844e27a4fa025475374a348fa36399e8]
# 
# patch "packages/freesmartphone/gsm0710muxd_svn.bb"
#  from [b214341ba255007649e5d97e71b3d22c2218c73e]
#    to [848b41b51ffadb51a05381fbc015bc38fa1fccb1]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc	af1d08078aa8f03db44e8b150bc4f043ad26b938
+++ conf/distro/include/sane-srcrevs.inc	a3aad5a3844e27a4fa025475374a348fa36399e8
@@ -37,7 +37,7 @@ SRCREV_pn-gpe-contacts ?= "9312"
 SRCREV_pn-gconf-dbus ?= "641"
 SRCREV_pn-gnuradio ?= "6377"
 SRCREV_pn-gpe-contacts ?= "9312"
-SRCREV_pn-gsm0710muxd ?= "263"
+SRCREV_pn-gsm0710muxd ?= "283"
 SRCREV_pn-gtkhtml2 ?= "1158"
 SRCREV_pn-gypsy ?= "134"
 SRCREV_pn-hildon-1 ?= "14429"
============================================================
--- packages/freesmartphone/gsm0710muxd_svn.bb	b214341ba255007649e5d97e71b3d22c2218c73e
+++ packages/freesmartphone/gsm0710muxd_svn.bb	848b41b51ffadb51a05381fbc015bc38fa1fccb1
@@ -2,32 +2,22 @@ SECTION = "console/network"
 HOMEPAGE = "http://www.freesmartphone.org"
 AUTHOR = "M. Dietrich"
 SECTION = "console/network"
-DEPENDS = "intltool-native dbus dbus-glib"
+DEPENDS = "dbus dbus-glib"
 RDEPENDS = "dbus dbus-glib"
 LICENSE = "GPL"
-PV = "0.9.0+svnr${SRCREV}"
-PR = "r0"
+PV = "0.9.1+svnr${SRCREV}"
+PR = "r1"
 
 SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=gsm0710muxd"
 S = "${WORKDIR}/gsm0710muxd"
 
 inherit autotools
 
+# install init script for people who want to manually
+# start/stop it, but don't add runlevels.
 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
+	install -d ${D}${sysconfdir}/init.d
+	install -m 0755 data/gsm0710muxd ${D}${sysconfdir}/init.d/
 }
 
+FILES_${PN} += "${datadir} ${sysconfdir}"
-pkg_postinst_${PN}() {
-	# can't do this offline
-	if [ "x$D" != "x" ]; then
-		exit 1
-	fi
-	# reload dbus configuration files
-	for i in `pidof dbus-daemon`; do
-		kill -SIGHUP $i
-	done
-}
-
-FILES_${PN} += "${datadir}"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080502/ca6086a1/attachment.htm 


More information about the commitlog mailing list