mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
vlc: Upgrade 3.0.6 -> 3.0.8
Workaround for riscv64 issue fixed upstream removed. Also merge the inc into the recipe. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6608219c24
commit
c986cbed93
|
|
@ -1,11 +0,0 @@
|
|||
require ${BPN}.inc
|
||||
|
||||
LDFLAGS_append_riscv64 = " -pthread"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0006-make-opencv-configurable.patch \
|
||||
file://0007-use-vorbisidec.patch \
|
||||
file://0008-fix-luaL-checkint.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "4ff71d262e070fd19f86a1c3542c7b4e"
|
||||
SRC_URI[sha256sum] = "18c16d4be0f34861d0aa51fbd274fb87f0cab3b7119757ead93f3db3a1f27ed3"
|
||||
|
|
@ -16,7 +16,13 @@ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \
|
|||
# While this item does not require it, it depends on ffmpeg which does
|
||||
LICENSE_FLAGS = "commercial"
|
||||
|
||||
SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz"
|
||||
SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \
|
||||
file://0006-make-opencv-configurable.patch \
|
||||
file://0007-use-vorbisidec.patch \
|
||||
file://0008-fix-luaL-checkint.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "744442ec0c145453ea1d257914c8072e"
|
||||
SRC_URI[sha256sum] = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6"
|
||||
|
||||
inherit autotools gettext pkgconfig distro_features_check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user