libvpx: Enable native support

Enable support for building libvpx as a native recipe

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Joshua Watt 2023-02-22 10:51:34 -06:00 committed by Khem Raj
parent 6aa414ea0e
commit 747684d460

View File

@ -49,3 +49,5 @@ do_install() {
oe_runmake install DESTDIR=${D}
chown -R root:root ${D}
}
BBCLASSEXTEND += "native"