Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] Package upgrades
@ 2012-09-03 15:45 Constantin Musca
  2012-09-04 12:40 ` Richard Purdie
  0 siblings, 1 reply; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
  To: openembedded-core

This is another set of package upgrades compiled on all architectures and
tested using core-image-sato.
The following changes since commit 37c8597e7600385367257e8a513e003947ebef5b:

  distro-tracking: remove xserver-kdrive (2012-09-02 05:52:16 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades

Constantin Musca (9):
  automake: upgrade to 1.12.3
  gypsy: upgrade to 0.9
  libdrm: upgrade to 2.4.39
  lsof: upgrade to 4.86
  man-pages: upgrade to 3.42
  telepathy-glib: upgrade to 0.19.8
  freetype: upgrade to 2.4.10
  puzzles: upgrade to r9594
  iproute2: upgrade to 3.5.1

 .../fix-unused-but-set-variable-warning.patch      |   18 ------------------
 .../gypsy/{gypsy_0.8.bb => gypsy_0.9.bb}           |   10 ++++------
 .../configure-cross.patch                          |    0
 .../{iproute2_3.5.0.bb => iproute2_3.5.1.bb}       |    4 ++--
 ...thy-glib_0.19.6.bb => telepathy-glib_0.19.8.bb} |    4 ++--
 .../{automake_1.12.1.bb => automake_1.12.3.bb}     |    6 +++---
 .../lsof/{lsof_4.85.bb => lsof_4.86.bb}            |    8 ++++----
 .../{man-pages_3.41.bb => man-pages_3.42.bb}       |    6 +++---
 .../drm/{libdrm_2.4.37.bb => libdrm_2.4.39.bb}     |    4 ++--
 .../no-hardcode.patch                              |    0
 .../{freetype_2.4.9.bb => freetype_2.4.10.bb}      |    6 +++---
 .../puzzles/{puzzles_r9561.bb => puzzles_r9594.bb} |    0
 12 files changed, 23 insertions(+), 43 deletions(-)
 delete mode 100644 meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
 rename meta/recipes-connectivity/gypsy/{gypsy_0.8.bb => gypsy_0.9.bb} (79%)
 rename meta/recipes-connectivity/iproute2/{iproute2-3.5.0 => iproute2-3.5.1}/configure-cross.patch (100%)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.5.0.bb => iproute2_3.5.1.bb} (51%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.6.bb => telepathy-glib_0.19.8.bb} (80%)
 rename meta/recipes-devtools/automake/{automake_1.12.1.bb => automake_1.12.3.bb} (92%)
 rename meta/recipes-extended/lsof/{lsof_4.85.bb => lsof_4.86.bb} (88%)
 rename meta/recipes-extended/man-pages/{man-pages_3.41.bb => man-pages_3.42.bb} (81%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.37.bb => libdrm_2.4.39.bb} (50%)
 rename meta/recipes-graphics/freetype/{freetype-2.4.9 => freetype-2.4.10}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.9.bb => freetype_2.4.10.bb} (90%)
 rename meta/recipes-sato/puzzles/{puzzles_r9561.bb => puzzles_r9594.bb} (100%)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 0/9] Package upgrades
  2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
@ 2012-09-04 12:40 ` Richard Purdie
  0 siblings, 0 replies; 12+ messages in thread
From: Richard Purdie @ 2012-09-04 12:40 UTC (permalink / raw)
  To: Constantin Musca; +Cc: openembedded-core

On Mon, 2012-09-03 at 18:45 +0300, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures and
> tested using core-image-sato.
> The following changes since commit 37c8597e7600385367257e8a513e003947ebef5b:
> 
>   distro-tracking: remove xserver-kdrive (2012-09-02 05:52:16 -0700)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades
> 
> Constantin Musca (9):
>   automake: upgrade to 1.12.3
>   gypsy: upgrade to 0.9
>   libdrm: upgrade to 2.4.39
>   lsof: upgrade to 4.86
>   man-pages: upgrade to 3.42
>   telepathy-glib: upgrade to 0.19.8
>   freetype: upgrade to 2.4.10
>   puzzles: upgrade to r9594
>   iproute2: upgrade to 3.5.1

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 0/9] package upgrades
@ 2013-11-25 13:50 Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 1/9] xtrans: upgrade to 1.3.2 Laurentiu Palcu
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:50 UTC (permalink / raw)
  To: openembedded-core

