[OE-core] [PATCH] libomxil-0.9.3: Updated CORE_NAME to drop .0 extension.

Drew Moseley drew_moseley at mentor.com
Wed Jul 23 21:04:22 UTC 2014


As a result of commit 0ef3734c2f279bf463ba4d1aef5241cd4882d483 the ".0"
extension for GSTREAMER_1_0_OMX_CORE_NAME is no longer needed.

Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
index b423863..9085acc 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
@@ -13,7 +13,7 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 PR = "r1"
 
 GSTREAMER_1_0_OMX_TARGET ?= "bellagio"
-GSTREAMER_1_0_OMX_CORE_NAME ?= "${libdir}/libomxil-bellagio.so.0"
+GSTREAMER_1_0_OMX_CORE_NAME ?= "${libdir}/libomxil-bellagio.so"
 
 EXTRA_OECONF += "--disable-valgrind --with-omx-target=${GSTREAMER_1_0_OMX_TARGET}"
 
-- 
1.9.1




More information about the Openembedded-core mailing list