aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMelissa Watkins <mwatkins.ti@gmail.com>2010-12-13 21:20:06 +0000
committerKhem Raj <raj.khem@gmail.com>2010-12-13 22:30:41 -0800
commit6bdfc316ee32e546a31d7919fdb16bf7a0c96bf2 (patch)
tree66f1fd090116a7ff9287b6c6ac11ecd90dd74c5a /recipes
parentd4e22bd830b3767b2b70700e690157ac73a3f632 (diff)
downloadopenembedded-6bdfc316ee32e546a31d7919fdb16bf7a0c96bf2.tar.gz
ti-pru-sw-edma-library: fix package dependencies
* This package is not installed on the target system but only staged for use by other packages. Therefore it does not need an RDEPENDS entry. * The package does DEPEND on the ti-pru-sw-edma-driver being built prior to building. * Bump the PR * Update SRC_REV * Update COMPATIBLE_MACHINE Signed-off-by: Melissa Watkins <m-watkins@ti.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/ti-pru-sw-edma-library_1.00.00.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb b/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
index 76d0bdcb6e..128d79d32f 100644
--- a/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
@@ -1,17 +1,16 @@
DESCRIPTION = "eDMA library for use by PRU sw example applications"
HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
-PR = "r0+svnr${SRCPV}"
+PR = "r1+svnr${SRCPV}"
-RDEPENDS_${PN} += "ti-pru-sw-edma-driver"
-DEPENDS += "virtual/kernel"
+DEPENDS += "virtual/kernel ti-pru-sw-edma-driver"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "omapl138|am180x-evm|am181x-evm"
+COMPATIBLE_MACHINE = "omapl138"
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;pswd=''"
-SRCREV = "18"
+SRCREV = "20"
S = "${WORKDIR}/trunk/peripheral_lib/edma_driver/interface"
do_compile () {