* [PATCH 0/2] Upgrade two packages
@ 2014-11-13 8:56 Chong Lu
2014-11-13 8:56 ` [PATCH 1/2] tcl: Upgrade to 8.6.3 Chong Lu
2014-11-13 8:56 ` [PATCH 2/2] byacc: Upgrade to 20141006 Chong Lu
0 siblings, 2 replies; 3+ messages in thread
From: Chong Lu @ 2014-11-13 8:56 UTC (permalink / raw)
To: openembedded-core
The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:
bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 17:04:50 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/tcl
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/tcl
Chong Lu (2):
tcl: Upgrade to 8.6.3
byacc: Upgrade to 20141006
meta/recipes-devtools/tcltk/{tcl_8.6.2.bb => tcl_8.6.3.bb} | 4 ++--
meta/recipes-extended/byacc/{byacc_20140715.bb => byacc_20141006.bb} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-devtools/tcltk/{tcl_8.6.2.bb => tcl_8.6.3.bb} (95%)
rename meta/recipes-extended/byacc/{byacc_20140715.bb => byacc_20141006.bb} (74%)
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] tcl: Upgrade to 8.6.3
2014-11-13 8:56 [PATCH 0/2] Upgrade two packages Chong Lu
@ 2014-11-13 8:56 ` Chong Lu
2014-11-13 8:56 ` [PATCH 2/2] byacc: Upgrade to 20141006 Chong Lu
1 sibling, 0 replies; 3+ messages in thread
From: Chong Lu @ 2014-11-13 8:56 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-devtools/tcltk/{tcl_8.6.2.bb => tcl_8.6.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/tcltk/{tcl_8.6.2.bb => tcl_8.6.3.bb} (95%)
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb b/meta/recipes-devtools/tcltk/tcl_8.6.3.bb
similarity index 95%
rename from meta/recipes-devtools/tcltk/tcl_8.6.2.bb
rename to meta/recipes-devtools/tcltk/tcl_8.6.3.bb
index 75fef01..73c0d25 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.3.bb
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
file://alter-includedir.patch \
file://run-ptest \
"
-SRC_URI[md5sum] = "8103eaf6d71acb716a64224492f09d5f"
-SRC_URI[sha256sum] = "86f7ae5f581dd0904d04415637ab3aef5a50986c1b6d04c340e2b1b0258da9c4"
+SRC_URI[md5sum] = "db382feca91754b7f93da16dc4cdad1f"
+SRC_URI[sha256sum] = "6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005"
SRC_URI_class-native = "${BASE_SRC_URI}"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] byacc: Upgrade to 20141006
2014-11-13 8:56 [PATCH 0/2] Upgrade two packages Chong Lu
2014-11-13 8:56 ` [PATCH 1/2] tcl: Upgrade to 8.6.3 Chong Lu
@ 2014-11-13 8:56 ` Chong Lu
1 sibling, 0 replies; 3+ messages in thread
From: Chong Lu @ 2014-11-13 8:56 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-extended/byacc/{byacc_20140715.bb => byacc_20141006.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/byacc/{byacc_20140715.bb => byacc_20141006.bb} (74%)
diff --git a/meta/recipes-extended/byacc/byacc_20140715.bb b/meta/recipes-extended/byacc/byacc_20141006.bb
similarity index 74%
rename from meta/recipes-extended/byacc/byacc_20140715.bb
rename to meta/recipes-extended/byacc/byacc_20141006.bb
index f5cd07d..17600a1 100644
--- a/meta/recipes-extended/byacc/byacc_20140715.bb
+++ b/meta/recipes-extended/byacc/byacc_20141006.bb
@@ -7,5 +7,5 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
require byacc.inc
-SRC_URI[md5sum] = "814d2ebedd738a526e5aeb00b1ad38af"
-SRC_URI[sha256sum] = "ecd0d87bf7e62b5536fb096ada96ecd564c6411866bbe6644e30ee7963e97fe5"
+SRC_URI[md5sum] = "62d58192f2995f24cef41a7cb8ec9ba3"
+SRC_URI[sha256sum] = "391b0ac550e94920a86960c6973ec539784dc84849e7c2bb1645ae6d8178b14d"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-13 9:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 8:56 [PATCH 0/2] Upgrade two packages Chong Lu
2014-11-13 8:56 ` [PATCH 1/2] tcl: Upgrade to 8.6.3 Chong Lu
2014-11-13 8:56 ` [PATCH 2/2] byacc: Upgrade to 20141006 Chong Lu
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.