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-multimedia/flac | |
parent | a0ba05596a704a006ee7b97392c20b871085b1e6 (diff) | |
download | openembedded-core-contrib-0c1f12f4d190a2f5a838d8d1e53c30415b016a5a.tar.gz |
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-multimedia/flac')
-rw-r--r-- | meta/recipes-multimedia/flac/flac-1.2.1/flac-gcc43-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/flac/flac-1.2.1/flac-gcc43-fixes.patch b/meta/recipes-multimedia/flac/flac-1.2.1/flac-gcc43-fixes.patch index 9c528c23153..6b6659994f9 100644 --- a/meta/recipes-multimedia/flac/flac-1.2.1/flac-gcc43-fixes.patch +++ b/meta/recipes-multimedia/flac/flac-1.2.1/flac-gcc43-fixes.patch @@ -1,6 +1,6 @@ # Acquired from OpenEmbedded # Fix no declaration of memcmp() -Upstream-Status: Pending +Upstream-Status: Submitted diff -urN flac-1.2.1-orig/examples/cpp/encode/file/main.cpp flac-1.2.1/examples/cpp/encode/file/main.cpp --- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp 2010-06-23 15:06:29.159481339 +0800 |