This patch set contains only package upgrades. Each package has been compiled
on all architectures successfully and basic functionality tests were done in
core-image-sato for qemux86.

Also, at Ross's sugestion, the xcb related recipes were moved to xorg-proto and
xorg-lib directories.

Laurentiu

The following changes since commit 0aef540dd8866c5d76dd1edd8936343258935c47:

  bitbake: fetch2: Correct a few calls to latest_revision() (2013-11-25 13:02:27 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (8):
  xtrans: upgrade to 1.3.2
  python-setuptools: upgrade to 1.4
  tar: upgrade to 1.27.1
  powertop: upgrade to 2.5
  libdrm: upgrade to 2.4.49
  xproto: upgrade to 7.0.25
  xcb-proto: upgrade to 1.9
  libxcb: upgrade to 1.9.3

Upgrade Helper (1):
  git: upgrade to 1.8.4.4

 .../git/{git_1.8.4.2.bb => git_1.8.4.4.bb}         |    4 +--
 ...etuptools_1.1.7.bb => python-setuptools_1.4.bb} |    4 +--
 ...ve_1.27.bb => tar-replacement-native_1.27.1.bb} |    0
 .../tar/{tar-1.27 => tar}/remove-gets.patch        |    0
 .../tar/{tar_1.27.bb => tar_1.27.1.bb}             |    4 +--
 .../drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb}     |    4 +--
 .../xcb/libxcb/automake_1.14_fix.patch             |   27 --------------------
 .../{xcb => xorg-lib}/libpthread-stubs_0.3.bb      |    0
 meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc |    4 ++-
 .../{xcb => xorg-lib}/libxcb/xcbincludedir.patch   |    0
 .../libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb}   |    5 ++--
 .../{xcb => xorg-lib}/libxcb_git.bb                |    0
 .../{xcb => xorg-lib}/xcb-util-image_0.3.9.bb      |    0
 .../{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb    |    0
 .../{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb |    0
 .../{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb         |    0
 .../{xcb => xorg-lib}/xcb-util.inc                 |    0
 .../{xcb => xorg-lib}/xcb-util_0.3.9.bb            |    0
 .../xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb}  |    4 +--
 .../{xcb => xorg-proto}/xcb-proto.inc              |    0
 .../xcb-proto_1.9.bb}                              |    4 +--
 .../{xcb => xorg-proto}/xcb-proto_git.bb           |    0
 .../{xproto_7.0.24.bb => xproto_7.0.25.bb}         |    4 +--
 .../powertop/{powertop_2.4.bb => powertop_2.5.bb}  |    4 +--
 24 files changed, 21 insertions(+), 47 deletions(-)
 rename meta/recipes-devtools/git/{git_1.8.4.2.bb => git_1.8.4.4.bb} (67%)
 rename meta/recipes-devtools/python/{python-setuptools_1.1.7.bb => python-setuptools_1.4.bb} (86%)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.27.bb => tar-replacement-native_1.27.1.bb} (100%)
 rename meta/recipes-extended/tar/{tar-1.27 => tar}/remove-gets.patch (100%)
 rename meta/recipes-extended/tar/{tar_1.27.bb => tar_1.27.1.bb} (53%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb} (46%)
 delete mode 100644 meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
 rename meta/recipes-graphics/{xcb => xorg-lib}/libpthread-stubs_0.3.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc (94%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb/xcbincludedir.patch (100%)
 rename meta/recipes-graphics/{xcb/libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb} (47%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb_git.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-image_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util.inc (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util_0.3.9.bb (100%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb} (82%)
 rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto.inc (100%)
 rename meta/recipes-graphics/{xcb/xcb-proto_1.8.bb => xorg-proto/xcb-proto_1.9.bb} (60%)
 rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto_git.bb (100%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.24.bb => xproto_7.0.25.bb} (74%)
 rename meta/recipes-kernel/powertop/{powertop_2.4.bb => powertop_2.5.bb} (87%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 1/9] xtrans: upgrade to 1.3.2
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
@ 2013-11-25 13:50 ` Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 2/9] python-setuptools: upgrade to 1.4 Laurentiu Palcu
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb}  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb} (82%)

diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.3.0.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.3.2.bb
similarity index 82%
rename from meta/recipes-graphics/xorg-lib/xtrans_1.3.0.bb
rename to meta/recipes-graphics/xorg-lib/xtrans_1.3.2.bb
index 2ed365e..7ddc841 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans_1.3.0.bb
+++ b/meta/recipes-graphics/xorg-lib/xtrans_1.3.2.bb
@@ -20,5 +20,5 @@ inherit gettext
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "1942deb831fd21703e30ebe47794d60c"
-SRC_URI[sha256sum] = "3ae7600e8553ccf2f5c46fbcc63d887729637a4b2a898927dcd339a13355bd4a"
+SRC_URI[md5sum] = "050eb8f1d41e254f508bab72f1c10d6e"
+SRC_URI[sha256sum] = "94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/9] python-setuptools: upgrade to 1.4
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 1/9] xtrans: upgrade to 1.3.2 Laurentiu Palcu
@ 2013-11-25 13:50 ` Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 3/9] tar: upgrade to 1.27.1 Laurentiu Palcu
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...etuptools_1.1.7.bb => python-setuptools_1.4.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-setuptools_1.1.7.bb => python-setuptools_1.4.bb} (86%)

diff --git a/meta/recipes-devtools/python/python-setuptools_1.1.7.bb b/meta/recipes-devtools/python/python-setuptools_1.4.bb
similarity index 86%
rename from meta/recipes-devtools/python/python-setuptools_1.1.7.bb
rename to meta/recipes-devtools/python/python-setuptools_1.4.bb
index c00738c..3cfda56 100644
--- a/meta/recipes-devtools/python/python-setuptools_1.1.7.bb
+++ b/meta/recipes-devtools/python/python-setuptools_1.4.bb
@@ -34,7 +34,7 @@ RDEPENDS_${PN}_class-native = "\
   python-compression \
 "
 
-SRC_URI[md5sum] = "1f33594d25d574a1640ffb84667c6759"
-SRC_URI[sha256sum] = "b35e3d7c79cfdb5b38cfc71f4b0deab4350c1176fc4bb05bfa8945504ecfb028"
+SRC_URI[md5sum] = "5710464bc5a61d75f5087f15ce63cfe0"
+SRC_URI[sha256sum] = "75d288687066ed124311d6ca5f40ffa92a0e81adcd7fff318c6e84082713cf39"
 
 BBCLASSEXTEND = "native"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 3/9] tar: upgrade to 1.27.1
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 1/9] xtrans: upgrade to 1.3.2 Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 2/9] python-setuptools: upgrade to 1.4 Laurentiu Palcu
@ 2013-11-25 13:50 ` Laurentiu Palcu
  2013-11-25 13:50 ` [PATCH 4/9] powertop: upgrade to 2.5 Laurentiu Palcu
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...ve_1.27.bb => tar-replacement-native_1.27.1.bb} |    0
 .../tar/{tar-1.27 => tar}/remove-gets.patch        |    0
 .../tar/{tar_1.27.bb => tar_1.27.1.bb}             |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.27.bb => tar-replacement-native_1.27.1.bb} (100%)
 rename meta/recipes-extended/tar/{tar-1.27 => tar}/remove-gets.patch (100%)
 rename meta/recipes-extended/tar/{tar_1.27.bb => tar_1.27.1.bb} (53%)

