All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] external-python-tarball: add LIC_FILES_CHKSUM
@ 2011-01-14 12:10 Koen Kooi
  2011-01-14 12:34 ` Joshua Lock
  2011-01-14 15:51 ` Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2011-01-14 12:10 UTC (permalink / raw)
  To: poky

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-core/meta/external-python-tarball.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb
index 494b21c..eef93fd 100644
--- a/meta/recipes-core/meta/external-python-tarball.bb
+++ b/meta/recipes-core/meta/external-python-tarball.bb
@@ -1,5 +1,8 @@
 DESCRIPTION = "Meta package for building a standalone python tarball"
 LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+                    file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
 DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native"
 
 inherit meta
-- 
1.6.6.1



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

* Re: [PATCH] external-python-tarball: add LIC_FILES_CHKSUM
  2011-01-14 12:10 [PATCH] external-python-tarball: add LIC_FILES_CHKSUM Koen Kooi
@ 2011-01-14 12:34 ` Joshua Lock
  2011-01-14 15:51 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2011-01-14 12:34 UTC (permalink / raw)
  To: poky

Good catch!

On Fri, 2011-01-14 at 13:10 +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Acked-by: Joshua Lock <josh@linux.intel.com>

> ---
>  meta/recipes-core/meta/external-python-tarball.bb |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb
> index 494b21c..eef93fd 100644
> --- a/meta/recipes-core/meta/external-python-tarball.bb
> +++ b/meta/recipes-core/meta/external-python-tarball.bb
> @@ -1,5 +1,8 @@
>  DESCRIPTION = "Meta package for building a standalone python tarball"
>  LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
> +                    file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +
>  DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native"
>  
>  inherit meta

-- 
Joshua Lock
        Intel Open Source Technology Centre



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

* Re: [PATCH] external-python-tarball: add LIC_FILES_CHKSUM
  2011-01-14 12:10 [PATCH] external-python-tarball: add LIC_FILES_CHKSUM Koen Kooi
  2011-01-14 12:34 ` Joshua Lock
@ 2011-01-14 15:51 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-01-14 15:51 UTC (permalink / raw)
  To: Koen Kooi; +Cc: poky

On Fri, 2011-01-14 at 13:10 +0100, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  meta/recipes-core/meta/external-python-tarball.bb |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb
> index 494b21c..eef93fd 100644
> --- a/meta/recipes-core/meta/external-python-tarball.bb
> +++ b/meta/recipes-core/meta/external-python-tarball.bb
> @@ -1,5 +1,8 @@
>  DESCRIPTION = "Meta package for building a standalone python tarball"
>  LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
> +                    file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +
>  DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native"
>  
>  inherit meta

Merged into master, thanks!

Richard




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

end of thread, other threads:[~2011-01-14 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 12:10 [PATCH] external-python-tarball: add LIC_FILES_CHKSUM Koen Kooi
2011-01-14 12:34 ` Joshua Lock
2011-01-14 15:51 ` Richard Purdie

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.