From a34dcc7ba69d0dc3e35e7568c40fb02720969697 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Aug 2010 10:56:08 +0200 Subject: om-settings: move to obsolete, depends on python-etk and is no longer maintained Signed-off-by: Martin Jansa --- .../obsolete/openmoko-projects/om-settings_svn.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes/obsolete/openmoko-projects/om-settings_svn.bb (limited to 'recipes/obsolete') diff --git a/recipes/obsolete/openmoko-projects/om-settings_svn.bb b/recipes/obsolete/openmoko-projects/om-settings_svn.bb new file mode 100644 index 0000000000..bf2b5410e8 --- /dev/null +++ b/recipes/obsolete/openmoko-projects/om-settings_svn.bb @@ -0,0 +1,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 +} -- cgit 1.2.3-korg