From: Koen Kooi Date: Fri, 20 Feb 2009 07:44:34 +0000 (+0100) Subject: ti-codec-engine: also add RREPLACES X-Git-Tag: Release-2010-05/1~3975^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3859b78342e9a58e1c92a117a0c6e9b851a517;p=openembedded.git ti-codec-engine: also add RREPLACES --- diff --git a/packages/dsplink/ti-codec-engine_2.21.bb b/packages/dsplink/ti-codec-engine_2.21.bb index 2eaa40c0e9..80e6fb8c82 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 = "r10" +PR = "r11" PV = "221" # Get CE tarball from TI website, place in sources and calculate @@ -216,6 +216,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" #legacy upgrade helpers RPROVIDES_ti-cmem-module += "ti-cmemk-module" +RREPLACES_ti-cmem-module += "ti-cmemk-module" + # ti-dsplink-module can be built by either codec-engine or standalone dsplink - tell it to use this one, else unwanted dependence PREFERRED_PROVIDER_ti-dsplink-module = "ti-codec-engine"