mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
18 lines
441 B
BlitzBasic
18 lines
441 B
BlitzBasic
SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library"
|
|
HOMEPAGE = "http://www.audiocoding.com/faad2.html"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-2.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
|
|
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
PV .= "+git"
|
|
|
|
SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https"
|
|
SRCREV = "216f00e8ddba6f2c64caf481a04f1ddd78b93e78"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|