All of lore.kernel.org
 help / color / mirror / Atom feed
* calibrateproto git tag
@ 2009-03-12 20:48 Jader H. Silva
  2009-03-16 16:16 ` Marcos Amorim
  0 siblings, 1 reply; 7+ messages in thread
From: Jader H. Silva @ 2009-03-12 20:48 UTC (permalink / raw)
  To: Open Embedded

xorg proto calibrateproto git tag added.

---
 packages/xorg-proto/calibrateproto_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/xorg-proto/calibrateproto_git.bb
b/packages/xorg-proto/calibrateproto_git.bb
index fe9e1a4..08cefa3 100644
--- a/packages/xorg-proto/calibrateproto_git.bb
+++ b/packages/xorg-proto/calibrateproto_git.bb
@@ -6,5 +6,5 @@ PV = "0.0+gitr${SRCREV}"
 PR = "r1"
 PE = "1"
 
-SRC_URI =
"git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
+SRC_URI =
"git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git;tag=master"
 S = "${WORKDIR}/git"
-- 
1.5.6.3


Att.


Jader H. Silva
Depto. de desenvolvimento
2MI Tecnologia









^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: calibrateproto git tag
  2009-03-12 20:48 calibrateproto git tag Jader H. Silva
@ 2009-03-16 16:16 ` Marcos Amorim
  2009-03-17  1:00   ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Marcos Amorim @ 2009-03-16 16:16 UTC (permalink / raw)
  To: openembedded-devel

libxcalibrate_git add tag 


git diff packages/xorg-lib/libxcalibrate_git.bb
diff --git a/packages/xorg-lib/libxcalibrate_git.bb
b/packages/xorg-lib/libxcalibrate_git.bb
index f9e1587..7f889df 100644
--- a/packages/xorg-lib/libxcalibrate_git.bb
+++ b/packages/xorg-lib/libxcalibrate_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 calibrateproto libxext"
 PV = "0.0+gitr${SRCREV}"
 PE = "1"
 
-SRC_URI =
"git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
+SRC_URI =
"git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=master"
 
 S = "${WORKDIR}/git"



Em Qui, 2009-03-12 às 17:48 -0300, Jader H. Silva escreveu:

> xorg proto calibrateproto git tag added.
> 
> ---
>  packages/xorg-proto/calibrateproto_git.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/packages/xorg-proto/calibrateproto_git.bb
> b/packages/xorg-proto/calibrateproto_git.bb
> index fe9e1a4..08cefa3 100644
> --- a/packages/xorg-proto/calibrateproto_git.bb
> +++ b/packages/xorg-proto/calibrateproto_git.bb
> @@ -6,5 +6,5 @@ PV = "0.0+gitr${SRCREV}"
>  PR = "r1"
>  PE = "1"
>  
> -SRC_URI =
> "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
> +SRC_URI =
> "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git;tag=master"
>  S = "${WORKDIR}/git"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: calibrateproto git tag
  2009-03-16 16:16 ` Marcos Amorim
@ 2009-03-17  1:00   ` Otavio Salvador
  2009-03-24 21:05     ` Jader H. Silva
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2009-03-17  1:00 UTC (permalink / raw)
  To: openembedded-devel

2009/3/16 Marcos Amorim <marcos@2mi.com.br>:
> libxcalibrate_git add tag
>
>
> git diff packages/xorg-lib/libxcalibrate_git.bb
> diff --git a/packages/xorg-lib/libxcalibrate_git.bb
> b/packages/xorg-lib/libxcalibrate_git.bb
> index f9e1587..7f889df 100644
> --- a/packages/xorg-lib/libxcalibrate_git.bb
> +++ b/packages/xorg-lib/libxcalibrate_git.bb
> @@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 calibrateproto libxext"
>  PV = "0.0+gitr${SRCREV}"
>  PE = "1"
>
> -SRC_URI =
> "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
> +SRC_URI =
> "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=master"

Please use AUTOREV in conf/distro/include/insane-srcrevs.inc and a good
one at conf/distro/include/sane-srcrevs.inc. This makes images easier to
be reproducable.

-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: calibrateproto git tag
  2009-03-17  1:00   ` Otavio Salvador
