| Submitter | Jeff Lance |
|---|---|
| Date | Jan. 7, 2011, 7:22 p.m. |
| Message ID | <1294428159-5340-1-git-send-email-j-lance1@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/193/ |
| State | Superseded |
| Headers | show |
Comments
On Fri, Jan 7, 2011 at 11:22 AM, Jeff Lance <jefflance01@gmail.com> wrote: > * 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 <j-lance1@ti.com> > --- > recipes/ti/am-sysinfo_svn.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/ti/am-sysinfo_svn.bb b/recipes/ti/am-sysinfo_svn.bb > index 9193836..07c292d 100644 > --- a/recipes/ti/am-sysinfo_svn.bb > +++ b/recipes/ti/am-sysinfo_svn.bb > @@ -4,9 +4,9 @@ LICENSE = "BSD" > SECTION = "system" > PRIORITY = "optional" > > -SRCREV = "2" > +SRCREV = "5" > PV = "1.0" > -PR = "r1+svnr${SRCPV}" > +PR = "r2+svnr${SRCPV}" > I think you do not need to bump r1->r2 > SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''" > > -- > 1.6.3.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
Patch
diff --git a/recipes/ti/am-sysinfo_svn.bb b/recipes/ti/am-sysinfo_svn.bb index 9193836..07c292d 100644 --- a/recipes/ti/am-sysinfo_svn.bb +++ b/recipes/ti/am-sysinfo_svn.bb @@ -4,9 +4,9 @@ LICENSE = "BSD" SECTION = "system" PRIORITY = "optional" -SRCREV = "2" +SRCREV = "5" PV = "1.0" -PR = "r1+svnr${SRCPV}" +PR = "r2+svnr${SRCPV}" SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
* 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 <j-lance1@ti.com> --- recipes/ti/am-sysinfo_svn.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)