summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-02-16 13:36:22 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-05-16 09:34:37 +0200
commit6c1eaaf8b2a01121a48365fadfe830a9d3ba45a0 (patch)
tree8e9f11c6f094d210fcbb9687ed615389569cc261
parenta8cf219f1527480243d4caef7e08aaaa9def6694 (diff)
[COMMUNITY] add preferred version on omx package
* gstreamer RDEPENDS on libomxlib, omx-user-module, so omx-user-module must RPROVIDES libomxil. gstreamer1.0-omx.inc:49:RDEPENDS_${PN} = "libomxil" Change-Id: I42a0ef944d7c7a1ffc2e520b959cc0906ab4f015 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--meta-rcar-gen3/recipes-multimedia/omx-module/omx-user-module.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/omx-module/omx-user-module.bb b/meta-rcar-gen3/recipes-multimedia/omx-module/omx-user-module.bb
index 6515e1f..de0a5ac 100644
--- a/meta-rcar-gen3/recipes-multimedia/omx-module/omx-user-module.bb
+++ b/meta-rcar-gen3/recipes-multimedia/omx-module/omx-user-module.bb
@@ -486,3 +486,6 @@ INHIBIT_SYSROOT_STRIP = "1"
# Skip debug split and strip of do_package()
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INHIBIT_PACKAGE_STRIP = "1"
+
+RPROVIDES_${PN} = "libomxil"
+