All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
@ 2011-05-17 20:24 raj.khem
  2011-05-17 20:35 ` Otavio Salvador
  2011-05-17 20:50 ` Phil Blundell
  0 siblings, 2 replies; 7+ messages in thread
From: raj.khem @ 2011-05-17 20:24 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

use GITPKGVTAG for PV
Cleanup unused UCLIBC_BASE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/uclibc/uclibc_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-core/uclibc/uclibc_git.bb b/meta-oe/recipes-core/uclibc/uclibc_git.bb
index cbc8ab8..05eea00 100644
--- a/meta-oe/recipes-core/uclibc/uclibc_git.bb
+++ b/meta-oe/recipes-core/uclibc/uclibc_git.bb
@@ -6,17 +6,17 @@
 # UCLIBC_BASE can be set in a distro file, but whether this works depends
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
-UCLIBC_BASE ?= "0.9.32"
 SRCREV="074930dd7f2a18a7013cdb72cc38136f3be39c40"
-PR_append = "+gitr${SRCPV}"
 
 require uclibc.inc
+inherit gitpkgv
+PV = "${GITPKGVTAG}"
 PR = "${INC_PR}.1"
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
 
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-FILESPATHPKG =. "uclibc-git:uclibc-${UCLIBC_BASE}:"
+FILESPATHPKG =. "uclibc-git:"
 
 #as stated above, uclibc needs real kernel-headers
 #however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking ....
-- 
1.7.4.1




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

* Re: [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
  2011-05-17 20:24 [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV raj.khem
@ 2011-05-17 20:35 ` Otavio Salvador
  2011-05-17 21:25   ` Khem Raj
  2011-05-17 20:50 ` Phil Blundell
  1 sibling, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2011-05-17 20:35 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 17, 2011 at 17:24,  <raj.khem@gmail.com> wrote:
> From: Khem Raj <raj.khem@gmail.com>
>
> use GITPKGVTAG for PV
> Cleanup unused UCLIBC_BASE

Is it working for you? here, with freerdp, it doesn't.

-- 
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: [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
  2011-05-17 20:24 [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV raj.khem
  2011-05-17 20:35 ` Otavio Salvador
@ 2011-05-17 20:50 ` Phil Blundell
  2011-05-17 21:27   ` Khem Raj
  1 sibling, 1 reply; 7+ messages in thread
From: Phil Blundell @ 2011-05-17 20:50 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2011-05-17 at 13:24 -0700, raj.khem@gmail.com wrote:
> From: Khem Raj <raj.khem@gmail.com>
> 
> use GITPKGVTAG for PV
> Cleanup unused UCLIBC_BASE
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-core/uclibc/uclibc_git.bb |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-oe/recipes-core/uclibc/uclibc_git.bb b/meta-oe/recipes-core/uclibc/uclibc_git.bb
> index cbc8ab8..05eea00 100644
> --- a/meta-oe/recipes-core/uclibc/uclibc_git.bb
> +++ b/meta-oe/recipes-core/uclibc/uclibc_git.bb
> @@ -6,17 +6,17 @@
>  # UCLIBC_BASE can be set in a distro file, but whether this works depends
>  # on whether the base patches apply to the selected (SRCDATE) svn release.

I guess that comment should also be removed if UCLIBC_BASE is unused.

p.





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

* Re: [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
  2011-05-17 20:35 ` Otavio Salvador
@ 2011-05-17 21:25   ` Khem Raj
  2011-05-17 21:37     ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2011-05-17 21:25 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 17, 2011 at 1:35 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Tue, May 17, 2011 at 17:24,  <raj.khem@gmail.com> wrote:
>> From: Khem Raj <raj.khem@gmail.com>
>>
>> use GITPKGVTAG for PV
>> Cleanup unused UCLIBC_BASE
>
> Is it working for you? here, with freerdp, it doesn't.xi

hmmm it works fine when I have existing git repo but moment I use a different
SRCREV I start getting 0.0.0
>
> --
> 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
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
  2011-05-17 20:50 ` Phil Blundell
@ 2011-05-17 21:27   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2011-05-17 21:27 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 17, 2011 at 1:50 PM, Phil Blundell <philb@gnu.org> wrote:
> On Tue, 2011-05-17 at 13:24 -0700, raj.khem@gmail.com wrote:
>> From: Khem Raj <raj.khem@gmail.com>
>>
>> use GITPKGVTAG for PV
>> Cleanup unused UCLIBC_BASE
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  meta-oe/recipes-core/uclibc/uclibc_git.bb |    6 +++---
>>  1 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-oe/recipes-core/uclibc/uclibc_git.bb b/meta-oe/recipes-core/uclibc/uclibc_git.bb
>> index cbc8ab8..05eea00 100644
>> --- a/meta-oe/recipes-core/uclibc/uclibc_git.bb
>> +++ b/meta-oe/recipes-core/uclibc/uclibc_git.bb
>> @@ -6,17 +6,17 @@
>>  # UCLIBC_BASE can be set in a distro file, but whether this works depends
>>  # on whether the base patches apply to the selected (SRCDATE) svn release.
>
> I guess that comment should also be removed if UCLIBC_BASE is unused

thanks. Will do that in V2 soon

> p.
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
  2011-05-17 21:25   ` Khem Raj
@ 2011-05-17 21:37     ` Otavio Salvador
  2011-05-17 23:33       ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2011-05-17 21:37 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 17, 2011 at 18:25, Khem Raj <raj.khem@gmail.com> wrote:
>> Is it working for you? here, with freerdp, it doesn't.xi
>
> hmmm it works fine when I have existing git repo but moment I use a different
> SRCREV I start getting 0.0.0

It used to work quite well with OE (dev) but with OE-core it is
failing; I think it might be related to changes on bitbake.

-- 
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: [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
  2011-05-17 21:37     ` Otavio Salvador
@ 2011-05-17 23:33       ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2011-05-17 23:33 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 17, 2011 at 2:37 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Tue, May 17, 2011 at 18:25, Khem Raj <raj.khem@gmail.com> wrote:
>>> Is it working for you? here, with freerdp, it doesn't.xi
>>
>> hmmm it works fine when I have existing git repo but moment I use a different
>> SRCREV I start getting 0.0.0
>
> It used to work quite well with OE (dev) but with OE-core it is
> failing; I think it might be related to changes on bitbake.
>

and FILESPATHPKG need porting over to oe as well

> --
> 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
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

end of thread, other threads:[~2011-05-17 23:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 20:24 [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV raj.khem
2011-05-17 20:35 ` Otavio Salvador
2011-05-17 21:25   ` Khem Raj
2011-05-17 21:37     ` Otavio Salvador
2011-05-17 23:33       ` Khem Raj
2011-05-17 20:50 ` Phil Blundell
2011-05-17 21:27   ` Khem Raj

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.