diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-14 16:37:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-14 16:37:17 +0000 |
commit | dfeedab1ba8c66caf78afe985bab29bfa69a468b (patch) | |
tree | 3482f0df8cb73eddfdb8578f84990e49ced8cd39 /packages | |
parent | 858351e7bb7ff072fe621a9589e7b97e9c2f7c17 (diff) |
python-odeviced: add om-gta02 config for input module
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freesmartphone/python-odeviced/om-gta02/odeviced.conf | 4 | ||||
-rw-r--r-- | packages/freesmartphone/python-odeviced_git.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/freesmartphone/python-odeviced/om-gta02/odeviced.conf b/packages/freesmartphone/python-odeviced/om-gta02/odeviced.conf index b2f979a784..0076639f98 100644 --- a/packages/freesmartphone/python-odeviced/om-gta02/odeviced.conf +++ b/packages/freesmartphone/python-odeviced/om-gta02/odeviced.conf @@ -2,3 +2,7 @@ # don't read from accellerometers for now ignoreinput=2,3 +[input] +# don't read from accellerometers for now +ignoreinput=2,3 + diff --git a/packages/freesmartphone/python-odeviced_git.bb b/packages/freesmartphone/python-odeviced_git.bb index d8fc2a1948..121a434585 100644 --- a/packages/freesmartphone/python-odeviced_git.bb +++ b/packages/freesmartphone/python-odeviced_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPLv2" PV = "0.7.9+gitr${SRCREV}" -PR = "r1" +PR = "r2" inherit distutils update-rc.d |