[oe-commits] Melissa Watkins : ti-pru-sw-app-loader: remove unneeded RDEPENDS

git version control git at git.openembedded.org
Tue Dec 14 06:31:52 UTC 2010


Module: openembedded.git
Branch: master
Commit: 209a538d3dfca464a9bc0dc4d189238de56fa20c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=209a538d3dfca464a9bc0dc4d189238de56fa20c

Author: Melissa Watkins <mwatkins.ti at gmail.com>
Date:   Mon Dec 13 21:19:29 2010 +0000

ti-pru-sw-app-loader: remove unneeded RDEPENDS

* This package is a library used only during staging and does not
  get installed on the target system.  It does not need an
  RDEPENDS defined.
* Bump PR
* Update SRC_REV
* Update COMPATIBLE_MACHINE

Signed-off-by: Melissa Watkins <m-watkins at ti.com>
Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ti/ti-pru-sw-app-loader_1.00.00.bb |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
old mode 100755
new mode 100644
index 013ae89..6b7514d
--- a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
@@ -1,14 +1,13 @@
 DESCRIPTION = "PRU sw application loader"
 HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
 LICENSE = "BSD"
-RRECOMMENDS_${PN} = "kernel-module-uio-pru"
-PR = "r0+svnr${SRCPV}"
+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/app_loader"
 
 do_compile () {





More information about the Openembedded-commits mailing list