Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] freerdp-extension-xpunlimited: inherit gitpkgv
@ 2012-08-15 11:55 Paul Eggleton
  2012-08-15 17:48 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-08-15 11:55 UTC (permalink / raw)
  To: openembedded-devel

If you refer to GITPKGVTAG you need to inherit gitpkgv or the result is
a parsing error.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../freerdp/freerdp-extension-xpunlimited_git.bb   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb b/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
index c9721f4..ed7fc4d 100644
--- a/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp-extension-xpunlimited_git.bb
@@ -12,7 +12,7 @@ PV = "gitr${SRCPV}"
 PKGV = "${GITPKGVTAG}"
 PR = "r0"
 
-inherit pkgconfig cmake
+inherit pkgconfig cmake gitpkgv
 
 SRCREV = "e952627ff4c116b4ce8541c91cb96bd5422c4a0d"
 SRC_URI = "git://github.com/OSSystems/FreeRDP-Extension-XPUnlimited.git;protocol=git"
-- 
1.7.9.5




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

* Re: [meta-oe][PATCH] freerdp-extension-xpunlimited: inherit gitpkgv
  2012-08-15 11:55 [meta-oe][PATCH] freerdp-extension-xpunlimited: inherit gitpkgv Paul Eggleton
@ 2012-08-15 17:48 ` Otavio Salvador
  2012-08-16  4:09   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2012-08-15 17:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

On Wed, Aug 15, 2012 at 8:55 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> If you refer to GITPKGVTAG you need to inherit gitpkgv or the result is
> a parsing error.
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>

Acked-by: 	Otavio Salvador <otavio@ossystems.com.br>

-- 
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] 4+ messages in thread

* Re: [meta-oe][PATCH] freerdp-extension-xpunlimited: inherit gitpkgv
  2012-08-15 17:48 ` Otavio Salvador
@ 2012-08-16  4:09   ` Khem Raj
  2012-08-16 11:39     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-08-16  4:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

On Wed, Aug 15, 2012 at 10:48 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Wed, Aug 15, 2012 at 8:55 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
>> If you refer to GITPKGVTAG you need to inherit gitpkgv or the result is
>> a parsing error.

since its not working and therefore carries no baggage lets try not
use GITPKGVTAG if possible ?


>>
>> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
>
> Acked-by:       Otavio Salvador <otavio@ossystems.com.br>
>
> --
> 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] 4+ messages in thread

* Re: [meta-oe][PATCH] freerdp-extension-xpunlimited: inherit gitpkgv
  2012-08-16  4:09   ` Khem Raj
@ 2012-08-16 11:39     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2012-08-16 11:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

On Thu, Aug 16, 2012 at 1:09 AM, Khem Raj <raj.khem@gmail.com> wrote:
> On Wed, Aug 15, 2012 at 10:48 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> On Wed, Aug 15, 2012 at 8:55 AM, Paul Eggleton
>> <paul.eggleton@linux.intel.com> wrote:
>>> If you refer to GITPKGVTAG you need to inherit gitpkgv or the result is
>>> a parsing error.
>
> since its not working and therefore carries no baggage lets try not
> use GITPKGVTAG if possible ?

Why it is not working? I've been using it internally a lot and it
works fine for me.

-- 
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] 4+ messages in thread

end of thread, other threads:[~2012-08-16 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-15 11:55 [meta-oe][PATCH] freerdp-extension-xpunlimited: inherit gitpkgv Paul Eggleton
2012-08-15 17:48 ` Otavio Salvador
2012-08-16  4:09   ` Khem Raj
2012-08-16 11:39     ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox