diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-02-11 12:20:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-02-11 12:20:04 +0000 |
commit | 72bb191004c596e6c5669acacff094ff811d7095 (patch) | |
tree | aebe0f1b806368800a486a40ef4c70babfe4740f /packages/meta/meta-opie.bb | |
parent | da0eb5975c6c9bfef7d0fdeb1ea7a6bbf0caaf90 (diff) |
meta-opie: fixed 'task-opie-todayplugins not found' problem
BKrev: 420ca2f4yLDaWS3pQivMGWR4HaZvqg
Diffstat (limited to 'packages/meta/meta-opie.bb')
-rw-r--r-- | packages/meta/meta-opie.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/meta/meta-opie.bb b/packages/meta/meta-opie.bb index 2f295fe012..d94447320f 100644 --- a/packages/meta/meta-opie.bb +++ b/packages/meta/meta-opie.bb @@ -2,14 +2,14 @@ DESCRIPTION = "Meta-package for Opie and QPE" MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" SECTION = "opie/base" ALLOW_EMPTY = 1 -PR = "r18" +PR = "r19" PACKAGE_ARCH = "all" LICENSE = "MIT" -PACKAGES = "opie task-opie-applets task-opie-applications task-opie-base \ +PACKAGES = "task-opie-applets task-opie-applications task-opie-base \ task-opie-decorations task-opie-games task-opie-inputmethods \ task-opie-multimedia task-opie-pim task-opie-settings \ - task-opie-styles task-opie-today task-opie-bluetooth \ + task-opie-styles task-opie-todayplugins task-opie-bluetooth \ task-opie-wlan \ task-qpe-applets task-qpe-games task-qpe-inputmethods \ task-qpe-multimedia task-qpe-emulators task-qpe-applications \ @@ -393,4 +393,3 @@ qclockchange \ " RDEPENDS_task-qpe-settings += "${task-qpe-settings}" DEPENDS += " ${task-qpe-settings}" -LICENSE = MIT |