aboutsummaryrefslogtreecommitdiffstats
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-04-19 10:52:30 +0200
commit29a8643f72e72c0c5472c65c074a2d8701d907b7 (patch)
treedc0570ab85bbf80a2be01daa81b33bdd31dde020
parentdd6b6097ecab7d78ff61e9bbe5ff1b4ee4f5a792 (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"
+