* [meta-oe][PATCH 0/3] Update packages
@ 2014-04-09 5:58 Kai Kang
2014-04-09 5:58 ` [PATCH 1/3] libyaml: update to 0.1.5 Kai Kang
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Kai Kang @ 2014-04-09 5:58 UTC (permalink / raw)
To: openembedded-devel
Kai Kang (3):
libyaml: update to 0.1.5
sg3-utils: update to 1.38
yajl: update to 2.1.0
.../yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} | 17 +++++++++++------
.../libyaml/{libyaml_0.1.4.bb => libyaml_0.1.5.bb} | 12 ++++++++----
.../sg3-utils/{sg3-utils_1.31.bb => sg3-utils_1.38.bb} | 11 ++++++-----
3 files changed, 25 insertions(+), 15 deletions(-)
rename meta-oe/recipes-devtools/yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} (24%)
rename meta-oe/recipes-support/libyaml/{libyaml_0.1.4.bb => libyaml_0.1.5.bb} (36%)
rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.31.bb => sg3-utils_1.38.bb} (46%)
--
1.8.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/3] libyaml: update to 0.1.5
2014-04-09 5:58 [meta-oe][PATCH 0/3] Update packages Kai Kang
@ 2014-04-09 5:58 ` Kai Kang
2014-04-20 11:16 ` Martin Jansa
2014-04-09 5:58 ` [PATCH 2/3] sg3-utils: update to 1.38 Kai Kang
2014-04-09 5:58 ` [PATCH 3/3] yajl: update to 2.1.0 Kai Kang
2 siblings, 1 reply; 7+ messages in thread
From: Kai Kang @ 2014-04-09 5:58 UTC (permalink / raw)
To: openembedded-devel
Update libyaml from 0.1.4 to latest version 0.1.5.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
.../libyaml/{libyaml_0.1.4.bb => libyaml_0.1.5.bb} | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
rename meta-oe/recipes-support/libyaml/{libyaml_0.1.4.bb => libyaml_0.1.5.bb} (36%)
diff --git a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
similarity index 36%
rename from meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
rename to meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
index af8d63f..c44eda4 100644
--- a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
+++ b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
@@ -1,12 +1,16 @@
-SUMMARY = "LibYAML is a YAML parser and emitter written in C"
+SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
+DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
+a human-readable data serialization format. "
HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
SECTION = "libs/devel"
+
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
-SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz;name=libyaml"
-SRC_URI[libyaml.md5sum] = "36c852831d02cf90508c29852361d01b"
-SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37"
+SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "24f6093c1e840ca5df2eb09291a1dbf1"
+SRC_URI[sha256sum] = "fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef"
S = "${WORKDIR}/yaml-${PV}"
--
1.8.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/3] sg3-utils: update to 1.38
2014-04-09 5:58 [meta-oe][PATCH 0/3] Update packages Kai Kang
2014-04-09 5:58 ` [PATCH 1/3] libyaml: update to 0.1.5 Kai Kang
@ 2014-04-09 5:58 ` Kai Kang
2014-04-20 11:17 ` Martin Jansa
2014-04-09 5:58 ` [PATCH 3/3] yajl: update to 2.1.0 Kai Kang
2 siblings, 1 reply; 7+ messages in thread
From: Kai Kang @ 2014-04-09 5:58 UTC (permalink / raw)
To: openembedded-devel
Update sg3-utils to version 1.38.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
.../sg3-utils/{sg3-utils_1.31.bb => sg3-utils_1.38.bb} | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.31.bb => sg3-utils_1.38.bb} (46%)
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
similarity index 46%
rename from meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
rename to meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
index 29fe132..beee36c 100644
--- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
@@ -1,15 +1,16 @@
SUMMARY = "Utilities for working with generic SCSI devices"
+
+DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set"
+
HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
SECTION = "console/admin"
LICENSE = "GPLv2+ & BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
-
-PR = "r1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
-SRC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
-SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"
+SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
+SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
inherit autotools
--
1.8.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/3] yajl: update to 2.1.0
2014-04-09 5:58 [meta-oe][PATCH 0/3] Update packages Kai Kang
2014-04-09 5:58 ` [PATCH 1/3] libyaml: update to 0.1.5 Kai Kang
2014-04-09 5:58 ` [PATCH 2/3] sg3-utils: update to 1.38 Kai Kang
@ 2014-04-09 5:58 ` Kai Kang
2014-04-20 9:31 ` Martin Jansa
2 siblings, 1 reply; 7+ messages in thread
From: Kai Kang @ 2014-04-09 5:58 UTC (permalink / raw)
To: openembedded-devel
Update yajl to version 2.1.0:
* Correct license
* Update SRCREV
* Drop PR
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
.../yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
rename meta-oe/recipes-devtools/yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} (24%)
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
similarity index 24%
rename from meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
rename to meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
index 9d67e2d..1bf5389 100644
--- a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
+++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
@@ -1,10 +1,15 @@
-DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
-PR = "r1"
+SUMMARY = "Yet Another JSON Library."
-SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
-SRC_URI = "git://github.com/lloyd/yajl.git"
+DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
+written in ANSI C, and a small validating JSON generator."
+
+HOMEPAGE = "http://lloyd.github.com/yajl/"
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
+
+SRC_URI = "git://github.com/lloyd/yajl"
+SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
S = "${WORKDIR}/git"
--
1.8.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 3/3] yajl: update to 2.1.0
2014-04-09 5:58 ` [PATCH 3/3] yajl: update to 2.1.0 Kai Kang
@ 2014-04-20 9:31 ` Martin Jansa
0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2014-04-20 9:31 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1945 bytes --]
On Wed, Apr 09, 2014 at 01:58:33PM +0800, Kai Kang wrote:
> Update yajl to version 2.1.0:
> * Correct license
> * Update SRCREV
> * Drop PR
Merged, thanks!
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
> .../yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} | 17 +++++++++++------
> 1 file changed, 11 insertions(+), 6 deletions(-)
> rename meta-oe/recipes-devtools/yajl/{yajl_2.0.4.bb => yajl_2.1.0.bb} (24%)
>
> diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
> similarity index 24%
> rename from meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
> rename to meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
> index 9d67e2d..1bf5389 100644
> --- a/meta-oe/recipes-devtools/yajl/yajl_2.0.4.bb
> +++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb
> @@ -1,10 +1,15 @@
> -DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=74f541bd9a2b6c8e5d0714bcdc327f32"
> -PR = "r1"
> +SUMMARY = "Yet Another JSON Library."
>
> -SRCREV = "fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff"
> -SRC_URI = "git://github.com/lloyd/yajl.git"
> +DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
> +written in ANSI C, and a small validating JSON generator."
> +
> +HOMEPAGE = "http://lloyd.github.com/yajl/"
> +
> +LICENSE = "ISC"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d"
> +
> +SRC_URI = "git://github.com/lloyd/yajl"
> +SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa"
>
> S = "${WORKDIR}/git"
>
> --
> 1.8.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/3] libyaml: update to 0.1.5
2014-04-09 5:58 ` [PATCH 1/3] libyaml: update to 0.1.5 Kai Kang
@ 2014-04-20 11:16 ` Martin Jansa
0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2014-04-20 11:16 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2118 bytes --]
On Wed, Apr 09, 2014 at 01:58:31PM +0800, Kai Kang wrote:
> Update libyaml from 0.1.4 to latest version 0.1.5.
Merged, thanks!
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
> .../libyaml/{libyaml_0.1.4.bb => libyaml_0.1.5.bb} | 12 ++++++++----
> 1 file changed, 8 insertions(+), 4 deletions(-)
> rename meta-oe/recipes-support/libyaml/{libyaml_0.1.4.bb => libyaml_0.1.5.bb} (36%)
>
> diff --git a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
> similarity index 36%
> rename from meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
> rename to meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
> index af8d63f..c44eda4 100644
> --- a/meta-oe/recipes-support/libyaml/libyaml_0.1.4.bb
> +++ b/meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb
> @@ -1,12 +1,16 @@
> -SUMMARY = "LibYAML is a YAML parser and emitter written in C"
> +SUMMARY = "LibYAML is a YAML 1.1 parser and emitter written in C."
> +DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, \
> +a human-readable data serialization format. "
> HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
> SECTION = "libs/devel"
> +
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
>
> -SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz;name=libyaml"
> -SRC_URI[libyaml.md5sum] = "36c852831d02cf90508c29852361d01b"
> -SRC_URI[libyaml.sha256sum] = "7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37"
> +SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "24f6093c1e840ca5df2eb09291a1dbf1"
> +SRC_URI[sha256sum] = "fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef"
>
> S = "${WORKDIR}/yaml-${PV}"
>
> --
> 1.8.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/3] sg3-utils: update to 1.38
2014-04-09 5:58 ` [PATCH 2/3] sg3-utils: update to 1.38 Kai Kang
@ 2014-04-20 11:17 ` Martin Jansa
0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2014-04-20 11:17 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2019 bytes --]
On Wed, Apr 09, 2014 at 01:58:32PM +0800, Kai Kang wrote:
> Update sg3-utils to version 1.38.
Merged, thanks!
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
> .../sg3-utils/{sg3-utils_1.31.bb => sg3-utils_1.38.bb} | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
> rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.31.bb => sg3-utils_1.38.bb} (46%)
>
> diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> similarity index 46%
> rename from meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
> rename to meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> index 29fe132..beee36c 100644
> --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
> +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> @@ -1,15 +1,16 @@
> SUMMARY = "Utilities for working with generic SCSI devices"
> +
> +DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set"
> +
> HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
> SECTION = "console/admin"
>
> LICENSE = "GPLv2+ & BSD"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
> -
> -PR = "r1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
>
> SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
> -SRC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
> -SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"
> +SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
> +SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
>
> inherit autotools
>
> --
> 1.8.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-04-20 11:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 5:58 [meta-oe][PATCH 0/3] Update packages Kai Kang
2014-04-09 5:58 ` [PATCH 1/3] libyaml: update to 0.1.5 Kai Kang
2014-04-20 11:16 ` Martin Jansa
2014-04-09 5:58 ` [PATCH 2/3] sg3-utils: update to 1.38 Kai Kang
2014-04-20 11:17 ` Martin Jansa
2014-04-09 5:58 ` [PATCH 3/3] yajl: update to 2.1.0 Kai Kang
2014-04-20 9:31 ` Martin Jansa
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.