diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-09-26 19:55:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-26 17:53:42 +0100 |
commit | 33a1a05ef988c69f8ff8e38c6723922082e5d1aa (patch) | |
tree | ded5d7c7db49d62a7b625aeb384d4e9a9bdf7bbb /meta/recipes-graphics/libmatchbox/files | |
parent | 7c503d056d15e376243928ffb815296e9c711658 (diff) | |
download | openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.tar.gz openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.tar.bz2 openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.tar.xz openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.zip |
matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libmatchbox/files')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/files/16bppfixes.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libmatchbox/files/matchbox-start-fix.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libmatchbox/files/16bppfixes.patch b/meta/recipes-graphics/libmatchbox/files/16bppfixes.patch index 284318c94..ac22b9995 100644 --- a/meta/recipes-graphics/libmatchbox/files/16bppfixes.patch +++ b/meta/recipes-graphics/libmatchbox/files/16bppfixes.patch @@ -1,4 +1,4 @@ -Upstream-Status: Pending +Upstream-Status: Accepted Index: libmb/mbpixbuf.c =================================================================== diff --git a/meta/recipes-graphics/libmatchbox/files/matchbox-start-fix.patch b/meta/recipes-graphics/libmatchbox/files/matchbox-start-fix.patch index 058342c44..88f5d7091 100644 --- a/meta/recipes-graphics/libmatchbox/files/matchbox-start-fix.patch +++ b/meta/recipes-graphics/libmatchbox/files/matchbox-start-fix.patch @@ -6,7 +6,7 @@ on x86-64. This patch forces a NULL pointer as terminator to fix it. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> -Upstream-Status: Pending +Upstream-Status: Accepted Index: libmatchbox-1.9/libmb/mbexp.c =================================================================== |