diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-17 12:27:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-17 12:27:28 +0000 |
commit | 2ed384b0fb1d66862d4cff968d125ed62fece902 (patch) | |
tree | 112f003d84575e4f30ff98f471c209780e801b2b /packages | |
parent | 8985190874cae3947bd246e70ab469ba49ddd9e4 (diff) |
task-opie: add task-opie-everything
task-python-sharprom|everything: add python-spyro and python-spydi
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/task-opie.bb | 7 | ||||
-rw-r--r-- | packages/meta/task-python-everything_20060425.bb | 4 | ||||
-rw-r--r-- | packages/meta/task-python-sharprom_20060425.bb | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/packages/meta/task-opie.bb b/packages/meta/task-opie.bb index 58feedf6c9..a9405522a1 100644 --- a/packages/meta/task-opie.bb +++ b/packages/meta/task-opie.bb @@ -4,8 +4,9 @@ SECTION = "opie/base" ALLOW_EMPTY = 1 PACKAGE_ARCH = "all" LICENSE = "MIT" +PROVIDES = "task-opie-everything" -PR = "r2" +PR = "r3" PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -20,6 +21,10 @@ PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-multimedia task-opie-pim task-opie-settings \ task-opie-styles task-opie-todayplugins task-opie-wlan" +RDEPENDS_task-opie-everything := "${PACKAGES}" + +PACKAGES += "task-opie-everything" + # # Dependencies to get the launcher up and running # diff --git a/packages/meta/task-python-everything_20060425.bb b/packages/meta/task-python-everything_20060425.bb index fa580ab223..fd9bbd9c36 100644 --- a/packages/meta/task-python-everything_20060425.bb +++ b/packages/meta/task-python-everything_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml4" +PR = "ml5" BROKEN_BECAUSE_GCC4 = "\ python-egenix-mx-base" @@ -57,6 +57,8 @@ RDEPENDS = "\ python-sgmlop \ python-snmplib \ python-soappy \ + python-spydi \ + python-spyro \ python-sword \ python-pysqlite \ python-pysqlite2 \ diff --git a/packages/meta/task-python-sharprom_20060425.bb b/packages/meta/task-python-sharprom_20060425.bb index bbf3bb52d9..0c6a74f10b 100644 --- a/packages/meta/task-python-sharprom_20060425.bb +++ b/packages/meta/task-python-sharprom_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Everything Python for SharpROM" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml1" +PR = "ml2" NONWORKING = "\ python-codes \ @@ -55,6 +55,8 @@ RDEPENDS = "\ python-sip \ python-snmplib \ python-soappy \ + python-spydi \ + python-spyro \ python-tlslite \ python-urwid \ python-vmaps \ |