diff --git a/meta/recipes-extended/tar/tar-replacement-native_1.27.bb b/meta/recipes-extended/tar/tar-replacement-native_1.27.1.bb
similarity index 100%
rename from meta/recipes-extended/tar/tar-replacement-native_1.27.bb
rename to meta/recipes-extended/tar/tar-replacement-native_1.27.1.bb
diff --git a/meta/recipes-extended/tar/tar-1.27/remove-gets.patch b/meta/recipes-extended/tar/tar/remove-gets.patch
similarity index 100%
rename from meta/recipes-extended/tar/tar-1.27/remove-gets.patch
rename to meta/recipes-extended/tar/tar/remove-gets.patch
diff --git a/meta/recipes-extended/tar/tar_1.27.bb b/meta/recipes-extended/tar/tar_1.27.1.bb
similarity index 53%
rename from meta/recipes-extended/tar/tar_1.27.bb
rename to meta/recipes-extended/tar/tar_1.27.1.bb
index 6cf6f70..439bb50 100644
--- a/meta/recipes-extended/tar/tar_1.27.bb
+++ b/meta/recipes-extended/tar/tar_1.27.1.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SRC_URI += "file://remove-gets.patch \
            "
 
-SRC_URI[md5sum] = "74f51434bfb7756bd571a0f718b171ae"
-SRC_URI[sha256sum] = "2238c5c63c7ecaccc962f10482d76875b45cedfed69138ed852a88e344af3c7b"
+SRC_URI[md5sum] = "490e074dd7e71f553df8357a7ef9bdcf"
+SRC_URI[sha256sum] = "9b0fb3ce8512059337add0da5f8f0f7d7647f2201f5ece24581d620ea60337c6"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 4/9] powertop: upgrade to 2.5
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
                   ` (2 preceding siblings ...)
  2013-11-25 13:50 ` [PATCH 3/9] tar: upgrade to 1.27.1 Laurentiu Palcu
