summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-24 12:59:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 14:40:48 +0100
commit39c9b208e4beed70373eb8e4454862b4db3995c7 (patch)
tree039395d53242e543346f02c810bbd60942bb5699 /meta/classes/core-image.bbclass
parentaccbf87abfad8ac6d0e6e4138b031b5acea250d9 (diff)
downloadpoky-39c9b208e4beed70373eb8e4454862b4db3995c7.tar.gz
core-image: remove x11-netbook package group, it's unused
(From OE-Core rev: ab498fa7a330d20639f3082cb1c05e92f37c5ced) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r--meta/classes/core-image.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 6b207d7cfa..13e45aa23f 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
16# - x11-mini - minimal environment for X11 server 16# - x11-mini - minimal environment for X11 server
17# - x11-base - X11 server + minimal desktop 17# - x11-base - X11 server + minimal desktop
18# - x11-sato - OpenedHand Sato environment 18# - x11-sato - OpenedHand Sato environment
19# - x11-netbook - Metacity based environment for netbooks
20# - apps-x11-core - X Terminal, file manager, file editor 19# - apps-x11-core - X Terminal, file manager, file editor
21# - apps-x11-games 20# - apps-x11-games
22# - apps-x11-pimlico - OpenedHand Pimlico apps 21# - apps-x11-pimlico - OpenedHand Pimlico apps
@@ -33,7 +32,6 @@ PACKAGE_GROUP_apps-console-core = "task-core-apps-console"
33PACKAGE_GROUP_x11-mini = "task-core-x11-mini" 32PACKAGE_GROUP_x11-mini = "task-core-x11-mini"
34PACKAGE_GROUP_x11-base = "task-core-x11-base" 33PACKAGE_GROUP_x11-base = "task-core-x11-base"
35PACKAGE_GROUP_x11-sato = "task-core-x11-sato" 34PACKAGE_GROUP_x11-sato = "task-core-x11-sato"
36PACKAGE_GROUP_x11-netbook = "task-core-x11-netbook"
37PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" 35PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core"
38PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" 36PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games"
39PACKAGE_GROUP_apps-x11-pimlico = "task-core-apps-x11-pimlico" 37PACKAGE_GROUP_apps-x11-pimlico = "task-core-apps-x11-pimlico"