[oe-commits] Koen Kooi : ti-codec-combos: symlink . cfg files so gstreamer-ti can find them
GIT User account
git at amethyst.openembedded.net
Sat Apr 4 12:32:22 UTC 2009
Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7c27c6a05307740e657b0069d59ddf9b8b256db9
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c27c6a05307740e657b0069d59ddf9b8b256db9
Author: Koen Kooi <koen at openembedded.org>
Date: Sat Apr 4 14:28:37 2009 +0200
ti-codec-combos: symlink .cfg files so gstreamer-ti can find them
* this was ommitted from the previous commit to gstreamer-tu
---
recipes/dsplink/ti-codec-combos_3.16.bb | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/recipes/dsplink/ti-codec-combos_3.16.bb b/recipes/dsplink/ti-codec-combos_3.16.bb
index dd97a57..6bab35a 100644
--- a/recipes/dsplink/ti-codec-combos_3.16.bb
+++ b/recipes/dsplink/ti-codec-combos_3.16.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/omap3530_dvsdk_combos_3_16"
# Yes, the xdc stuff still breaks with a '.' in PWD
PV = "316"
-PR = "r14"
+PR = "r15"
TARGET = "all"
@@ -77,6 +77,10 @@ do_install () {
do_stage () {
install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos
cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos
+ for codec in encode decode ; do
+ mkdir -p ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos/packages/ti/sdo/servers/$codec/package/info/${datadir}/ti-codec-combos
+ ln -sf ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos/packages/ti/sdo/servers/$codec/package/info/$codec* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-codec-combos/packages/ti/sdo/servers/$codec/package/info/${datadir}/ti-codec-combos
+ done
}
FILES_ti-codec-combos = "${datadir}/ti-codec-combos/*"
More information about the Openembedded-commits
mailing list