diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2020-04-16 12:04:46 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | 1ba8f82dfc1b66a6d55108ef8173e0eed6153b0b (patch) | |
tree | 478822309942ee74af808e2fc844307a98c59c37 | |
parent | 361160ecad6970ceda1ebda94df5755ebf2b64b5 (diff) |
[RCAR] use omx-user-module as libomxil provider
* PREFERRED_PROVIDER_virtual/libomxil is the standart way to
define dependency on gstreamer1.0-omx recipes.
Bug-AGL: SPEC-3328
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I061c0142f56ee4348809876c08b818944514bce3
-rw-r--r-- | meta-agl-bsp/conf/include/agl_rcar.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_rcar.inc b/meta-agl-bsp/conf/include/agl_rcar.inc index a21931a02..b88263f44 100644 --- a/meta-agl-bsp/conf/include/agl_rcar.inc +++ b/meta-agl-bsp/conf/include/agl_rcar.inc @@ -17,6 +17,7 @@ PREFERRED_PROVIDER_libgbm = "libgbm" PREFERRED_RPROVIDER_libgbm-dev = "libgbm" PREFERRED_RPROVIDER_libomxil = "omx-user-module" +PREFERRED_PROVIDER_virtual/libomxil = "omx-user-module" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" |