| Submitter | Jeff Lance |
|---|---|
| Date | July 1, 2011, 6:30 p.m. |
| Message ID | <1309545026-29277-1-git-send-email-j-lance1@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/6871/ |
| State | Superseded |
| Headers | show |
Comments
> -----Original Message----- > From: openembedded-devel-bounces@lists.openembedded.org > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of > Jeff Lance > Sent: Friday, July 01, 2011 1:30 PM > To: openembedded-devel@lists.openembedded.org > Cc: Lance, Jeff > Subject: [oe] [PATCH 1/1] matrix-gui: Update SRCREV to revision 292 > > * Fix Soft AP scipt > * Fix Multimedia descriptions > > Signed-off-by: Jeff Lance <j-lance1@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> > --- > recipes/ti/matrix-gui-common_1.4.bb | 4 ++-- > recipes/ti/matrix-gui-e_1.3.bb | 4 ++-- > recipes/ti/matrix-gui_1.3.bb | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/recipes/ti/matrix-gui-common_1.4.bb b/recipes/ti/matrix- > gui-common_1.4.bb > index 8376e17..1f2db79 100644 > --- a/recipes/ti/matrix-gui-common_1.4.bb > +++ b/recipes/ti/matrix-gui-common_1.4.bb > @@ -4,5 +4,5 @@ require matrix-gui-common.inc > # prebuilt version in the repository. > RRECOMMENDS_${PN} = "am-sysinfo" > > -SRCREV = "290" > -PR = "${INC_PR}.14" > +SRCREV = "292" > +PR = "${INC_PR}.15" > diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui- > e_1.3.bb > index dcad1a6..73e6d63 100644 > --- a/recipes/ti/matrix-gui-e_1.3.bb > +++ b/recipes/ti/matrix-gui-e_1.3.bb > @@ -1,5 +1,5 @@ > require matrix-gui-e.inc > > -SRCREV = "290" > -PR = "${INC_PR}.13" > +SRCREV = "292" > +PR = "${INC_PR}.14" > > diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix- > gui_1.3.bb > index e67115c..d9b4895 100644 > --- a/recipes/ti/matrix-gui_1.3.bb > +++ b/recipes/ti/matrix-gui_1.3.bb > @@ -1,4 +1,4 @@ > require matrix-gui.inc > > -SRCREV = "290" > -PR = "${INC_PR}.9" > +SRCREV = "292" > +PR = "${INC_PR}.10" > -- > 1.7.0.4 > > > _______________________________________________ > 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/matrix-gui-common_1.4.bb b/recipes/ti/matrix-gui-common_1.4.bb index 8376e17..1f2db79 100644 --- a/recipes/ti/matrix-gui-common_1.4.bb +++ b/recipes/ti/matrix-gui-common_1.4.bb @@ -4,5 +4,5 @@ require matrix-gui-common.inc # prebuilt version in the repository. RRECOMMENDS_${PN} = "am-sysinfo" -SRCREV = "290" -PR = "${INC_PR}.14" +SRCREV = "292" +PR = "${INC_PR}.15" diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb index dcad1a6..73e6d63 100644 --- a/recipes/ti/matrix-gui-e_1.3.bb +++ b/recipes/ti/matrix-gui-e_1.3.bb @@ -1,5 +1,5 @@ require matrix-gui-e.inc -SRCREV = "290" -PR = "${INC_PR}.13" +SRCREV = "292" +PR = "${INC_PR}.14" diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb index e67115c..d9b4895 100644 --- a/recipes/ti/matrix-gui_1.3.bb +++ b/recipes/ti/matrix-gui_1.3.bb @@ -1,4 +1,4 @@ require matrix-gui.inc -SRCREV = "290" -PR = "${INC_PR}.9" +SRCREV = "292" +PR = "${INC_PR}.10"
* Fix Soft AP scipt * Fix Multimedia descriptions Signed-off-by: Jeff Lance <j-lance1@ti.com> --- recipes/ti/matrix-gui-common_1.4.bb | 4 ++-- recipes/ti/matrix-gui-e_1.3.bb | 4 ++-- recipes/ti/matrix-gui_1.3.bb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)