diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 13:22:22 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 13:22:22 +0000 |
commit | 6ff972217183579dfb996fcebe9919265fd99b19 (patch) | |
tree | 46a02b971f2daf51ad3657386f41d5a5c06ca867 | |
parent | fa71f1d979886994daace244201f364c8a583f0b (diff) |
disapproval of revision '7dbcd6b1eac989239df942a9072b3fe7044e977c'
-rw-r--r-- | packages/tasks/task-openmoko.bb | 3 | ||||
-rw-r--r-- | packages/tasks/task-python-everything.bb | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/packages/tasks/task-openmoko.bb b/packages/tasks/task-openmoko.bb index 360db20a25..a7739d8c01 100644 --- a/packages/tasks/task-openmoko.bb +++ b/packages/tasks/task-openmoko.bb @@ -2,7 +2,7 @@ DESCRIPTION = "OpenMoko: Tasks for the OpenMoko Linux Distribution" SECTION = "openmoko/base" LICENSE = "MIT" PROVIDES = "task-openmoko-everything" -PR = "r58" +PR = "r57" ALLOW_EMPTY = "1" PACKAGE_ARCH = "all" @@ -72,7 +72,6 @@ RDEPENDS_task-openmoko-ui = "\ openmoko-sound-system \ openmoko-sound-theme-standard \ neod \ - gpe-scap \ " # diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 04a6ac03b2..1f4dbbc751 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -1,7 +1,7 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml19" +PR = "ml18" RDEPENDS = "\ python-ao \ @@ -58,7 +58,7 @@ RDEPENDS = "\ python-pyrex \ python-pyro \ python-pyserial \ - python-pytester \ + python-pytest \ python-pyvisa \ python-pyweather \ python-pyxml \ |