@ 2013-11-25 13:50 ` Laurentiu Palcu
  2013-11-25 13:51 ` [PATCH 5/9] libdrm: upgrade to 2.4.49 Laurentiu Palcu
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../powertop/{powertop_2.4.bb => powertop_2.5.bb}  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/powertop/{powertop_2.4.bb => powertop_2.5.bb} (87%)

diff --git a/meta/recipes-kernel/powertop/powertop_2.4.bb b/meta/recipes-kernel/powertop/powertop_2.5.bb
similarity index 87%
rename from meta/recipes-kernel/powertop/powertop_2.4.bb
rename to meta/recipes-kernel/powertop/powertop_2.5.bb
index 465d117..f37d7a7 100644
--- a/meta/recipes-kernel/powertop/powertop_2.4.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.5.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
 SRC_URI = "http://01.org/powertop/sites/default/files/downloads/powertop-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "3aa686bb245d6683b86cba9a6a4b8c6d"
-SRC_URI[sha256sum] = "42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7"
+SRC_URI[md5sum] = "806bbcbd44fcea1f807c9582fc1f7d3e"
+SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b"
 
 inherit autotools gettext
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 5/9] libdrm: upgrade to 2.4.49
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
                   ` (3 preceding siblings ...)
  2013-11-25 13:50 ` [PATCH 4/9] powertop: upgrade to 2.5 Laurentiu Palcu
@ 2013-11-25 13:51 ` Laurentiu Palcu
  2013-11-25 13:51 ` [PATCH 6/9] git: upgrade to 1.8.4.4 Laurentiu Palcu
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb}     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb} (46%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.47.bb b/meta/recipes-graphics/drm/libdrm_2.4.49.bb
similarity index 46%
rename from meta/recipes-graphics/drm/libdrm_2.4.47.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.49.bb
index c21d905..6047d7c 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.47.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.49.bb
@@ -3,6 +3,6 @@ require libdrm.inc
 SRC_URI += "file://installtests.patch \
             file://GNU_SOURCE_definition.patch \
            "
-SRC_URI[md5sum] = "e043d6d59328887b9e434f4d27aacc09"
-SRC_URI[sha256sum] = "a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074"
+SRC_URI[md5sum] = "454fe27645152cbd8be8ccda21acaa24"
+SRC_URI[sha256sum] = "25d7d3fd30d8c350d3b87b3048f1c0cf0be295a40197a49acc374d4f4ae97a7d"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 6/9] git: upgrade to 1.8.4.4
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
                   ` (4 preceding siblings ...)
  2013-11-25 13:51 ` [PATCH 5/9] libdrm: upgrade to 2.4.49 Laurentiu Palcu
@ 2013-11-25 13:51 ` Laurentiu Palcu
  2013-11-25 13:51 ` [PATCH 7/9] xproto: upgrade to 7.0.25 Laurentiu Palcu
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:51 UTC (permalink / raw)
  To: openembedded-core

From: Upgrade Helper <uh@not.set>

---
 .../git/{git_1.8.4.2.bb => git_1.8.4.4.bb}         |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/git/{git_1.8.4.2.bb => git_1.8.4.4.bb} (67%)

