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:20:39 +0100 |
commit | 373895e6c691277e15a09aee3504243448c55b50 (patch) | |
tree | 68930fdd41ba42825aa2a51441c1c05fdbfde091 /meta/classes | |
parent | a62a8df59c176be4f32dfddabbed7b2deb0e6283 (diff) | |
download | openembedded-core-373895e6c691277e15a09aee3504243448c55b50.tar.gz openembedded-core-373895e6c691277e15a09aee3504243448c55b50.tar.bz2 openembedded-core-373895e6c691277e15a09aee3504243448c55b50.zip |
pimlico: Remove
Remove the Pimlico applications (Contacts, Dates, Tasks). oe-core isn't a
reference PIM stack, so we don't need this.
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 # - x11-sato - OpenedHand Sato environment # - apps-x11-core - X Terminal, file manager, file editor # - apps-x11-games -# - apps-x11-pimlico - OpenedHand Pimlico apps # - tools-sdk - SDK # - tools-debug - debugging tools # - tools-profile - profiling tools @@ -34,7 +33,6 @@ PACKAGE_GROUP_x11-base = "task-core-x11-base" PACKAGE_GROUP_x11-sato = "task-core-x11-sato" PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" -PACKAGE_GROUP_apps-x11-pimlico = "task-core-apps-x11-pimlico" PACKAGE_GROUP_tools-debug = "task-core-tools-debug" PACKAGE_GROUP_tools-profile = "task-core-tools-profile" PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps" @@ -65,7 +63,7 @@ CORE_IMAGE_EXTRA_INSTALL ?= "" IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" -ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games apps-x11-pimlico package-management" +ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management" SSHSERVER_IMAGE_FEATURES ??= "ssh-server-dropbear" SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ${SSHSERVER_IMAGE_FEATURES}" |