mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
8a26ea844f
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
13 lines
547 B
BlitzBasic
13 lines
547 B
BlitzBasic
SUMMARY = "libdvdcss is a simple library for accessing DVDs like block devices"
|
|
DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption."
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "https://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.xz"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = " --disable-doc "
|
|
|
|
SRC_URI[sha256sum] = "529463e4d1befef82e5c6e470db7661a2db0343e092a2fb0d6c037cab8a5c399"
|