diff options
| author | Ross Burton <ross.burton@intel.com> | 2012-08-09 08:46:17 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 15:26:26 +0100 |
| commit | 5e775b5e5c0db6f76546355be22aa029a7cf69fa (patch) | |
| tree | 1fb9cbd970702d3495317346b26f844c91934956 /meta/classes | |
| parent | af8e6b6c57dadb3bf7672d063a98d3baa508c7f4 (diff) | |
| download | poky-5e775b5e5c0db6f76546355be22aa029a7cf69fa.tar.gz | |
pimlico: Remove
Remove the Pimlico applications (Contacts, Dates, Tasks). oe-core isn't a
reference PIM stack, so we don't need this.
(From OE-Core rev: 373895e6c691277e15a09aee3504243448c55b50)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index b2815b952b..52836d22e1 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 18 | # - x11-sato - OpenedHand Sato environment | 18 | # - x11-sato - OpenedHand Sato environment |
| 19 | # - apps-x11-core - X Terminal, file manager, file editor | 19 | # - apps-x11-core - X Terminal, file manager, file editor |
| 20 | # - apps-x11-games | 20 | # - apps-x11-games |
| 21 | # - apps-x11-pimlico - OpenedHand Pimlico apps | ||
| 22 | # - tools-sdk - SDK | 21 | # - tools-sdk - SDK |
| 23 | # - tools-debug - debugging tools | 22 | # - tools-debug - debugging tools |
| 24 | # - tools-profile - profiling tools | 23 | # - tools-profile - profiling tools |
| @@ -34,7 +33,6 @@ PACKAGE_GROUP_x11-base = "task-core-x11-base" | |||
| 34 | PACKAGE_GROUP_x11-sato = "task-core-x11-sato" | 33 | PACKAGE_GROUP_x11-sato = "task-core-x11-sato" |
| 35 | PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" | 34 | PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" |
| 36 | PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" | 35 | PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" |
| 37 | PACKAGE_GROUP_apps-x11-pimlico = "task-core-apps-x11-pimlico" | ||
| 38 | PACKAGE_GROUP_tools-debug = "task-core-tools-debug" | 36 | PACKAGE_GROUP_tools-debug = "task-core-tools-debug" |
| 39 | PACKAGE_GROUP_tools-profile = "task-core-tools-profile" | 37 | PACKAGE_GROUP_tools-profile = "task-core-tools-profile" |
| 40 | PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps" | 38 | PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps" |
| @@ -65,7 +63,7 @@ CORE_IMAGE_EXTRA_INSTALL ?= "" | |||
| 65 | IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" | 63 | IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" |
| 66 | 64 | ||
| 67 | X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" | 65 | X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" |
| 68 | ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games apps-x11-pimlico package-management" | 66 | ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management" |
| 69 | SSHSERVER_IMAGE_FEATURES ??= "ssh-server-dropbear" | 67 | SSHSERVER_IMAGE_FEATURES ??= "ssh-server-dropbear" |
| 70 | SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ${SSHSERVER_IMAGE_FEATURES}" | 68 | SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ${SSHSERVER_IMAGE_FEATURES}" |
| 71 | 69 | ||
