libvpx: fix host-user-comtaminated QA issue

Fix 'host-user-comtaminated' QA issue by using chown in do_install.
Also remove the useless do_compile function.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Qi.Chen@windriver.com 2015-11-19 11:37:39 +08:00 committed by Martin Jansa
parent 17f59bcd44
commit 445b13638e

View File

@ -44,11 +44,8 @@ do_configure() {
${S}/configure ${CONFIGUREOPTS}
}
do_compile() {
oe_runmake
}
do_install() {
oe_runmake install DESTDIR=${D}
chown -R root:root ${D}
}