diff options
| author | Joshua Watt <jpewhacker@gmail.com> | 2023-02-22 10:51:34 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
| commit | 747684d46000cc4591cef86ce19429ed76e292b8 (patch) | |
| tree | 042f822d0f3248141c73380dbef8ce31645ba103 | |
| parent | 6aa414ea0e7258f9ab685934d69e078fc036f1a7 (diff) | |
| download | meta-openembedded-747684d46000cc4591cef86ce19429ed76e292b8.tar.gz | |
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>
| -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" | ||