@ 2009-03-24 21:05     ` Jader H. Silva
  2009-03-25  2:49       ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Jader H. Silva @ 2009-03-24 21:05 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]

Em Seg, 2009-03-16 às 22:00 -0300, Otavio Salvador escreveu:
> 2009/3/16 Marcos Amorim <marcos@2mi.com.br>:
> > libxcalibrate_git add tag
> >
> >
> > git diff packages/xorg-lib/libxcalibrate_git.bb
> > diff --git a/packages/xorg-lib/libxcalibrate_git.bb
> > b/packages/xorg-lib/libxcalibrate_git.bb
> > index f9e1587..7f889df 100644
> > --- a/packages/xorg-lib/libxcalibrate_git.bb
> > +++ b/packages/xorg-lib/libxcalibrate_git.bb
> > @@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 calibrateproto libxext"
> >  PV = "0.0+gitr${SRCREV}"
> >  PE = "1"
> >
> > -SRC_URI =
> > "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
> > +SRC_URI =
> > "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=master"
> 
> Please use AUTOREV in conf/distro/include/insane-srcrevs.inc and a good
> one at conf/distro/include/sane-srcrevs.inc. This makes images easier to
> be reproducable.

Add calibrateproto sane revision to sane-srcrevs.inc, corrected this bug
in my compilation.
Patch is attached.

> 
Att.


Jader H. Silva
jader@2mi.com.br
Depto. de desenvolvimento
2MI Tecnologia


[-- Attachment #2: sane-srcrevs.inc.patch --]
[-- Type: text/x-patch, Size: 544 bytes --]

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 1c01fbc..0a7e8b0 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -19,6 +19,7 @@ SRCREV_pn-assassin ?= "268"
 SRCREV_pn-assassin-thumbnail ?= "4690"
 SRCREV_pn-bfin-uclibc ?= "1857"
 SRCREV_pn-bootchart-lite ?= "4"
+SRCREV_pn-calibrateproto ?= "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
 SRCREV_pn-clutter-box2d ?= "3197"
 SRCREV_pn-clutter-cairo ?= "3210"
 SRCREV_pn-clutter-gst ?= "3188"

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: calibrateproto git tag
  2009-03-24 21:05     ` Jader H. Silva
@ 2009-03-25  2:49       ` Otavio Salvador
  2009-04-03 19:06         ` Jader H. Silva
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2009-03-25  2:49 UTC (permalink / raw)
  To: openembedded-devel

"Jader H. Silva" <jader@2mi.com.br> writes:

> Em Seg, 2009-03-16 às 22:00 -0300, Otavio Salvador escreveu:
>> 2009/3/16 Marcos Amorim <marcos@2mi.com.br>:
>> > libxcalibrate_git add tag
>> >
>> >
>> > git diff packages/xorg-lib/libxcalibrate_git.bb
>> > diff --git a/packages/xorg-lib/libxcalibrate_git.bb
>> > b/packages/xorg-lib/libxcalibrate_git.bb
>> > index f9e1587..7f889df 100644
>> > --- a/packages/xorg-lib/libxcalibrate_git.bb
>> > +++ b/packages/xorg-lib/libxcalibrate_git.bb
>> > @@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 calibrateproto libxext"
>> >  PV = "0.0+gitr${SRCREV}"
>> >  PE = "1"
>> >
>> > -SRC_URI =
>> > "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
>> > +SRC_URI =
>> > "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=master"
>> 
>> Please use AUTOREV in conf/distro/include/insane-srcrevs.inc and a good
>> one at conf/distro/include/sane-srcrevs.inc. This makes images easier to
>> be reproducable.
>
> Add calibrateproto sane revision to sane-srcrevs.inc, corrected this bug
> in my compilation.
> Patch is attached.

[...]

Please send the patch in git format-patch; so I can queue it here in my
tree and push it together with other fixes.

-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: calibrateproto git tag
  2009-03-25  2:49       ` Otavio Salvador
@ 2009-04-03 19:06         ` Jader H. Silva
  2009-04-03 20:15           ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Jader H. Silva @ 2009-04-03 19:06 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