diff --git a/meta/recipes-devtools/git/git_1.8.4.2.bb b/meta/recipes-devtools/git/git_1.8.4.4.bb
similarity index 67%
rename from meta/recipes-devtools/git/git_1.8.4.2.bb
rename to meta/recipes-devtools/git/git_1.8.4.4.bb
index d162702..cdcd894 100644
--- a/meta/recipes-devtools/git/git_1.8.4.2.bb
+++ b/meta/recipes-devtools/git/git_1.8.4.4.bb
@@ -1,8 +1,8 @@
 require git.inc
 
 SRC_URI = "http://git-core.googlecode.com/files/git-${PV}.tar.gz"
-SRC_URI[md5sum] = "6f63d103465b86ca0ebe4189ea54731c"
-SRC_URI[sha256sum] = "6732278ce4870b314cfd83500ec15d5ee7a868be5b96549022d6f0972bf3dd2a"
+SRC_URI[md5sum] = "c07ea15d5d0c31544de265f567d6e5ef"
+SRC_URI[sha256sum] = "44392f5bfcb17aa943338469ddafd94a9091f8b33eb5d3a2abb60f2bb61d1a73"
 
 EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
                  ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 7/9] xproto: upgrade to 7.0.25
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
                   ` (5 preceding siblings ...)
  2013-11-25 13:51 ` [PATCH 6/9] git: upgrade to 1.8.4.4 Laurentiu Palcu
@ 2013-11-25 13:51 ` Laurentiu Palcu
  2013-11-25 13:51 ` [PATCH 8/9] xcb-proto: upgrade to 1.9 Laurentiu Palcu
  2013-11-25 13:51 ` [PATCH 9/9] libxcb: upgrade to 1.9.3 Laurentiu Palcu
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../{xproto_7.0.24.bb => xproto_7.0.25.bb}         |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.24.bb => xproto_7.0.25.bb} (74%)

diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb
similarity index 74%
rename from meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb
rename to meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb
index 2c6cbc0..cf24125 100644
--- a/meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb
+++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb
@@ -15,6 +15,6 @@ SRC_URI += "file://xproto_fix_for_x32.patch"
 EXTRA_OECONF_append = " --enable-specs=no"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "9c0203c3bee4bac432ec504dc45712ed"
-SRC_URI[sha256sum] = "3698a1c7e3b734bc1139a7eb694ed8c66188658d6b4dea3d567066fe4e88b2fc"
+SRC_URI[md5sum] = "28311ef4edbbbf89f617a7f8a2e5648f"
+SRC_URI[sha256sum] = "92247485dc4ffc3611384ba84136591923da857212a7dc29f4ad7797e13909fe"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 8/9] xcb-proto: upgrade to 1.9
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
                   ` (6 preceding siblings ...)
  2013-11-25 13:51 ` [PATCH 7/9] xproto: upgrade to 7.0.25 Laurentiu Palcu
@ 2013-11-25 13:51 ` Laurentiu Palcu
  2013-11-25 13:51 ` [PATCH 9/9] libxcb: upgrade to 1.9.3 Laurentiu Palcu
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:51 UTC (permalink / raw)
  To: openembedded-core

Also move xcb-proto recipes from xcb directory to xorg-proto directory.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../{xcb => xorg-proto}/xcb-proto.inc              |    0
 .../xcb-proto_1.9.bb}                              |    4 ++--
 .../{xcb => xorg-proto}/xcb-proto_git.bb           |    0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto.inc (100%)
 rename meta/recipes-graphics/{xcb/xcb-proto_1.8.bb => xorg-proto/xcb-proto_1.9.bb} (60%)
 rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto_git.bb (100%)

diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xorg-proto/xcb-proto.inc
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-proto.inc
rename to meta/recipes-graphics/xorg-proto/xcb-proto.inc
diff --git a/meta/recipes-graphics/xcb/xcb-proto_1.8.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.9.bb
similarity index 60%
rename from meta/recipes-graphics/xcb/xcb-proto_1.8.bb
rename to meta/recipes-graphics/xorg-proto/xcb-proto_1.9.bb
index 0425ef4..617501d 100644
--- a/meta/recipes-graphics/xcb/xcb-proto_1.8.bb
+++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.9.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
                     file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
 
 
-SRC_URI[md5sum] = "a5de3432cc6e43cc6a27f241dbb991b1"
-SRC_URI[sha256sum] = "233d16c7a019235b3092111e7c11429119357eb13754a607b75eea04453121b0"
+SRC_URI[md5sum] = "311817f844c45c0c3d76dd72e6560c10"
+SRC_URI[sha256sum] = "895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c"
diff --git a/meta/recipes-graphics/xcb/xcb-proto_git.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-proto_git.bb
rename to meta/recipes-graphics/xorg-proto/xcb-proto_git.bb
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 9/9] libxcb: upgrade to 1.9.3
  2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
                   ` (7 preceding siblings ...)
  2013-11-25 13:51 ` [PATCH 8/9] xcb-proto: upgrade to 1.9 Laurentiu Palcu
@ 2013-11-25 13:51 ` Laurentiu Palcu
  8 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:51 UTC (permalink / raw)
  To: openembedded-core

