diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 09:04:42 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 09:04:42 +0000 |
commit | 04fbe795eb7b3b93f4fbc2a73eaad41e7f820a4d (patch) | |
tree | 05bef19ee63c973a895dd0aa23aa91da67537485 /packages/tasks/task-opie.bb | |
parent | ca4f7d27f1a939a574d59603f3b545a3e8f9acfd (diff) |
task-{opie,qpe}*: use task.bbclass
Diffstat (limited to 'packages/tasks/task-opie.bb')
-rw-r--r-- | packages/tasks/task-opie.bb | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/packages/tasks/task-opie.bb b/packages/tasks/task-opie.bb index 018ed9a9c8..0f7285236e 100644 --- a/packages/tasks/task-opie.bb +++ b/packages/tasks/task-opie.bb @@ -1,11 +1,12 @@ DESCRIPTION = "Tasks for OPIE stuff" SECTION = "opie/base" -PACKAGE_ARCH = "${MACHINE_ARCH}" -ALLOW_EMPTY = "1" LICENSE = "MIT" -PROVIDES = "task-opie-everything" -PR = "r11" +PR = "r12" + +inherit task + +PROVIDES = "task-opie-everything" PACKAGES = "task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -32,6 +33,8 @@ RDEPENDS_task-opie-base = "opie-init opie-alarm opie-qcop opie-qss opie-quicklau RRECOMMENDS_task-opie-base = "opie-taskbar-images-${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \ opie-taskbar-images-${MACHINE_DISPLAY_HEIGHT_PIXELS}x${MACHINE_DISPLAY_WIDTH_PIXELS}" +PACKAGE_ARCH_task-opie-base = "${MACHINE_ARCH}" + # # things for reasonable bootstrap image # @@ -44,6 +47,8 @@ RDEPENDS_task-opie-base-applets = "opie-aboutapplet opie-clockapplet opie-suspen ${@base_contains("COMBINED_FEATURES", "pcmcia", "opie-pcmciaapplet", "",d)} \ ${@base_contains("MACHINE_FEATURES", "keyboard", "opie-vtapplet opie-logoutapplet", "",d)}" +PACKAGE_ARCH_task-opie-base-applets = "${MACHINE_ARCH}" + # # clamshell models can benefit from the autorotate applet # @@ -69,6 +74,8 @@ RDEPENDS_task-opie-extra-settings = "opie-language opie-doctab opie-mediummount ${@base_contains("DISTRO_FEATURES", "ppp", "opie-networksettings-pppplugin", "",d)} \ " +PACKAGE_ARCH_task-opie-extra-settings = "${MACHINE_ARCH}" + RDEPENDS_task-opie-base-decorations = "opie-deco-flat opie-deco-liquid opie-deco-polished" RDEPENDS_task-opie-base-styles = "opie-style-flat opie-style-fresh opie-style-web opie-style-phase" |