blob: fa3a483265e389a9429949032d04002cff64818d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require libvorbis.inc
PR = "${INC_PR}.1"
EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
--with-ogg-includes=${STAGING_INCDIR}"
SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \
file://configure_powerpc-no-fixed-cpu.patch \
file://r14598-CVE-2008-1420.patch \
file://r14602-CVE-2008-1419.patch \
file://r14602-CVE-2008-1423.patch \
"
SRC_URI[md5sum] = "478646358c49f34aedcce58948793619"
SRC_URI[sha256sum] = "6eb7040048e35448fe224fa3fd993eb4e49a905c57893886082f1674d43b0e73"
|