* [PATCH 0/3] Upgrade less, cups and byacc
@ 2014-12-19 5:41 Chong Lu
2014-12-19 5:41 ` [PATCH 1/3] less: Upgrade to 471 Chong Lu
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Chong Lu @ 2014-12-19 5:41 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 0a791e91e55d30b328ddbd90fdb0d5911c388b96:
bitbake: data: escape '$' in shell variable assignment (2014-12-18 10:28:44 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/less
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/less
Chong Lu (3):
less: Upgrade to 471
cups: Upgrade to 2.0.1
byacc: Upgrade to 20141128
meta/recipes-extended/byacc/{byacc_20141006.bb => byacc_20141128.bb} | 4 ++--
meta/recipes-extended/cups/{cups_2.0.0.bb => cups_2.0.1.bb} | 4 ++--
meta/recipes-extended/less/{less_470.bb => less_471.bb} | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-extended/byacc/{byacc_20141006.bb => byacc_20141128.bb} (74%)
rename meta/recipes-extended/cups/{cups_2.0.0.bb => cups_2.0.1.bb} (40%)
rename meta/recipes-extended/less/{less_470.bb => less_471.bb} (88%)
--
1.9.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] less: Upgrade to 471
2014-12-19 5:41 [PATCH 0/3] Upgrade less, cups and byacc Chong Lu
@ 2014-12-19 5:41 ` Chong Lu
2014-12-19 5:42 ` [PATCH 2/3] cups: Upgrade to 2.0.1 Chong Lu
2014-12-19 5:42 ` [PATCH 3/3] byacc: Upgrade to 20141128 Chong Lu
2 siblings, 0 replies; 4+ messages in thread
From: Chong Lu @ 2014-12-19 5:41 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-extended/less/{less_470.bb => less_471.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/less/{less_470.bb => less_471.bb} (88%)
diff --git a/meta/recipes-extended/less/less_470.bb b/meta/recipes-extended/less/less_471.bb
similarity index 88%
rename from meta/recipes-extended/less/less_470.bb
rename to meta/recipes-extended/less/less_471.bb
index 5668329..81d354c 100644
--- a/meta/recipes-extended/less/less_470.bb
+++ b/meta/recipes-extended/less/less_471.bb
@@ -26,8 +26,8 @@ DEPENDS = "ncurses"
SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "abf7c37b1a2c3d83865eba3ab2eb369f"
-SRC_URI[sha256sum] = "f191dc51144e7ea0e7f116118d0ee7a5fe50d1ce330257e1ae5ee4c9d35d86ef"
+SRC_URI[md5sum] = "9a40d29a2d84b41f9f36d7dd90b4f950"
+SRC_URI[sha256sum] = "37f613fa9a526378788d790a92217d59b523574cf7159f6538da8564b3fb27f8"
inherit autotools update-alternatives
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] cups: Upgrade to 2.0.1
2014-12-19 5:41 [PATCH 0/3] Upgrade less, cups and byacc Chong Lu
2014-12-19 5:41 ` [PATCH 1/3] less: Upgrade to 471 Chong Lu
@ 2014-12-19 5:42 ` Chong Lu
2014-12-19 5:42 ` [PATCH 3/3] byacc: Upgrade to 20141128 Chong Lu
2 siblings, 0 replies; 4+ messages in thread
From: Chong Lu @ 2014-12-19 5:42 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-extended/cups/{cups_2.0.0.bb => cups_2.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/cups/{cups_2.0.0.bb => cups_2.0.1.bb} (40%)
diff --git a/meta/recipes-extended/cups/cups_2.0.0.bb b/meta/recipes-extended/cups/cups_2.0.1.bb
similarity index 40%
rename from meta/recipes-extended/cups/cups_2.0.0.bb
rename to meta/recipes-extended/cups/cups_2.0.1.bb
index 384cd0b..c78b44d 100644
--- a/meta/recipes-extended/cups/cups_2.0.0.bb
+++ b/meta/recipes-extended/cups/cups_2.0.1.bb
@@ -2,5 +2,5 @@ require cups.inc
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0"
-SRC_URI[md5sum] = "2cdd81fea23e9e29555c24bdfd0d7c89"
-SRC_URI[sha256sum] = "83fdbbcb4ac4d82949bbde6d5dce7a4b6a62557da8f3d46c5e34b951110f5be2"
+SRC_URI[md5sum] = "7f7c33071035fb20d0879929a42da711"
+SRC_URI[sha256sum] = "60f7f2cca69f3b761a029fb314ee4299e3ea0fc02350f06d192cf31d58215525"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] byacc: Upgrade to 20141128
2014-12-19 5:41 [PATCH 0/3] Upgrade less, cups and byacc Chong Lu
2014-12-19 5:41 ` [PATCH 1/3] less: Upgrade to 471 Chong Lu
2014-12-19 5:42 ` [PATCH 2/3] cups: Upgrade to 2.0.1 Chong Lu
@ 2014-12-19 5:42 ` Chong Lu
2 siblings, 0 replies; 4+ messages in thread
From: Chong Lu @ 2014-12-19 5:42 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-extended/byacc/{byacc_20141006.bb => byacc_20141128.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/byacc/{byacc_20141006.bb => byacc_20141128.bb} (74%)
diff --git a/meta/recipes-extended/byacc/byacc_20141006.bb b/meta/recipes-extended/byacc/byacc_20141128.bb
similarity index 74%
rename from meta/recipes-extended/byacc/byacc_20141006.bb
rename to meta/recipes-extended/byacc/byacc_20141128.bb
index 17600a1..15c14c9 100644
--- a/meta/recipes-extended/byacc/byacc_20141006.bb
+++ b/meta/recipes-extended/byacc/byacc_20141128.bb
@@ -7,5 +7,5 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
require byacc.inc
-SRC_URI[md5sum] = "62d58192f2995f24cef41a7cb8ec9ba3"
-SRC_URI[sha256sum] = "391b0ac550e94920a86960c6973ec539784dc84849e7c2bb1645ae6d8178b14d"
+SRC_URI[md5sum] = "acb0ff0fb6cc414a6b50c799794b2425"
+SRC_URI[sha256sum] = "f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-12-19 5:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 5:41 [PATCH 0/3] Upgrade less, cups and byacc Chong Lu
2014-12-19 5:41 ` [PATCH 1/3] less: Upgrade to 471 Chong Lu
2014-12-19 5:42 ` [PATCH 2/3] cups: Upgrade to 2.0.1 Chong Lu
2014-12-19 5:42 ` [PATCH 3/3] byacc: Upgrade to 20141128 Chong Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox