aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-30 19:23:31 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-30 19:23:31 +0200
commit6fd8d018aede97289fcaa9597d8190b39d30abe5 (patch)
tree8f81a62b90948304ee512da7287c499d7639c37c /recipes
parent81162f4b07c7ccff4df0acf0a12128071d0e556f (diff)
downloadopenembedded-6fd8d018aede97289fcaa9597d8190b39d30abe5.tar.gz
ti-codecs-omapl138 4.00.00.00: update SRCREV to integrate c6accel
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/ti-codecs-omapl138_4.00.00.00.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/ti/ti-codecs-omapl138_4.00.00.00.bb b/recipes/ti/ti-codecs-omapl138_4.00.00.00.bb
index 3cc791d423..6f2c464b34 100644
--- a/recipes/ti/ti-codecs-omapl138_4.00.00.00.bb
+++ b/recipes/ti/ti-codecs-omapl138_4.00.00.00.bb
@@ -5,13 +5,13 @@ LICENSE = "TI"
require ti-paths.inc
require ti-staging.inc
-PR="r2"
+PR="r9"
PV="4_00_00_00"
CODEC_SUITE_NAME="${WORKDIR}/${PN}_${PV}"
-SRCREV = "48f81f72c214ce9126d719c01737378c24de9db5"
+SRCREV = "4dd14941ff514f30aaaeeebcde446e11de62e075"
require ti-eula-unpack.inc
@@ -147,7 +147,7 @@ do_compile() {
XDC_INSTALL_DIR=${XDC_INSTALL_DIR} \
CODEC_INSTALL_DIR="${S}" \
XDCARGS="prod" \
- C6ACCEL_INSTALL_DIR=${C6ACCEL_INSTALL_DIR}/soc \
+ C6ACCEL_INSTALL_DIR=${C6ACCEL_INSTALL_DIR} \
clean
make \
@@ -161,7 +161,7 @@ do_compile() {
XDC_INSTALL_DIR=${XDC_INSTALL_DIR} \
CODEC_INSTALL_DIR="${S}" \
XDCARGS="prod" \
- C6ACCEL_INSTALL_DIR=${C6ACCEL_INSTALL_DIR}/soc \
+ C6ACCEL_INSTALL_DIR=${C6ACCEL_INSTALL_DIR} \
all
}