[meta-ti] ipumm-fw: Add RDEPENDS to libdce
Karthik Ramanan
a0393906 at ti.com
Thu Mar 26 05:38:47 PDT 2015
Signed-off-by: Karthik Ramanan <a0393906 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"
--
1.7.9.5
More information about the meta-ti
mailing list