aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-07-26 15:59:14 +0200
committerKoen Kooi <koen@openembedded.org>2011-07-26 15:59:14 +0200
commit0a6de7caea8a163928297d0562a728f62d1a6fcd (patch)
tree9a5a8df901d8cfc57e30c7c67191ac874dd196c0 /recipes/ti
parentec8beb5524480337f0fc6850a0a99250110a551b (diff)
downloadopenembedded-0a6de7caea8a163928297d0562a728f62d1a6fcd.tar.gz
ti-codecs-omap3530 4.00.00.00: fix PE problem
bump PR for dependant recipes as well Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/gstreamer-ti.inc2
-rw-r--r--recipes/ti/ti-codecs-omap3530_4.00.00.00.bb4
-rw-r--r--recipes/ti/ti-dmai_svn.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/ti/gstreamer-ti.inc b/recipes/ti/gstreamer-ti.inc
index eb3890f366..3d45ebf06d 100644
--- a/recipes/ti/gstreamer-ti.inc
+++ b/recipes/ti/gstreamer-ti.inc
@@ -15,7 +15,7 @@ require ti-paths.inc
require ti-staging.inc
# Rebuild on kernel change since it links statically to ti-dmai, ti-codec-engine, etc
-PR = "r83+${MACHINE_KERNEL_PR}"
+PR = "r84+${MACHINE_KERNEL_PR}"
DEPENDS = "ti-dmai gstreamer gst-plugins-base"
diff --git a/recipes/ti/ti-codecs-omap3530_4.00.00.00.bb b/recipes/ti/ti-codecs-omap3530_4.00.00.00.bb
index 4dc912f473..31c047d083 100644
--- a/recipes/ti/ti-codecs-omap3530_4.00.00.00.bb
+++ b/recipes/ti/ti-codecs-omap3530_4.00.00.00.bb
@@ -6,8 +6,9 @@ require ti-paths.inc
require ti-staging.inc
PR="${MACHINE_KERNEL_PR}"
-PR_append = "a"
+PR_append = "b"
+PE = "1"
PV="4_00_00_00"
CODEC_SUITE_NAME="${WORKDIR}/${PN}_${PV}"
@@ -27,7 +28,6 @@ SRC_URI="http://software-dl.ti.com/dsps/dsps_public_sw/codecs/OMAP35xx//OMAP35xx
http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Speech//C64XPlus_Speech_latest/c64xplus_g711_1_12_00_000_production.bin;name=g711 \
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/OMAP35xx_DM37xx_C64xPLUS_Algorithms/01_00_00_07//exports/c64xplus_deinterlacer_01_00_00_07_production.bin;name=i2p \
git://arago-project.org/git/projects/codec-servers.git;protocol=git \
-
"
SRC_URI[h264enc.md5sum] = "4a7a4698b1db360fe103aae76127a4ec"
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb
index 3444777017..f2cb3f8c99 100644
--- a/recipes/ti/ti-dmai_svn.bb
+++ b/recipes/ti/ti-dmai_svn.bb
@@ -9,7 +9,7 @@ PV = "2_10_00_01+svnr${SRCPV}"
# This package has high dependence on kernel, use kernel PR as base and append a local version
PR = "${MACHINE_KERNEL_PR}"
-PR_append = "o"
+PR_append = "p"
DMAIBRANCH_dm6446 = "trunk"
DMAIBRANCH_dm6467 = "branches/GITPSP_INT_101009"