From patchwork Mon Dec 13 13:20:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] ti-pru-sw-examples: fix package run-time dependencies Date: Mon, 13 Dec 2010 13:20:20 -0000 From: Melissa Watkins X-Patchwork-Id: 58 Message-Id: <1292246420-5969-1-git-send-email-m-watkins@ti.com> To: openembedded-devel@lists.openembedded.org Cc: Melissa Watkins , Chase Maupin * This package depends on the ti-pru-sw-edma-driver and kernel-module-uio-pru modules at run-tim. Added these packages to the RDEPENDS. * Bump PR * Update SRC_REV * Update COMPATIBLE_MACHINE Signed-off-by: Melissa Watkins Signed-off-by: Chase Maupin --- recipes/ti/ti-pru-sw-examples_1.00.00.bb | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) mode change 100755 => 100644 recipes/ti/ti-pru-sw-examples_1.00.00.bb diff --git a/recipes/ti/ti-pru-sw-examples_1.00.00.bb b/recipes/ti/ti-pru-sw-examples_1.00.00.bb old mode 100755 new mode 100644 index a9239f8..02c3376 --- a/recipes/ti/ti-pru-sw-examples_1.00.00.bb +++ b/recipes/ti/ti-pru-sw-examples_1.00.00.bb @@ -1,14 +1,15 @@ DESCRIPTION = "PRU sw example applications" HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/" LICENSE = "BSD" -DEPENDS = "ti-pru-sw-app-loader ti-pru-sw-edma-library" -PR = "r0+svnr${SRCPV}" +DEPENDS += "ti-pru-sw-app-loader ti-pru-sw-edma-library" +RDEPENDS += "ti-pru-sw-edma-driver kernel-module-uio-pru" +PR = "r1+svnr${SRCPV}" -COMPATIBLE_MACHINE = "omapl138|am180x-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" do_compile () {