diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-26 12:07:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-26 12:07:28 +0100 |
commit | e91b799bcb19d8bee0d4dda8903e834d2b4b556c (patch) | |
tree | cd35e5de593fd7040ceaf68d295563037672e5a2 | |
parent | 2d5287202420607660458e3319a4751c6eb75be5 (diff) |
dsplink: bump PR on recipes for kernel changes
-rw-r--r-- | recipes/dsplink/gstreamer-ti_svn.bb | 2 | ||||
-rw-r--r-- | recipes/dsplink/ti-codec-combos_3.16.bb | 2 | ||||
-rw-r--r-- | recipes/dsplink/ti-codec-engine_2.21.bb | 2 | ||||
-rw-r--r-- | recipes/dsplink/ti-dmai_svn.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/dsplink/gstreamer-ti_svn.bb b/recipes/dsplink/gstreamer-ti_svn.bb index 22221c1603..e14f26208c 100644 --- a/recipes/dsplink/gstreamer-ti_svn.bb +++ b/recipes/dsplink/gstreamer-ti_svn.bb @@ -4,7 +4,7 @@ SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto= " SRCREV = "160" -PR = "r5" +PR = "r6" # Again, no '.' in PWD allowed :( PV = "0+svnr${SRCREV}" diff --git a/recipes/dsplink/ti-codec-combos_3.16.bb b/recipes/dsplink/ti-codec-combos_3.16.bb index 941856d09d..dc1ef9f8b9 100644 --- a/recipes/dsplink/ti-codec-combos_3.16.bb +++ b/recipes/dsplink/ti-codec-combos_3.16.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/omap3530_dvsdk_combos_3_16" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "316" -PR = "r13" +PR = "r14" TARGET = "all" diff --git a/recipes/dsplink/ti-codec-engine_2.21.bb b/recipes/dsplink/ti-codec-engine_2.21.bb index f04c94fe45..5b1d5e0b6b 100644 --- a/recipes/dsplink/ti-codec-engine_2.21.bb +++ b/recipes/dsplink/ti-codec-engine_2.21.bb @@ -8,7 +8,7 @@ RDEPENDS = "update-modules" inherit module # tconf from xdctools dislikes '.' in pwd :/ -PR = "r18" +PR = "r19" PV = "221" # Get CE tarball from TI website, place in sources and calculate diff --git a/recipes/dsplink/ti-dmai_svn.bb b/recipes/dsplink/ti-dmai_svn.bb index f6ff173a42..8ce6659012 100644 --- a/recipes/dsplink/ti-dmai_svn.bb +++ b/recipes/dsplink/ti-dmai_svn.bb @@ -15,7 +15,7 @@ SRCREV = "36" S = "${WORKDIR}/BRIJESH_GIT_022309/davinci_multimedia_application_interface/dmai" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "120+svnr${SRCREV}" -PR = "r15" +PR = "r16" TARGET = "all" TARGET_neuros-osd2 = " dm6446_al dm6446_db" |