[oe-commits] Drew Moseley : gstreamer1.0-omx: Use variables for CORE_NAME processing.

git at git.openembedded.org git at git.openembedded.org
Wed Jul 16 09:32:04 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 1ae73bb41436bf7e97d83052fbe1541074b4a4ac
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1ae73bb41436bf7e97d83052fbe1541074b4a4ac

Author: Drew Moseley <drew_moseley at mentor.com>
Date:   Wed Jul  9 19:17:34 2014 -0400

gstreamer1.0-omx: Use variables for CORE_NAME processing.

Use the "libdir" and "sysconfdir" variables rather than
hard-coding "/usr/lib" and "/etc".

Signed-off-by: Drew Moseley <drew_moseley at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
index b76786b..b423863 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 ?= "/usr/lib/libomxil-bellagio.so.0"
+GSTREAMER_1_0_OMX_CORE_NAME ?= "${libdir}/libomxil-bellagio.so.0"
 
 EXTRA_OECONF += "--disable-valgrind --with-omx-target=${GSTREAMER_1_0_OMX_TARGET}"
 
@@ -31,7 +31,7 @@ python __anonymous () {
 }
 
 set_omx_core_name() {
-	sed -i -e "s;^core-name=.*;core-name=${GSTREAMER_1_0_OMX_CORE_NAME};" "${D}/etc/xdg/gstomx.conf"
+	sed -i -e "s;^core-name=.*;core-name=${GSTREAMER_1_0_OMX_CORE_NAME};" "${D}${sysconfdir}/xdg/gstomx.conf"
 }
 do_install[postfuncs] += " set_omx_core_name "
 



More information about the Openembedded-commits mailing list