mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
513 B
BlitzBasic
16 lines
513 B
BlitzBasic
SUMMARY = "Opus Audio Tools"
|
|
HOMEPAGE = "http://www.opus-codec.org/"
|
|
|
|
LICENSE = "BSD-2-Clause & GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=79f6fc2a6239fbe5f6e52f20ac76698c"
|
|
|
|
SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "ff2d0536e960cabbfb8ca7c8c1759b6c"
|
|
SRC_URI[sha256sum] = "b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86"
|
|
|
|
S = "${UNPACKDIR}/opus-tools-${PV}"
|
|
|
|
DEPENDS = "libopus libopusenc flac opusfile"
|
|
|
|
inherit autotools pkgconfig
|