From 560b04181d8f51d189b99f01a72f17210dadf7a3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 17:25:23 +0100 Subject: Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* Signed-off-by: Richard Purdie --- .../clutter/clutter-gst/enable_tests.patch | 2 +- .../clutter/clutter-gtk/enable_tests.patch | 2 +- meta/recipes-graphics/images/core-image-clutter.bb | 11 +++++++ meta/recipes-graphics/images/poky-image-clutter.bb | 11 ------- meta/recipes-graphics/tasks/task-core-clutter.bb | 36 ++++++++++++++++++++++ meta/recipes-graphics/tasks/task-poky-clutter.bb | 36 ---------------------- 6 files changed, 49 insertions(+), 49 deletions(-) create mode 100644 meta/recipes-graphics/images/core-image-clutter.bb delete mode 100644 meta/recipes-graphics/images/poky-image-clutter.bb create mode 100644 meta/recipes-graphics/tasks/task-core-clutter.bb delete mode 100644 meta/recipes-graphics/tasks/task-poky-clutter.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch index 210b9492c6..e9dc8a2c65 100644 --- a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch @@ -1,4 +1,4 @@ -Install example binary needed for poky-image-clutter +Install example binary needed for core-image-clutter Signed-off-by: Zhai Edwin Index: git/examples/Makefile.am diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch index e91b8272f6..c18ffecefd 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch @@ -1,4 +1,4 @@ -Install the test binary needed for poky-image-clutter +Install the test binary needed for core-image-clutter Signed-off-by: Zhai Edwin diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb new file mode 100644 index 0000000000..66839f4f96 --- /dev/null +++ b/meta/recipes-graphics/images/core-image-clutter.bb @@ -0,0 +1,11 @@ +IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" + +LICENSE = "MIT" + +IMAGE_INSTALL = "\ + ${POKY_BASE_INSTALL} \ + task-core-clutter-core \ + task-core-clutter-tests \ + task-core-clutter-apps" + +inherit poky-image diff --git a/meta/recipes-graphics/images/poky-image-clutter.bb b/meta/recipes-graphics/images/poky-image-clutter.bb deleted file mode 100644 index a1dcb51b5b..0000000000 --- a/meta/recipes-graphics/images/poky-image-clutter.bb +++ /dev/null @@ -1,11 +0,0 @@ -IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" - -LICENSE = "MIT" - -IMAGE_INSTALL = "\ - ${POKY_BASE_INSTALL} \ - task-poky-clutter-core \ - task-poky-clutter-tests \ - task-poky-clutter-apps" - -inherit poky-image diff --git a/meta/recipes-graphics/tasks/task-core-clutter.bb b/meta/recipes-graphics/tasks/task-core-clutter.bb new file mode 100644 index 0000000000..43c65251a4 --- /dev/null +++ b/meta/recipes-graphics/tasks/task-core-clutter.bb @@ -0,0 +1,36 @@ +# +# Copyright (C) 2007 OpenedHand Ltd. +# + +DESCRIPTION = "Clutter Tasks for OpenedHand Poky" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +PR = "r4" + +PACKAGES = "\ + task-core-clutter-core \ + task-core-clutter-core-dbg \ + task-core-clutter-core-dev \ + task-core-clutter-apps \ + task-core-clutter-apps-dbg \ + task-core-clutter-apps-dev \ + task-core-clutter-tests \ + task-core-clutter-tests-dbg \ + task-core-clutter-tests-dev \ + " + +ALLOW_EMPTY = "1" + +RDEPENDS_task-core-clutter-core = "\ + clutter-1.4 \ + clutter-gst-1.4 \ + clutter-gtk-1.4" + +RDEPENDS_task-core-clutter-tests = "\ + clutter-gst-1.4-examples \ + clutter-gtk-1.4-examples" + +#RDEPENDS_task-core-clutter-apps = "\ +# clutter-box2d " diff --git a/meta/recipes-graphics/tasks/task-poky-clutter.bb b/meta/recipes-graphics/tasks/task-poky-clutter.bb deleted file mode 100644 index 555a9ee0f0..0000000000 --- a/meta/recipes-graphics/tasks/task-poky-clutter.bb +++ /dev/null @@ -1,36 +0,0 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# - -DESCRIPTION = "Clutter Tasks for OpenedHand Poky" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -PR = "r4" - -PACKAGES = "\ - task-poky-clutter-core \ - task-poky-clutter-core-dbg \ - task-poky-clutter-core-dev \ - task-poky-clutter-apps \ - task-poky-clutter-apps-dbg \ - task-poky-clutter-apps-dev \ - task-poky-clutter-tests \ - task-poky-clutter-tests-dbg \ - task-poky-clutter-tests-dev \ - " - -ALLOW_EMPTY = "1" - -RDEPENDS_task-poky-clutter-core = "\ - clutter-1.4 \ - clutter-gst-1.4 \ - clutter-gtk-1.4" - -RDEPENDS_task-poky-clutter-tests = "\ - clutter-gst-1.4-examples \ - clutter-gtk-1.4-examples" - -#RDEPENDS_task-poky-clutter-apps = "\ -# clutter-box2d " -- cgit 1.2.3-korg