diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-06-29 16:43:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-29 14:40:53 +0100 |
commit | 0c1f12f4d190a2f5a838d8d1e53c30415b016a5a (patch) | |
tree | cbf7594354419806cd1672cf44a8528b42a296ff /meta/recipes-connectivity/telepathy | |
parent | a0ba05596a704a006ee7b97392c20b871085b1e6 (diff) | |
download | openembedded-core-0c1f12f4d190a2f5a838d8d1e53c30415b016a5a.tar.gz openembedded-core-0c1f12f4d190a2f5a838d8d1e53c30415b016a5a.tar.bz2 openembedded-core-0c1f12f4d190a2f5a838d8d1e53c30415b016a5a.tar.xz openembedded-core-0c1f12f4d190a2f5a838d8d1e53c30415b016a5a.zip |
Upstream-Status: update the status for some patches
gypsy: fix-unused-but-set-variable-warning.patch
telepathy-python: parallel_make.patch
opkg-utils: mtime-int.patch
opkg: headerfix.patch
flac: flac-gcc43-fixes.patch
libsamplerate0: libsamplerate-0.1.7-macro-quoting.patch
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch b/meta/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch index f1f3f569d..248824606 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch +++ b/meta/recipes-connectivity/telepathy/telepathy-python-0.15.19/parallel_make.patch @@ -5,7 +5,8 @@ src/_generated directory that tasks are based on. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> -Upstream-Status: Pending +Upstream-Status: Submitted +(However it seems that this project is out of maintanence.) diff -ruN telepathy-python-0.15.19-orig/src/Makefile.am telepathy-python-0.15.19/src/Makefile.am --- telepathy-python-0.15.19-orig/src/Makefile.am 2011-03-10 08:51:49.000000000 +0800 |