mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libdvdnav: switch to meson buildsystem
autotools buildsystem has been removed: do_configure: no configure script found Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||||||
DEPENDS = "libdvdread"
|
DEPENDS = "libdvdread"
|
||||||
|
|
||||||
SRC_URI = "https://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz"
|
SRC_URI = "https://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz"
|
||||||
SRC_URI[md5sum] = "e9e9f137cdd52828abc0c61b727ea579"
|
|
||||||
SRC_URI[sha256sum] = "a2a18f5ad36d133c74bf9106b6445806fa253b09141a46392550394b647b221e"
|
SRC_URI[sha256sum] = "a2a18f5ad36d133c74bf9106b6445806fa253b09141a46392550394b647b221e"
|
||||||
|
|
||||||
inherit autotools lib_package binconfig pkgconfig
|
inherit meson lib_package binconfig pkgconfig manpages
|
||||||
|
|
||||||
|
PACKAGECONFIG[manpages] = "-Denable_docs=true,-Denable_docs=false,doxygen-native"
|
||||||
|
|
||||||
CONFIGUREOPTS:remove = "--disable-silent-rules"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user