Added 2 new extensions: dri3 and present. Moved libxcb and xcb-util
recipes to xorg-lib directory.

Removed the following patch(es):
 * automake_1.14_fix.patch (backport)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xcb/libxcb/automake_1.14_fix.patch             |   27 --------------------
 .../{xcb => xorg-lib}/libpthread-stubs_0.3.bb      |    0
 meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc |    4 ++-
 .../{xcb => xorg-lib}/libxcb/xcbincludedir.patch   |    0
 .../libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb}   |    5 ++--
 .../{xcb => xorg-lib}/libxcb_git.bb                |    0
 .../{xcb => xorg-lib}/xcb-util-image_0.3.9.bb      |    0
 .../{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb    |    0
 .../{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb |    0
 .../{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb         |    0
 .../{xcb => xorg-lib}/xcb-util.inc                 |    0
 .../{xcb => xorg-lib}/xcb-util_0.3.9.bb            |    0
 12 files changed, 5 insertions(+), 31 deletions(-)
 delete mode 100644 meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
 rename meta/recipes-graphics/{xcb => xorg-lib}/libpthread-stubs_0.3.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc (94%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb/xcbincludedir.patch (100%)
 rename meta/recipes-graphics/{xcb/libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb} (47%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb_git.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-image_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util.inc (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util_0.3.9.bb (100%)

diff --git a/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch b/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
deleted file mode 100644
index 0f1fc54..0000000
--- a/meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Upstream-Status: Backport
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd libxcb-1.9.1/configure.ac libxcb-1.9.1/configure.ac
---- libxcb-1.9.1/configure.ac	2013-05-30 18:38:01.000000000 +0300
-+++ libxcb-1.9.1/configure.ac	2013-10-24 23:15:10.542507543 +0300
-@@ -7,15 +7,16 @@
-         1.9.1,
-         [xcb@lists.freedesktop.org])
- AC_CONFIG_SRCDIR([xcb.pc.in])
--# Set common system defines for POSIX extensions, such as _GNU_SOURCE
--# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
--# to avoid autoconf errors.
--AC_USE_SYSTEM_EXTENSIONS
-
- # Initialize Automake
- AM_INIT_AUTOMAKE([foreign dist-bzip2])
- m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
-+# Set common system defines for POSIX extensions, such as _GNU_SOURCE
-+# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
-+# to avoid autoconf errors.
-+AC_USE_SYSTEM_EXTENSIONS
-+
- AM_PATH_PYTHON([2.6])
-
- PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no])
diff --git a/meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/libpthread-stubs_0.3.bb
rename to meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xorg-lib/libxcb.inc
similarity index 94%
rename from meta/recipes-graphics/xcb/libxcb.inc
rename to meta/recipes-graphics/xorg-lib/libxcb.inc
index 124fe3d..91df1be 100644
--- a/meta/recipes-graphics/xcb/libxcb.inc
+++ b/meta/recipes-graphics/xorg-lib/libxcb.inc
@@ -22,11 +22,12 @@ PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \
              libxcb-screensaver libxcb-shape libxcb-shm libxcb-sync \
              libxcb-xevie libxcb-xf86dri libxcb-xfixes libxcb-xlib \
              libxcb-xprint libxcb-xtest libxcb-xv libxcb-xvmc \
-             libxcb-dri2"
+             libxcb-dri2 libxcb-dri3 libxcb-present"
 
 FILES_${PN} = "${libdir}/libxcb.so.*"
 #FILES_${PN}-dev = "${libdir}/libxcb.* ${libdir}/pkgconfig/*.pc ${includedir}/xcb/*.h"
 FILES_libxcb-dri2 = "${libdir}/libxcb-dri2.so.*"
+FILES_libxcb-dri3 = "${libdir}/libxcb-dri3.so.*"
 FILES_libxcb-composite = "${libdir}/libxcb-composite.so.*"
 FILES_libxcb-damage = "${libdir}/libxcb-damage.so.*"
 FILES_libxcb-dpms = "${libdir}/libxcb-dpms.so.*"
@@ -48,6 +49,7 @@ FILES_libxcb-xprint = "${libdir}/libxcb-xprint.so.*"
 FILES_libxcb-xtest = "${libdir}/libxcb-xtest.so.*"
 FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*"
 FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*"
+FILES_libxcb-present = "${libdir}/libxcb-present.so.*"
 
 inherit autotools pkgconfig pythonnative
 
diff --git a/meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch b/meta/recipes-graphics/xorg-lib/libxcb/xcbincludedir.patch
similarity index 100%
rename from meta/recipes-graphics/xcb/libxcb/xcbincludedir.patch
rename to meta/recipes-graphics/xorg-lib/libxcb/xcbincludedir.patch
diff --git a/meta/recipes-graphics/xcb/libxcb_1.9.1.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb
similarity index 47%
rename from meta/recipes-graphics/xcb/libxcb_1.9.1.bb
rename to meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb
index b654800..7374f10 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.9.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.9.3.bb
@@ -3,11 +3,10 @@ include libxcb.inc
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
 
-SRC_URI += "file://automake_1.14_fix.patch"
 
 DEPENDS += "libxdmcp"
 
 PACKAGES =+ "libxcb-xinerama"
 
-SRC_URI[md5sum] = "ed632cb0dc31b6fbd7ea5c0f931cf5a4"
-SRC_URI[sha256sum] = "d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f"
+SRC_URI[md5sum] = "1ca999ca94f760d917ef2d8466a88742"
+SRC_URI[sha256sum] = "aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b"
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xorg-lib/libxcb_git.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/libxcb_git.bb
rename to meta/recipes-graphics/xorg-lib/libxcb_git.bb
diff --git a/meta/recipes-graphics/xcb/xcb-util-image_0.3.9.bb b/meta/recipes-graphics/xorg-lib/xcb-util-image_0.3.9.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-util-image_0.3.9.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-image_0.3.9.bb
diff --git a/meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.9.bb b/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.3.9.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.9.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.3.9.bb
diff --git a/meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bb b/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.8.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.8.bb
diff --git a/meta/recipes-graphics/xcb/xcb-util-wm_0.3.9.bb b/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.3.9.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-util-wm_0.3.9.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-wm_0.3.9.bb
diff --git a/meta/recipes-graphics/xcb/xcb-util.inc b/meta/recipes-graphics/xorg-lib/xcb-util.inc
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-util.inc
rename to meta/recipes-graphics/xorg-lib/xcb-util.inc
diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.9.bb b/meta/recipes-graphics/xorg-lib/xcb-util_0.3.9.bb
similarity index 100%
rename from meta/recipes-graphics/xcb/xcb-util_0.3.9.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util_0.3.9.bb
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-11-25 13:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 1/9] xtrans: upgrade to 1.3.2 Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 2/9] python-setuptools: upgrade to 1.4 Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 3/9] tar: upgrade to 1.27.1 Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 4/9] powertop: upgrade to 2.5 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 5/9] libdrm: upgrade to 2.4.49 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 6/9] git: upgrade to 1.8.4.4 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 7/9] xproto: upgrade to 7.0.25 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 8/9] xcb-proto: upgrade to 1.9 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 9/9] libxcb: upgrade to 1.9.3 Laurentiu Palcu
  -- strict thread matches above, loose matches on Subject: below --
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
2012-09-04 12:40 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox