aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/openmoko-projects/om-settings_svn.bb
blob: bf2b5410e8b6cc61b923d5be2deb5e01288180b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Exposure all devices on neo1973"
DEPENDS = "python-etk python-edbus"
RDEPENDS_${PN} = "python-etk python-re python-codecs python-edbus python-pyxdg"
SRCREV = "74"
PV = "0.0.1+svnr${SRCPV}"
PR = "r4"
PE = "1"

S = "${WORKDIR}/trunk"

inherit setuptools
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/exposure;module=trunk;proto=http \
           "


PACKAGES = "${PN}"
FILES_${PN} += "${prefix}/share/* ${sysconfdir}/X11/Xsession.d/*"

pkg_postinst_${PN} () {
#!/bin/sh
if test "x$D" = "x"; then
    killall exposure.py
    sleep 1
    exposure.py
fi
}