Otavio Salvador escreveu:
> "Jader H. Silva" <jader@2mi.com.br> writes:
>
>   
>> Em Seg, 2009-03-16 às 22:00 -0300, Otavio Salvador escreveu:
>>     
>>> 2009/3/16 Marcos Amorim <marcos@2mi.com.br>:
>>>       
>>>> libxcalibrate_git add tag
>>>>
>>>>
>>>> git diff packages/xorg-lib/libxcalibrate_git.bb
>>>> diff --git a/packages/xorg-lib/libxcalibrate_git.bb
>>>> b/packages/xorg-lib/libxcalibrate_git.bb
>>>> index f9e1587..7f889df 100644
>>>> --- a/packages/xorg-lib/libxcalibrate_git.bb
>>>> +++ b/packages/xorg-lib/libxcalibrate_git.bb
>>>> @@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 calibrateproto libxext"
>>>>  PV = "0.0+gitr${SRCREV}"
>>>>  PE = "1"
>>>>
>>>> -SRC_URI =
>>>> "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
>>>> +SRC_URI =
>>>> "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=master"
>>>>         
>>> Please use AUTOREV in conf/distro/include/insane-srcrevs.inc and a good
>>> one at conf/distro/include/sane-srcrevs.inc. This makes images easier to
>>> be reproducable.
>>>       
>> Add calibrateproto sane revision to sane-srcrevs.inc, corrected this bug
>> in my compilation.
>> Patch is attached.
>>     
>
> [...]
>
> Please send the patch in git format-patch; so I can queue it here in my
> tree and push it together with other fixes.
>
>   

Patch in git format-patch is attached, sorry for the delay.

[-- Attachment #2: 0001-Add-calibrateproto-and-libxcalibrate-sane-srcrevs.patch --]
[-- Type: text/x-patch, Size: 1197 bytes --]

From 7511e3619f63200239efcff64996616c700024ab Mon Sep 17 00:00:00 2001
From: Jader H. Silva <vo@northpole.(none)>
Date: Fri, 3 Apr 2009 16:00:17 -0300
Subject: [PATCH] Add calibrateproto and libxcalibrate sane srcrevs

---
 conf/distro/include/sane-srcrevs.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index fc341f3..bb9b75b 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -19,6 +19,7 @@ SRCREV_pn-assassin ?= "268"
 SRCREV_pn-assassin-thumbnail ?= "4690"
 SRCREV_pn-bfin-uclibc ?= "1857"
 SRCREV_pn-bootchart-lite ?= "4"
+SRCREV_pn-calibrateproto ?= "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
 SRCREV_pn-clutter-box2d ?= "3197"
 SRCREV_pn-clutter-cairo ?= "3210"
 SRCREV_pn-clutter-gst ?= "3188"
@@ -98,6 +99,7 @@ SRCREV_pn-libowl ?= "277"
 SRCREV_pn-librfid ?= "2094"
 SRCREV_pn-libw100 ?= "47"
 SRCREV_pn-libowl ?= "277"
+SRCREV_pn-libxcalibrate ?= "209d83af61ed38a002c8096377deac292b3e396c"
 SRCREV_pn-libxosd ?= "627"
 SRCREV_pn-linux-bfin ?= "3758"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
-- 
1.5.6.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: calibrateproto git tag
  2009-04-03 19:06         ` Jader H. Silva
@ 2009-04-03 20:15           ` Otavio Salvador
  0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2009-04-03 20:15 UTC (permalink / raw)
  To: openembedded-devel

"Jader H. Silva" <jader@2mi.com.br> writes:


[...]

> Patch in git format-patch is attached, sorry for the delay.
> From 7511e3619f63200239efcff64996616c700024ab Mon Sep 17 00:00:00 2001
> From: Jader H. Silva <vo@northpole.(none)>

[...]

Your GIT configuration is wrong. I've fixed it while applying it to my
tree and will push it but please look at your GIT setup.

From: Jader H. Silva <vo@northpole.(none)>
                      ^^^^^^^^^^^^^^^^^^^

-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-03 20:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-12 20:48 calibrateproto git tag Jader H. Silva
2009-03-16 16:16 ` Marcos Amorim
2009-03-17  1:00   ` Otavio Salvador
2009-03-24 21:05     ` Jader H. Silva
2009-03-25  2:49       ` Otavio Salvador
2009-04-03 19:06         ` Jader H. Silva
2009-04-03 20:15           ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.