From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Remove old recipes
Date: Fri, 1 Feb 2013 13:01:16 +0000 [thread overview]
Message-ID: <cover.1359723526.git.ross.burton@intel.com> (raw)
Hi,
A series containing some more removes from oe-core:
libcanberra and metacity have already been submitted, but they're in this branch
for completeness.
clutter-box2d is about to move to meta-oe if they want it, as it's unused in oe-core.
orinoco-conf is legacy, if a BSP layer still needs it (meta-handheld doesn't,
and that's where I thought it would be) then they are welcome to restore it
there.
matchbox-stroke was a proof of concept, and considering that modern touch
screens are capacitive instead of resistive this is unlikly to be usable anyway.
Ross
The following changes since commit 8d80483e2f0f755a61087be1dffaf595fbc467fd:
bitbake: bitbake-layers: print the recipe's depends that crosses a layer boundary (2013-01-31 14:00:03 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ross/removes
for you to fetch changes up to 3742a00f9efeb85866fd7b1748c8a346fe2e2bb9:
matchbox-stroke: remove (2013-02-01 12:46:19 +0000)
----------------------------------------------------------------
Ross Burton (6):
libcanberra: remove, migrated to meta-gnome
metacity: remove, migrated to meta-gnome
clutter-box2d: remove
orinoco-conf: remove
packagegroup-core-x11-sato: remove matchbox-stroke
matchbox-stroke: remove
meta/recipes-bsp/orinoco/files/COPYING.patch | 346 --
meta/recipes-bsp/orinoco/files/orinoco_cs.conf | 2 -
meta/recipes-bsp/orinoco/files/spectrum_fw.h | 4569 --------------------
meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb | 16 -
.../metacity/remove-yelp-help-rules-var.patch | 28 -
meta/recipes-gnome/gnome/metacity_2.34.13.bb | 30 -
meta/recipes-graphics/clutter/clutter-box2d.inc | 15 -
meta/recipes-graphics/clutter/clutter-box2d_git.bb | 14 -
.../pulseaudio/libcanberra_0.29.bb | 32 -
.../matchbox-stroke/files/configure_fix.patch | 15 -
.../matchbox-stroke/files/single-instance.patch | 20 -
.../matchbox-stroke/matchbox-stroke_git.bb | 25 -
.../packagegroups/packagegroup-core-x11-sato.bb | 1 -
13 files changed, 5113 deletions(-)
delete mode 100644 meta/recipes-bsp/orinoco/files/COPYING.patch
delete mode 100644 meta/recipes-bsp/orinoco/files/orinoco_cs.conf
delete mode 100644 meta/recipes-bsp/orinoco/files/spectrum_fw.h
delete mode 100644 meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb
delete mode 100644 meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
delete mode 100644 meta/recipes-gnome/gnome/metacity_2.34.13.bb
delete mode 100644 meta/recipes-graphics/clutter/clutter-box2d.inc
delete mode 100644 meta/recipes-graphics/clutter/clutter-box2d_git.bb
delete mode 100644 meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
delete mode 100644 meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
delete mode 100644 meta/recipes-sato/matchbox-stroke/files/single-instance.patch
delete mode 100644 meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
Ross Burton (6):
libcanberra: remove, migrated to meta-gnome
metacity: remove, migrated to meta-gnome
clutter-box2d: remove
orinoco-conf: remove
packagegroup-core-x11-sato: remove matchbox-stroke
matchbox-stroke: remove
meta/recipes-bsp/orinoco/files/COPYING.patch | 346 --
meta/recipes-bsp/orinoco/files/orinoco_cs.conf | 2 -
meta/recipes-bsp/orinoco/files/spectrum_fw.h | 4569 --------------------
meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb | 16 -
.../metacity/remove-yelp-help-rules-var.patch | 28 -
meta/recipes-gnome/gnome/metacity_2.34.13.bb | 30 -
meta/recipes-graphics/clutter/clutter-box2d.inc | 15 -
meta/recipes-graphics/clutter/clutter-box2d_git.bb | 14 -
.../pulseaudio/libcanberra_0.29.bb | 32 -
.../matchbox-stroke/files/configure_fix.patch | 15 -
.../matchbox-stroke/files/single-instance.patch | 20 -
.../matchbox-stroke/matchbox-stroke_git.bb | 25 -
.../packagegroups/packagegroup-core-x11-sato.bb | 1 -
13 files changed, 5113 deletions(-)
delete mode 100644 meta/recipes-bsp/orinoco/files/COPYING.patch
delete mode 100644 meta/recipes-bsp/orinoco/files/orinoco_cs.conf
delete mode 100644 meta/recipes-bsp/orinoco/files/spectrum_fw.h
delete mode 100644 meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb
delete mode 100644 meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
delete mode 100644 meta/recipes-gnome/gnome/metacity_2.34.13.bb
delete mode 100644 meta/recipes-graphics/clutter/clutter-box2d.inc
delete mode 100644 meta/recipes-graphics/clutter/clutter-box2d_git.bb
delete mode 100644 meta/recipes-multimedia/pulseaudio/libcanberra_0.29.bb
delete mode 100644 meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
delete mode 100644 meta/recipes-sato/matchbox-stroke/files/single-instance.patch
delete mode 100644 meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
--
1.7.10.4
next reply other threads:[~2013-02-01 13:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-01 13:01 Ross Burton [this message]
2013-02-01 13:01 ` [PATCH 1/6] libcanberra: remove, migrated to meta-gnome Ross Burton
2013-02-01 13:01 ` [PATCH 2/6] metacity: " Ross Burton
2013-02-01 13:01 ` [PATCH 3/6] clutter-box2d: remove Ross Burton
2013-02-01 13:01 ` [PATCH 4/6] orinoco-conf: remove Ross Burton
2013-02-01 13:01 ` [PATCH 5/6] packagegroup-core-x11-sato: remove matchbox-stroke Ross Burton
2013-02-01 13:01 ` [PATCH 6/6] matchbox-stroke: remove Ross Burton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1359723526.git.ross.burton@intel.com \
--to=ross.burton@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.