diff options
-rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx_1.12.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.12.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.12.0.bb index 9c04c2a341..e9e3e93647 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.12.0.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.12.0.bb | |||
@@ -49,3 +49,5 @@ do_install() { | |||
49 | oe_runmake install DESTDIR=${D} | 49 | oe_runmake install DESTDIR=${D} |
50 | chown -R root:root ${D} | 50 | chown -R root:root ${D} |
51 | } | 51 | } |
52 | |||
53 | BBCLASSEXTEND += "native" | ||