diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-11 11:01:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-13 10:28:59 +0100 |
commit | fc1859ea661d77067774c7fa3c1cbd49cebf90d3 (patch) | |
tree | 4d0376ab86a09fb7d3eb01eb7708b762b2545acb /meta/recipes-sato/settings-daemon | |
parent | 6a7b1fe1bb3b723f7c985978660628d0c0d39922 (diff) | |
download | poky-fc1859ea661d77067774c7fa3c1cbd49cebf90d3.tar.gz |
recpies: add Upstream-Status for multiple recipes' patches
tcf-agent: update its patch's Upstream-Status
screen: update its patch's Upstream-Status
which (GPLv2): update its patch's Upstream-Status
gnome-vfs: update its patch's Upstream-Status
libart-lgpl: update its patch's Upstream-Status
librsvg: update its patch's Upstream-Status
fontconfig: update its patch's Upstream-Status
freetype: update its patch's Upstream-Status
libxsettings-client: update its patch's Upstream-Status
libxcb: update its patch's Upstream-Status
libx11: update its patch's Upstream-Status
- remove 2 unused xim.patch.
libx11-trim: update its patch's Upstream-Status
libxcalibrate: update its patch's Upstream-Status
libxcomposite: update its patch's Upstream-Status
libxfont: update its patch's Upstream-Status
xtrans: update its patch's Upstream-Status
- remove abstract_socket_fix.patch as it's not used at all for long.
calibrateproto: update its patch's Upstream-Status
latencytop: update its patch's Upstream-Status
powertop: update its patch's Upstream-Status
settings-daemon: update its patch's Upstream-Status
gnome-settings-daemon: update its patch's Upstream-Status
libxklavier: update its patch's Upstream-Status
liblbxutil: update its patch's Upstream-Status
oprofile: update its patch's Upstream-Status and remove an unused patch
- delete xml_callgraph_details.patch as it's not used at all.
(From OE-Core rev: 94991fb73586887bfc740eacf190032dfb206a65)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/settings-daemon')
-rw-r--r-- | meta/recipes-sato/settings-daemon/files/addsoundkeys.patch | 2 | ||||
-rw-r--r-- | meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch b/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch index e06f02917b..baf06d6b84 100644 --- a/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch +++ b/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: settings-daemon/settings-daemon.c | 3 | Index: settings-daemon/settings-daemon.c |
2 | =================================================================== | 4 | =================================================================== |
3 | --- settings-daemon.orig/settings-daemon.c 2009-05-22 14:57:05.000000000 +0100 | 5 | --- settings-daemon.orig/settings-daemon.c 2009-05-22 14:57:05.000000000 +0100 |
diff --git a/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch b/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch index 5fd96d4645..594374467a 100644 --- a/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch +++ b/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
1 | after gcc linking has changed, all the libraries must be explicitely specified to for linking. | 3 | after gcc linking has changed, all the libraries must be explicitely specified to for linking. |
2 | This patch avoids this linking error: | 4 | This patch avoids this linking error: |
3 | 5 | ||