From patchwork Sat Jan 8 19:03:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,1/1] am-sysinfo: update the SRCREV Date: Sat, 08 Jan 2011 19:03:39 -0000 From: Jeff Lance X-Patchwork-Id: 199 Message-Id: <1294513419-24580-1-git-send-email-j-lance1@ti.com> To: openembedded-devel@lists.openembedded.org Cc: Jeff Lance * SRCREV update to pull in the following: * remove all compiler generated files from this repository * Modification for CCSv5 projects to build for arm926ej-s. * This is to overcome a CCSv5 limitation where you can't pass in CFLAGS externally * This only affects building with CCSv5, it does not affect the Arago build. Signed-off-by: Jeff Lance --- Updated in version 2: * No need to bump up the revison --- recipes/ti/am-sysinfo_svn.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/ti/am-sysinfo_svn.bb b/recipes/ti/am-sysinfo_svn.bb index 9193836..80203f5 100644 --- a/recipes/ti/am-sysinfo_svn.bb +++ b/recipes/ti/am-sysinfo_svn.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" SECTION = "system" PRIORITY = "optional" -SRCREV = "2" +SRCREV = "5" PV = "1.0" PR = "r1+svnr${SRCPV}"