[oe-commits] Roger Monk : codec-engine: Added RREPLACES for dsplink packages - bumped PR

GIT User account git at amethyst.openembedded.net
Fri Feb 20 10:41:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f0eb06723002da557afffea96b257904ac007cbf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f0eb06723002da557afffea96b257904ac007cbf

Author: Roger Monk <r-monk at ti.com>
Date:   Fri Feb 20 10:31:35 2009 +0000

codec-engine: Added RREPLACES for dsplink packages - bumped PR

---

 packages/dsplink/dsplink.inc             |    2 ++
 packages/dsplink/ti-codec-engine_2.21.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc
index 09c8759..1ca01c3 100644
--- a/packages/dsplink/dsplink.inc
+++ b/packages/dsplink/dsplink.inc
@@ -103,7 +103,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 #legacy upgrade helpers
 RPROVIDES_ti-dsplink-module += "dsplink-module"
+RREPLACES_ti-dsplink-module += "dsplink-module"
 RPROVIDES_ti-dsplink-apps += "dsplink-apps"
+RREPLACES_ti_dsplink-apps += "dsplink-apps"
 
 #add run-time dependencies - note for kernel module we can only use RRECOMMENDS, since modules might be built into the kernel
 RRECOMMENDS_ti-dsplink-apps += "ti-dsplink-module"
diff --git a/packages/dsplink/ti-codec-engine_2.21.bb b/packages/dsplink/ti-codec-engine_2.21.bb
index 80e6fb8..e3eda39 100644
--- a/packages/dsplink/ti-codec-engine_2.21.bb
+++ b/packages/dsplink/ti-codec-engine_2.21.bb
@@ -8,7 +8,7 @@ RDEPENDS = "update-modules"
 inherit module
 
 # tconf from xdctools dislikes '.' in pwd :/
-PR = "r11"
+PR = "r12"
 PV = "221"
 
 # Get CE tarball from TI website, place in sources and calculate





More information about the Openembedded-commits mailing list