* [PATCH 0/2] [meta-oe] Pull request #2
@ 2011-03-31 9:13 Martin Jansa
2011-03-31 9:13 ` [PATCH 1/2] python-cython: import from meta-shr Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Martin Jansa @ 2011-03-31 9:13 UTC (permalink / raw)
To: openembedded-devel
python-cython is needed by meta-efl layer for python-efl
ttf-sazanami: fix LICENSE
Pull URL: git://gitorious.org/shr/meta-openembedded.git
Branch: jama/meta-oe
Browse: http://gitorious.org/shr/meta-openembedded/commits/jama/meta-oe
Thanks,
Martin Jansa <Martin.Jansa@gmail.com>
---
Martin Jansa (2):
python-cython: import from meta-shr
ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM
.../recipes-devtools/python/python-cython_0.13.bb | 19 +++++++++++++++++++
.../ttf-fonts/ttf-sazanami_20040629.bb | 3 ++-
2 files changed, 21 insertions(+), 1 deletions(-)
create mode 100644 meta-oe/recipes-devtools/python/python-cython_0.13.bb
--
1.7.4.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] python-cython: import from meta-shr
2011-03-31 9:13 [PATCH 0/2] [meta-oe] Pull request #2 Martin Jansa
@ 2011-03-31 9:13 ` Martin Jansa
2011-03-31 20:41 ` Khem Raj
2011-03-31 9:13 ` [PATCH 2/2] ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM Martin Jansa
2011-03-31 10:56 ` [PATCH 0/2] [meta-oe] Pull request #2 Koen Kooi
2 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-03-31 9:13 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../recipes-devtools/python/python-cython_0.13.bb | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-devtools/python/python-cython_0.13.bb
diff --git a/meta-oe/recipes-devtools/python/python-cython_0.13.bb b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
new file mode 100644
index 0000000..f705756
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
+It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
+and the messy, low-level world of C."
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
+SRCNAME = "Cython"
+BBCLASSEXTEND = "native"
+NATIVE_INSTALL_WORKS = "1"
+DEPENDS = "python"
+
+SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+SRC_URI[md5sum] = "ed2ec5e0df60a6b8e500bedf93bb1feb"
+SRC_URI[sha256sum] = "a30d5e26c82ec65d65703c7cf312161a21b30339addc1a42d3b2965dea254ca6"
+
+inherit distutils
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM
2011-03-31 9:13 [PATCH 0/2] [meta-oe] Pull request #2 Martin Jansa
2011-03-31 9:13 ` [PATCH 1/2] python-cython: import from meta-shr Martin Jansa
@ 2011-03-31 9:13 ` Martin Jansa
2011-03-31 20:44 ` Khem Raj
2011-03-31 10:56 ` [PATCH 0/2] [meta-oe] Pull request #2 Koen Kooi
2 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-03-31 9:13 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../ttf-fonts/ttf-sazanami_20040629.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
index 1b9a01b..1ee1c9c 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
@@ -5,7 +5,8 @@ DESCRIPTION_ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font"
DESCRIPTION_ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
AUTHOR = "Electronic Font Open Laboratory (/efont/)"
HOMEPAGE = "http://sourceforge.jp/projects/efont/"
-LICENSE = "${PN}"
+LICENSE = "Public domain"
+LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
SRC_DISTRIBUTE_LICENSES += "${PN}"
RPROVIDES_${PN} = "virtual-japanese-font"
PR = "r5"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] [meta-oe] Pull request #2
2011-03-31 9:13 [PATCH 0/2] [meta-oe] Pull request #2 Martin Jansa
2011-03-31 9:13 ` [PATCH 1/2] python-cython: import from meta-shr Martin Jansa
2011-03-31 9:13 ` [PATCH 2/2] ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM Martin Jansa
@ 2011-03-31 10:56 ` Koen Kooi
2 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-03-31 10:56 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 31-03-11 11:13, Martin Jansa wrote:
> python-cython is needed by meta-efl layer for python-efl
> ttf-sazanami: fix LICENSE
>
> Pull URL: git://gitorious.org/shr/meta-openembedded.git
> Branch: jama/meta-oe
> Browse: http://gitorious.org/shr/meta-openembedded/commits/jama/meta-oe
>
> Thanks,
> Martin Jansa <Martin.Jansa@gmail.com>
Merged, thanks!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNlF3RMkyGM64RGpERAuvrAKCAi/BgKRllpMJ3pKf9osuUbFQuYACgh/ZN
K3miIWj+YGBpJLOdaG225wE=
=bXg4
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] python-cython: import from meta-shr
2011-03-31 9:13 ` [PATCH 1/2] python-cython: import from meta-shr Martin Jansa
@ 2011-03-31 20:41 ` Khem Raj
0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2011-03-31 20:41 UTC (permalink / raw)
To: openembedded-devel; +Cc: Martin Jansa
On Thu, Mar 31, 2011 at 2:13 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Looks ok
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> .../recipes-devtools/python/python-cython_0.13.bb | 19 +++++++++++++++++++
> 1 files changed, 19 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-devtools/python/python-cython_0.13.bb
>
> diff --git a/meta-oe/recipes-devtools/python/python-cython_0.13.bb b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
> new file mode 100644
> index 0000000..f705756
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/python/python-cython_0.13.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
> +It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
> +and the messy, low-level world of C."
> +SECTION = "devel/python"
> +PRIORITY = "optional"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
> +SRCNAME = "Cython"
> +BBCLASSEXTEND = "native"
> +NATIVE_INSTALL_WORKS = "1"
> +DEPENDS = "python"
> +
> +SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +SRC_URI[md5sum] = "ed2ec5e0df60a6b8e500bedf93bb1feb"
> +SRC_URI[sha256sum] = "a30d5e26c82ec65d65703c7cf312161a21b30339addc1a42d3b2965dea254ca6"
> +
> +inherit distutils
> --
> 1.7.4.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM
2011-03-31 9:13 ` [PATCH 2/2] ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM Martin Jansa
@ 2011-03-31 20:44 ` Khem Raj
0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2011-03-31 20:44 UTC (permalink / raw)
To: openembedded-devel; +Cc: Martin Jansa
On Thu, Mar 31, 2011 at 2:13 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> .../ttf-fonts/ttf-sazanami_20040629.bb | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
> index 1b9a01b..1ee1c9c 100644
> --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
> +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
> @@ -5,7 +5,8 @@ DESCRIPTION_ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font"
> DESCRIPTION_ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
> AUTHOR = "Electronic Font Open Laboratory (/efont/)"
> HOMEPAGE = "http://sourceforge.jp/projects/efont/"
> -LICENSE = "${PN}"
> +LICENSE = "Public domain"
> +LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
> SRC_DISTRIBUTE_LICENSES += "${PN}"
> RPROVIDES_${PN} = "virtual-japanese-font"
> PR = "r5"
> --
> 1.7.4.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-03-31 20:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 9:13 [PATCH 0/2] [meta-oe] Pull request #2 Martin Jansa
2011-03-31 9:13 ` [PATCH 1/2] python-cython: import from meta-shr Martin Jansa
2011-03-31 20:41 ` Khem Raj
2011-03-31 9:13 ` [PATCH 2/2] ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUM Martin Jansa
2011-03-31 20:44 ` Khem Raj
2011-03-31 10:56 ` [PATCH 0/2] [meta-oe] Pull request #2 Koen Kooi
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.