[meta-ti] Karthik Ramanan : ipumm-fw: Add RDEPENDS to libdce

Arago Project git git at arago-project.org
Mon Apr 6 15:46:26 PDT 2015


Module: meta-ti
Branch: master
Commit: c6d2bd9547ad46577c0d4ca9df7e1f8ab75f2a78
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=c6d2bd9547ad46577c0d4ca9df7e1f8ab75f2a78

Author: Karthik Ramanan <a0393906 at ti.com>
Date:   Thu Mar 26 18:38:47 2015 +0000

ipumm-fw: Add RDEPENDS to libdce

Signed-off-by: Karthik Ramanan <a0393906 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb |    4 +++-
 recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb
index f5ebd14..642c94c 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.04.02.bb
@@ -14,6 +14,8 @@ LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679e
 COMPATIBLE_MACHINE = "omap5-evm"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+RDEPENDS_${PN} = " libdce"
+
 SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_04_02/exports/ipumm-${MACHINE}-${PV}.tar.gz;protocol=http"
 
 SRC_URI[md5sum] = "1572073ebd4f6d127c4e8cf47d270b6a"
@@ -30,4 +32,4 @@ do_install() {
 
 FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
 
-PR = "r3"
+PR = "r4"
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb
index 2401583..576931f 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.07.02.bb
@@ -14,6 +14,8 @@ LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6
 COMPATIBLE_MACHINE = "dra7xx"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+RDEPENDS_${PN} = " libdce"
+
 SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_07_02/exports/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
 
 SRC_URI[md5sum] = "06aaf4f144d48ca16054e67e40cc7bc3"
@@ -30,4 +32,4 @@ do_install() {
 
 FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
 
-PR = "r4"
+PR = "r5"



More information about the meta-ti mailing list