diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 10:56:08 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 11:02:53 +0200 |
commit | a34dcc7ba69d0dc3e35e7568c40fb02720969697 (patch) | |
tree | 23b21dee81ca64ffdf357b9725dbf5f5c75e831e /recipes/openmoko-projects | |
parent | 12c57719af4dc44ab5bb718c60dcbd8bd5316f9a (diff) |
om-settings: move to obsolete, depends on python-etk and is no longer maintained
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r-- | recipes/openmoko-projects/om-settings_svn.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/openmoko-projects/om-settings_svn.bb b/recipes/openmoko-projects/om-settings_svn.bb deleted file mode 100644 index bf2b5410e8..0000000000 --- a/recipes/openmoko-projects/om-settings_svn.bb +++ /dev/null @@ -1,26 +0,0 @@ -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 -} |