diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-01-27 14:02:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-27 17:06:52 -0800 |
commit | e99f1879662e2b692dca4e94b3b6cbbad29770a6 (patch) | |
tree | 877a0524f45741fcb57bb8f20f2820eba164bf85 /meta-multimedia/recipes-multimedia | |
parent | bfb764ed830537b4e8cd85a2d01850238afc5725 (diff) | |
download | meta-openembedded-e99f1879662e2b692dca4e94b3b6cbbad29770a6.tar.gz |
.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch | 2 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch index d05cf02b7..b174ec127 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | * tremor provides libvorbisidec, use it instead of libvorbisdec | 1 | * tremor provides libvorbisidec, use it instead of libvorbisdec |
2 | 2 | ||
3 | Upstream-status: Pending | 3 | Upstream-Status: Pending |
4 | 4 | ||
5 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> | 5 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> |
6 | 6 | ||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch index 96b5d2d24..e10002f78 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | * luaL_checkint and luaL_optint were deprecated in lua 5.3 | 1 | * luaL_checkint and luaL_optint were deprecated in lua 5.3 |
2 | * replacement functions are luaL_checkinteger and luaL_optinteger | 2 | * replacement functions are luaL_checkinteger and luaL_optinteger |
3 | 3 | ||
4 | Upstream-status: Pending | 4 | Upstream-Status: Pending |
5 | 5 | ||
6 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> | 6 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> |
7 | 7 | ||