* [PATCH 0/3] Package upgrades
@ 2012-08-13 14:27 Constantin Musca
2012-08-13 14:27 ` [PATCH 1/3] pixman: upgrade to 0.27.2 Constantin Musca
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Constantin Musca @ 2012-08-13 14:27 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
The set contains package upgrades compiled successfully on all architectures
and tested using the xorg-server.
Constantin Musca (3):
pixman: upgrade to 0.27.2
glproto: upgrade to 1.4.16
dri2proto: upgrade to 2.8
.../{pixman_0.26.2.bb => pixman_0.27.2.bb} | 4 ++--
.../{dri2proto_2.6.bb => dri2proto_2.8.bb} | 4 ++--
.../{glproto_1.4.15.bb => glproto_1.4.16.bb} | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.26.2.bb => pixman_0.27.2.bb} (86%)
rename meta/recipes-graphics/xorg-proto/{dri2proto_2.6.bb => dri2proto_2.8.bb} (76%)
rename meta/recipes-graphics/xorg-proto/{glproto_1.4.15.bb => glproto_1.4.16.bb} (77%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] pixman: upgrade to 0.27.2
2012-08-13 14:27 [PATCH 0/3] Package upgrades Constantin Musca
@ 2012-08-13 14:27 ` Constantin Musca
2012-08-13 14:27 ` [PATCH 2/3] glproto: upgrade to 1.4.16 Constantin Musca
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-08-13 14:27 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{pixman_0.26.2.bb => pixman_0.27.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.26.2.bb => pixman_0.27.2.bb} (86%)
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.27.2.bb
similarity index 86%
rename from meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.27.2.bb
index 337ac2b..e55276e 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.26.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.27.2.bb
@@ -24,5 +24,5 @@ LOONGSON_MMI = "--disable-loongson-mmi"
EXTRA_OECONF="--disable-gtk ${IWMMXT} ${LOONGSON_MMI}"
-SRC_URI[md5sum] = "6b3e4c5300adb893a2baa9631c23efb2"
-SRC_URI[sha256sum] = "193b651c8ba89ecfacb8dc62a34d2bd305245163910cdbdf907e5d5ece92647c"
+SRC_URI[md5sum] = "dd67154b23d88e6a75ad3a83f3052198"
+SRC_URI[sha256sum] = "cae9dc13727a84f11beb150c88d3a06ba114f82c52d68073c663c027e099123b"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] glproto: upgrade to 1.4.16
2012-08-13 14:27 [PATCH 0/3] Package upgrades Constantin Musca
2012-08-13 14:27 ` [PATCH 1/3] pixman: upgrade to 0.27.2 Constantin Musca
@ 2012-08-13 14:27 ` Constantin Musca
2012-08-13 14:27 ` [PATCH 3/3] dri2proto: upgrade to 2.8 Constantin Musca
2012-08-17 20:56 ` [PATCH 0/3] Package upgrades Saul Wold
3 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-08-13 14:27 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{glproto_1.4.15.bb => glproto_1.4.16.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-proto/{glproto_1.4.15.bb => glproto_1.4.16.bb} (77%)
diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.15.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-proto/glproto_1.4.15.bb
rename to meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb
index 955f44b..e8ad93b 100644
--- a/meta/recipes-graphics/xorg-proto/glproto_1.4.15.bb
+++ b/meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb
@@ -15,5 +15,5 @@ PE = "1"
BBCLASSEXTEND = "nativesdk"
-SRC_URI[md5sum] = "d1ff0c1acc605689919c1ee2fc9b5582"
-SRC_URI[sha256sum] = "990356ebe2e8966aa643287c9a485777957a49299dfb211654df5ff212dec171"
+SRC_URI[md5sum] = "3847963c1b88fd04a030b932b0aece07"
+SRC_URI[sha256sum] = "54dd663a7f5ed702f2ff035b79edf770c2f850867ac0d55742f696bfc8b2598d"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] dri2proto: upgrade to 2.8
2012-08-13 14:27 [PATCH 0/3] Package upgrades Constantin Musca
2012-08-13 14:27 ` [PATCH 1/3] pixman: upgrade to 0.27.2 Constantin Musca
2012-08-13 14:27 ` [PATCH 2/3] glproto: upgrade to 1.4.16 Constantin Musca
@ 2012-08-13 14:27 ` Constantin Musca
2012-08-17 20:56 ` [PATCH 0/3] Package upgrades Saul Wold
3 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-08-13 14:27 UTC (permalink / raw)
To: openembedded-core; +Cc: openembedded-core, Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{dri2proto_2.6.bb => dri2proto_2.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-proto/{dri2proto_2.6.bb => dri2proto_2.8.bb} (76%)
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_2.6.bb b/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-proto/dri2proto_2.6.bb
rename to meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb
index 99c089a..fd27ed5 100644
--- a/meta/recipes-graphics/xorg-proto/dri2proto_2.6.bb
+++ b/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb
@@ -12,5 +12,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e396fa91834f8786032cad2da5638f3 \
PR = "r0"
-SRC_URI[md5sum] = "2eb74959684f47c862081099059a11ab"
-SRC_URI[sha256sum] = "ad82c0b28c19fcd3f91ea1f93956cb666526b41b91f239773b5854b9b1a3b909"
+SRC_URI[md5sum] = "b2721d5d24c04d9980a0c6540cb5396a"
+SRC_URI[sha256sum] = "f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] Package upgrades
2012-08-13 14:27 [PATCH 0/3] Package upgrades Constantin Musca
` (2 preceding siblings ...)
2012-08-13 14:27 ` [PATCH 3/3] dri2proto: upgrade to 2.8 Constantin Musca
@ 2012-08-17 20:56 ` Saul Wold
3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-08-17 20:56 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca
On 08/13/2012 07:27 AM, Constantin Musca wrote:
> The set contains package upgrades compiled successfully on all architectures
> and tested using the xorg-server.
>
> Constantin Musca (3):
> pixman: upgrade to 0.27.2
> glproto: upgrade to 1.4.16
> dri2proto: upgrade to 2.8
>
> .../{pixman_0.26.2.bb => pixman_0.27.2.bb} | 4 ++--
> .../{dri2proto_2.6.bb => dri2proto_2.8.bb} | 4 ++--
> .../{glproto_1.4.15.bb => glproto_1.4.16.bb} | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
> rename meta/recipes-graphics/xorg-lib/{pixman_0.26.2.bb => pixman_0.27.2.bb} (86%)
> rename meta/recipes-graphics/xorg-proto/{dri2proto_2.6.bb => dri2proto_2.8.bb} (76%)
> rename meta/recipes-graphics/xorg-proto/{glproto_1.4.15.bb => glproto_1.4.16.bb} (77%)
>
Merged these into OE-Core
In the future when making multiple updates if you can use the
create-pull-request script and use a branch in poky-contrib that would
be very useful to me as then I can pull all your changes in on branch.
Thanks
Sau!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-17 21:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 14:27 [PATCH 0/3] Package upgrades Constantin Musca
2012-08-13 14:27 ` [PATCH 1/3] pixman: upgrade to 0.27.2 Constantin Musca
2012-08-13 14:27 ` [PATCH 2/3] glproto: upgrade to 1.4.16 Constantin Musca
2012-08-13 14:27 ` [PATCH 3/3] dri2proto: upgrade to 2.8 Constantin Musca
2012-08-17 20:56 ` [PATCH 0/3] Package upgrades Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox