build failed for me on a fresh build in do_install because this path
${S}/vpx-vp8-nopost-nodocs*${PV}/* did not exist.
adding --disable-install-docs caused the path name to become correct.
open issue: lots of files are reported as being installed but not in any package
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "VP8"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
--target=${VPXTARGET} \
--enable-vp8 \
--enable-libs \
+ --disable-install-docs \
"
do_install() {