* Define own versions of do_compile and do_configure
this package has configure but its not autconf one.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "BSD"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
-inherit autotools
-
CFLAGS += "-fPIC"
export CC
--enable-libs \
--disable-install-docs \
"
-
+do_configure() {
+ ${S}/configure ${CONFIGUREOPTS}
+}
+do_compile() {
+ oe_runmake
+}
do_install() {
oe_runmake install DESTDIR=${D}
}