Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/13] Package upgrades
@ 2013-07-31 13:09 Laurentiu Palcu
  2013-07-31 13:58 ` Burton, Ross
  0 siblings, 1 reply; 16+ messages in thread
From: Laurentiu Palcu @ 2013-07-31 13:09 UTC (permalink / raw)
  To: openembedded-core

Hi,

Tests done:
 * build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm;
 * basic functionality for X, powertop, nasm, xhost and xranr was tested on an
   ideapad s10-3t with a core-image-sato image. No issues spotted;
 * makedepend, flex, git, subversion are needed during the build process for
   various packages and were not tested directly. AB caught a grub compilation
   issue caused by the new flex version and this patchset contains a fix for
   that too;

Thanks,
Laurentiu

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100)

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 (13):
  xf86-video-intel: upgrade to 2.21.13
  git: upgrade to 1.8.3.4
  nasm: upgrade to 2.10.09
  powertop: upgrade to 2.4
  libdrm: upgrade to 2.4.46
  libpciaccess: upgrade to 0.13.2
  xrandr: upgrade to 1.4.1
  xf86-input-evdev: upgrade to 2.8.1
  subversion: upgrade to 1.8.1
  xhost: upgrade to 1.0.6
  makedepend: upgrade to 1.0.5
  flex: upgrade to 2.5.37
  grub_2.00: fix compilation when using flex 2.5.37

 .../grub-2.00/fix-issue-with-flex-2.5.37.patch     |   21 +++++++
 meta/recipes-bsp/grub/grub_2.00.bb                 |    4 +-
 .../flex/files/do_not_create_pdf_doc.patch         |   17 ++++++
 .../flex/flex/avoid-FORTIFY-warnings.patch         |   59 --------------------
 .../flex/int-is-not-the-same-size-as-size_t.patch  |   42 --------------
 meta/recipes-devtools/flex/flex_2.5.35.bb          |   11 ----
 meta/recipes-devtools/flex/flex_2.5.37.bb          |   10 ++++
 .../git/{git_1.8.3.bb => git_1.8.3.4.bb}           |    4 +-
 .../nasm/{nasm_2.10.07.bb => nasm_2.10.09.bb}      |    5 +-
 .../subversion-1.8.1/disable_mac_checks.patch      |   21 +++++++
 .../libtool2.patch                                 |   14 +++--
 .../subversion/disable-revision-install.patch      |   36 ------------
 .../subversion/fix-install-depends.patch           |   45 ---------------
 .../{subversion_1.6.15.bb => subversion_1.8.1.bb}  |   24 ++++----
 .../drm/{libdrm_2.4.45.bb => libdrm_2.4.46.bb}     |    4 +-
 .../xorg-app/{xhost_1.0.5.bb => xhost_1.0.6.bb}    |    5 +-
 .../xorg-app/{xrandr_1.4.0.bb => xrandr_1.4.1.bb}  |    5 +-
 ...ut-evdev_2.8.0.bb => xf86-input-evdev_2.8.1.bb} |    4 +-
 ...intel_2.21.9.bb => xf86-video-intel_2.21.13.bb} |    4 +-
 ...bpciaccess_0.13.1.bb => libpciaccess_0.13.2.bb} |    8 +--
 .../obsolete_automake_macros.patch                 |   15 -----
 .../{makedepend_1.0.4.bb => makedepend_1.0.5.bb}   |    7 +--
 .../powertop/{powertop_2.3.bb => powertop_2.4.bb}  |    4 +-
 23 files changed, 112 insertions(+), 257 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/grub-2.00/fix-issue-with-flex-2.5.37.patch
 create mode 100644 meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch
 delete mode 100644 meta/recipes-devtools/flex/flex/avoid-FORTIFY-warnings.patch
 delete mode 100644 meta/recipes-devtools/flex/flex/int-is-not-the-same-size-as-size_t.patch
 delete mode 100644 meta/recipes-devtools/flex/flex_2.5.35.bb
 create mode 100644 meta/recipes-devtools/flex/flex_2.5.37.bb
 rename meta/recipes-devtools/git/{git_1.8.3.bb => git_1.8.3.4.bb} (67%)
 rename meta/recipes-devtools/nasm/{nasm_2.10.07.bb => nasm_2.10.09.bb} (80%)
 create mode 100644 meta/recipes-devtools/subversion/subversion-1.8.1/disable_mac_checks.patch
 rename meta/recipes-devtools/subversion/{subversion => subversion-1.8.1}/libtool2.patch (54%)
 delete mode 100644 meta/recipes-devtools/subversion/subversion/disable-revision-install.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion/fix-install-depends.patch
 rename meta/recipes-devtools/subversion/{subversion_1.6.15.bb => subversion_1.8.1.bb} (54%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.45.bb => libdrm_2.4.46.bb} (46%)
 rename meta/recipes-graphics/xorg-app/{xhost_1.0.5.bb => xhost_1.0.6.bb} (79%)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.4.0.bb => xrandr_1.4.1.bb} (70%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.0.bb => xf86-input-evdev_2.8.1.bb} (83%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.9.bb => xf86-video-intel_2.21.13.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.13.1.bb => libpciaccess_0.13.2.bb} (50%)
 delete mode 100644 meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch
 rename meta/recipes-graphics/xorg-util/{makedepend_1.0.4.bb => makedepend_1.0.5.bb} (76%)
 rename meta/recipes-kernel/powertop/{powertop_2.3.bb => powertop_2.4.bb} (87%)

-- 
1.7.9.5



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

* Re: [PATCH 00/13] Package upgrades
  2013-07-31 13:09 [PATCH 00/13] Package upgrades Laurentiu Palcu
@ 2013-07-31 13:58 ` Burton, Ross
  0 siblings, 0 replies; 16+ messages in thread
From: Burton, Ross @ 2013-07-31 13:58 UTC (permalink / raw)
  To: Laurentiu Palcu; +Cc: openembedded-core

On 31 July 2013 14:09, Laurentiu Palcu <laurentiu.palcu@intel.com> wrote:
> Tests done:
>  * build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm;
>  * basic functionality for X, powertop, nasm, xhost and xranr was tested on an
>    ideapad s10-3t with a core-image-sato image. No issues spotted;
>  * makedepend, flex, git, subversion are needed during the build process for
>    various packages and were not tested directly. AB caught a grub compilation
>    issue caused by the new flex version and this patchset contains a fix for
>    that too;

Apart from the PR that needs to be removed, all looks good to me.

Cheers,
Ross


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

* [PATCH 00/13] package upgrades
@ 2014-02-06 15:29 Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 01/13] nasm: upgrade to 2.11 Laurentiu Palcu
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Built tested on AB (including sanity tests) with
nightly-(x86|x86-64|ppc|mips|arm) and build-appliance which finished
successfully. Did a basic manual sanity test with a genericx86-64
core-image-sato image on real HW. Nothing obviously wrong spotted.

laurentiu

The following changes since commit 4e9eb77108c7e628ebd00ec848b8bc034802e197:

  sstate: Improve funciton checksums (2014-02-04 22:51:43 +0000)

are available in the git repository at:

  git://mirror.rb.intel.com/git.yoctoproject.org/poky-contrib lpalcu/upgrades

for you to fetch changes up to e2e1b80e4ff468cb6788fc958538e6d82016f2fa:

  python-pycurl: upgrade to 7.19.3 (2014-02-06 17:17:06 +0200)

----------------------------------------------------------------
Laurentiu Palcu (13):
      nasm: upgrade to 2.11
      xextproto: upgrade to 7.3.0
      gdb: upgrade to 7.6.2
      xcb-util-wm: upgrade to 0.4.0
      xtrans: upgrade to 1.3.3
      libdrm: upgrade to 2.4.52
      xkeyboard-config: upgrade to 2.11
      libmpc: upgrade to 1.0.2
      xf86-input-synaptics: upgrade to 1.7.3
      presentproto_git.bb: add recipe
      xf86-video-intel: add compat patch for xorg >= 1.14.99.2
      xserver-xorg: upgrade to 1.15.0
      python-pycurl: upgrade to 7.19.3

 .../gdb/{gdb-7.6.1.inc => gdb-7.6.2.inc}           |    4 +--
 ...nadian_7.6.1.bb => gdb-cross-canadian_7.6.2.bb} |    0
 .../gdb/{gdb-cross_7.6.1.bb => gdb-cross_7.6.2.bb} |    0
 .../gdb/{gdb_7.6.1.bb => gdb_7.6.2.bb}             |    0
 .../nasm/{nasm_2.10.09.bb => nasm_2.11.bb}         |    4 +--
 .../python/python-pycurl/no-static-link.patch      |   20 ++++++++------
 ...-pycurl_7.19.0.2.bb => python-pycurl_7.19.3.bb} |   10 +++----
 meta/recipes-graphics/drm/libdrm_2.4.49.bb         |    8 ------
 meta/recipes-graphics/drm/libdrm_2.4.52.bb         |    8 ++++++
 ...tics_1.7.1.bb => xf86-input-synaptics_1.7.3.bb} |    4 +--
 ...Map-changes-of-DamageUnregister-API-in-1..patch |   29 ++++++++++++++++++++
 .../xorg-driver/xf86-video-intel_2.21.15.bb        |    4 ++-
 .../{xcb-util-wm_0.3.9.bb => xcb-util-wm_0.4.0.bb} |    4 +--
 ...d-config_2.10.1.bb => xkeyboard-config_2.11.bb} |    4 +--
 .../xorg-lib/{xtrans_1.3.2.bb => xtrans_1.3.3.bb}  |    4 +--
 .../xorg-proto/presentproto_git.bb                 |   22 +++++++++++++++
 .../{xextproto_7.2.1.bb => xextproto_7.3.0.bb}     |    4 +--
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |    4 +--
 ...erver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb} |    4 +--
 .../libmpc/{libmpc_1.0.1.bb => libmpc_1.0.2.bb}    |    4 +--
 20 files changed, 98 insertions(+), 43 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.1.inc => gdb-7.6.2.inc} (74%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.1.bb => gdb-cross-canadian_7.6.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.1.bb => gdb-cross_7.6.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.6.1.bb => gdb_7.6.2.bb} (100%)
 rename meta/recipes-devtools/nasm/{nasm_2.10.09.bb => nasm_2.11.bb} (81%)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.0.2.bb => python-pycurl_7.19.3.bb} (59%)
 delete mode 100644 meta/recipes-graphics/drm/libdrm_2.4.49.bb
 create mode 100644 meta/recipes-graphics/drm/libdrm_2.4.52.bb
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.1.bb => xf86-input-synaptics_1.7.3.bb} (81%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch
 rename meta/recipes-graphics/xorg-lib/{xcb-util-wm_0.3.9.bb => xcb-util-wm_0.4.0.bb} (73%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.10.1.bb => xkeyboard-config_2.11.bb} (87%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.2.bb => xtrans_1.3.3.bb} (82%)
 create mode 100644 meta/recipes-graphics/xorg-proto/presentproto_git.bb
 rename meta/recipes-graphics/xorg-proto/{xextproto_7.2.1.bb => xextproto_7.3.0.bb} (81%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb} (88%)
 rename meta/recipes-support/libmpc/{libmpc_1.0.1.bb => libmpc_1.0.2.bb} (64%)

Laurentiu Palcu (13):
  nasm: upgrade to 2.11
  xextproto: upgrade to 7.3.0
  gdb: upgrade to 7.6.2
  xcb-util-wm: upgrade to 0.4.0
  xtrans: upgrade to 1.3.3
  libdrm: upgrade to 2.4.52
  xkeyboard-config: upgrade to 2.11
  libmpc: upgrade to 1.0.2
  xf86-input-synaptics: upgrade to 1.7.3
  presentproto_git.bb: add recipe
  xf86-video-intel: add compat patch for xorg >= 1.14.99.2
  xserver-xorg: upgrade to 1.15.0
  python-pycurl: upgrade to 7.19.3

 .../gdb/{gdb-7.6.1.inc => gdb-7.6.2.inc}           |    4 +--
 ...nadian_7.6.1.bb => gdb-cross-canadian_7.6.2.bb} |    0
 .../gdb/{gdb-cross_7.6.1.bb => gdb-cross_7.6.2.bb} |    0
 .../gdb/{gdb_7.6.1.bb => gdb_7.6.2.bb}             |    0
 .../nasm/{nasm_2.10.09.bb => nasm_2.11.bb}         |    4 +--
 .../python/python-pycurl/no-static-link.patch      |   20 ++++++++------
 ...-pycurl_7.19.0.2.bb => python-pycurl_7.19.3.bb} |   10 +++----
 .../drm/{libdrm_2.4.49.bb => libdrm_2.4.52.bb}     |    4 +--
 ...tics_1.7.1.bb => xf86-input-synaptics_1.7.3.bb} |    4 +--
 ...Map-changes-of-DamageUnregister-API-in-1..patch |   29 ++++++++++++++++++++
 .../xorg-driver/xf86-video-intel_2.21.15.bb        |    4 ++-
 .../{xcb-util-wm_0.3.9.bb => xcb-util-wm_0.4.0.bb} |    4 +--
 ...d-config_2.10.1.bb => xkeyboard-config_2.11.bb} |    4 +--
 .../xorg-lib/{xtrans_1.3.2.bb => xtrans_1.3.3.bb}  |    4 +--
 .../xorg-proto/presentproto_git.bb                 |   22 +++++++++++++++
 .../{xextproto_7.2.1.bb => xextproto_7.3.0.bb}     |    4 +--
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |    4 +--
 ...erver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb} |    4 +--
 .../libmpc/{libmpc_1.0.1.bb => libmpc_1.0.2.bb}    |    4 +--
 19 files changed, 92 insertions(+), 37 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.1.inc => gdb-7.6.2.inc} (74%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.1.bb => gdb-cross-canadian_7.6.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.1.bb => gdb-cross_7.6.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.6.1.bb => gdb_7.6.2.bb} (100%)
 rename meta/recipes-devtools/nasm/{nasm_2.10.09.bb => nasm_2.11.bb} (81%)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.0.2.bb => python-pycurl_7.19.3.bb} (59%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.49.bb => libdrm_2.4.52.bb} (46%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.1.bb => xf86-input-synaptics_1.7.3.bb} (81%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch
 rename meta/recipes-graphics/xorg-lib/{xcb-util-wm_0.3.9.bb => xcb-util-wm_0.4.0.bb} (73%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.10.1.bb => xkeyboard-config_2.11.bb} (87%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.2.bb => xtrans_1.3.3.bb} (82%)
 create mode 100644 meta/recipes-graphics/xorg-proto/presentproto_git.bb
 rename meta/recipes-graphics/xorg-proto/{xextproto_7.2.1.bb => xextproto_7.3.0.bb} (81%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb} (88%)
 rename meta/recipes-support/libmpc/{libmpc_1.0.1.bb => libmpc_1.0.2.bb} (64%)

-- 
1.7.9.5



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

* [PATCH 01/13] nasm: upgrade to 2.11
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 02/13] xextproto: upgrade to 7.3.0 Laurentiu Palcu
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../nasm/{nasm_2.10.09.bb => nasm_2.11.bb}         |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/nasm/{nasm_2.10.09.bb => nasm_2.11.bb} (81%)

diff --git a/meta/recipes-devtools/nasm/nasm_2.10.09.bb b/meta/recipes-devtools/nasm/nasm_2.11.bb
similarity index 81%
rename from meta/recipes-devtools/nasm/nasm_2.10.09.bb
rename to meta/recipes-devtools/nasm/nasm_2.11.bb
index bfba5dc..859cd21 100644
--- a/meta/recipes-devtools/nasm/nasm_2.10.09.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.11.bb
@@ -6,8 +6,8 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
 
 
 SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 "
-SRC_URI[md5sum] = "0e45ca0d3d7ff36d503777eaa673e2ae"
-SRC_URI[sha256sum] = "7141180d3874b5967c6a60191e8d45fba9cc86bd60a4803ad80b6b6b3eac36b9"
+SRC_URI[md5sum] = "4cd558047ea5ed51fc2c7c94e249c7b8"
+SRC_URI[sha256sum] = "1ce7e897c67255a195367a60c739a90a0b33a4a73f058f7cda3253bcf975642b"
 
 inherit autotools
 
-- 
1.7.9.5



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

* [PATCH 02/13] xextproto: upgrade to 7.3.0
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 01/13] nasm: upgrade to 2.11 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 03/13] gdb: upgrade to 7.6.2 Laurentiu Palcu
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb
rename to meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb
index cbb8c4a..dd0bd95 100644
--- a/meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb
+++ b/meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb
@@ -20,5 +20,5 @@ EXTRA_OECONF_append = " --enable-specs=no"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "eaac343af094e6b608cf15cfba0f77c5"
-SRC_URI[sha256sum] = "7c53b105407ef3b2eb180a361bd672c1814524a600166a0a7dbbe76b97556d1a"
+SRC_URI[md5sum] = "70c90f313b4b0851758ef77b95019584"
+SRC_URI[sha256sum] = "f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0"
-- 
1.7.9.5



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

* [PATCH 03/13] gdb: upgrade to 7.6.2
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 01/13] nasm: upgrade to 2.11 Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 02/13] xextproto: upgrade to 7.3.0 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 04/13] xcb-util-wm: upgrade to 0.4.0 Laurentiu Palcu
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../gdb/{gdb-7.6.1.inc => gdb-7.6.2.inc}           |    4 ++--
 ...nadian_7.6.1.bb => gdb-cross-canadian_7.6.2.bb} |    0
 .../gdb/{gdb-cross_7.6.1.bb => gdb-cross_7.6.2.bb} |    0
 .../gdb/{gdb_7.6.1.bb => gdb_7.6.2.bb}             |    0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.1.inc => gdb-7.6.2.inc} (74%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.1.bb => gdb-cross-canadian_7.6.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.1.bb => gdb-cross_7.6.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.6.1.bb => gdb_7.6.2.bb} (100%)

diff --git a/meta/recipes-devtools/gdb/gdb-7.6.1.inc b/meta/recipes-devtools/gdb/gdb-7.6.2.inc
similarity index 74%
rename from meta/recipes-devtools/gdb/gdb-7.6.1.inc
rename to meta/recipes-devtools/gdb/gdb-7.6.2.inc
index 6fd953a..ea69b39 100644
--- a/meta/recipes-devtools/gdb/gdb-7.6.1.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.6.2.inc
@@ -8,5 +8,5 @@ SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch "
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
-SRC_URI[md5sum] = "d42841167fd061d90fddf9a7212a1f9f"
-SRC_URI[sha256sum] = "3ccf7f618536f89648ba89e322fc3c0946bc15c03ca09c32fd9e71bbca68104b"
+SRC_URI[md5sum] = "9ebf09fa76e4ca6034157086e9b20348"
+SRC_URI[sha256sum] = "17f7bcda1b24336aadcb1c5e703c355551e59467e221c6f4353b720dffad73a7"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb_7.6.1.bb b/meta/recipes-devtools/gdb/gdb_7.6.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_7.6.1.bb
rename to meta/recipes-devtools/gdb/gdb_7.6.2.bb
-- 
1.7.9.5



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

* [PATCH 04/13] xcb-util-wm: upgrade to 0.4.0
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (2 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 03/13] gdb: upgrade to 7.6.2 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 05/13] xtrans: upgrade to 1.3.3 Laurentiu Palcu
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../{xcb-util-wm_0.3.9.bb => xcb-util-wm_0.4.0.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xcb-util-wm_0.3.9.bb => xcb-util-wm_0.4.0.bb} (73%)

diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.3.9.bb b/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.0.bb
similarity index 73%
rename from meta/recipes-graphics/xorg-lib/xcb-util-wm_0.3.9.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.0.bb
index 944e0d8..2b4ee70 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.3.9.bb
+++ b/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.0.bb
@@ -7,5 +7,5 @@ LIC_FILES_CHKSUM = "file://ewmh/ewmh.c;endline=27;md5=63fd80552d7dc886f4eb267610
 					file://icccm/xcb_icccm.h;beginline=4;endline=31;md5=393772b7b07b9868d479d538238c1d8a \
 					"
 
-SRC_URI[md5sum] = "c612aae7ffe2e70fe743efab9c5548e9"
-SRC_URI[sha256sum] = "038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030"
+SRC_URI[md5sum] = "1b5182b894753de63c9fad1ce6124534"
+SRC_URI[sha256sum] = "66f97c18f7d98d3c873fe5db5842d2fca34519274c31ee668551ab8995a2f51f"
-- 
1.7.9.5



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

* [PATCH 05/13] xtrans: upgrade to 1.3.3
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (3 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 04/13] xcb-util-wm: upgrade to 0.4.0 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 06/13] libdrm: upgrade to 2.4.52 Laurentiu Palcu
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

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

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



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

* [PATCH 06/13] libdrm: upgrade to 2.4.52
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (4 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 05/13] xtrans: upgrade to 1.3.3 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 07/13] xkeyboard-config: upgrade to 2.11 Laurentiu Palcu
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

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

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



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

* [PATCH 07/13] xkeyboard-config: upgrade to 2.11
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (5 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 06/13] libdrm: upgrade to 2.4.52 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 08/13] libmpc: upgrade to 1.0.2 Laurentiu Palcu
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...d-config_2.10.1.bb => xkeyboard-config_2.11.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.10.1.bb => xkeyboard-config_2.11.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.10.1.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.11.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.10.1.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.11.bb
index 058ecdd..df6aef3 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.10.1.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.11.bb
@@ -13,8 +13,8 @@ LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
 SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "997d75c722142be0d03ce4899d349d92"
-SRC_URI[sha256sum] = "7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b"
+SRC_URI[md5sum] = "e3defd29cc464cc1a1dfa0eebaca53b1"
+SRC_URI[sha256sum] = "e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76"
 
 SECTION = "x11/libs"
 DEPENDS = "intltool-native virtual/gettext util-macros"
-- 
1.7.9.5



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

* [PATCH 08/13] libmpc: upgrade to 1.0.2
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (6 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 07/13] xkeyboard-config: upgrade to 2.11 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 09/13] xf86-input-synaptics: upgrade to 1.7.3 Laurentiu Palcu
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../libmpc/{libmpc_1.0.1.bb => libmpc_1.0.2.bb}    |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libmpc/{libmpc_1.0.1.bb => libmpc_1.0.2.bb} (64%)

diff --git a/meta/recipes-support/libmpc/libmpc_1.0.1.bb b/meta/recipes-support/libmpc/libmpc_1.0.2.bb
similarity index 64%
rename from meta/recipes-support/libmpc/libmpc_1.0.1.bb
rename to meta/recipes-support/libmpc/libmpc_1.0.2.bb
index 0b4766c..41177eb 100644
--- a/meta/recipes-support/libmpc/libmpc_1.0.1.bb
+++ b/meta/recipes-support/libmpc/libmpc_1.0.2.bb
@@ -5,8 +5,8 @@ DEPENDS = "gmp mpfr"
 LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
 SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "b32a2e1a3daa392372fbd586d1ed3679"
-SRC_URI[sha256sum] = "ed5a815cfea525dc778df0cb37468b9c1b554aaf30d9328b1431ca705b7400ff"
+SRC_URI[md5sum] = "68fadff3358fb3e7976c7a398a0af4c3"
+SRC_URI[sha256sum] = "b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488"
 
 S = "${WORKDIR}/mpc-${PV}"
 BBCLASSEXTEND = "native nativesdk"
-- 
1.7.9.5



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

* [PATCH 09/13] xf86-input-synaptics: upgrade to 1.7.3
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (7 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 08/13] libmpc: upgrade to 1.0.2 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 10/13] presentproto_git.bb: add recipe Laurentiu Palcu
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...tics_1.7.1.bb => xf86-input-synaptics_1.7.3.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.1.bb => xf86-input-synaptics_1.7.3.bb} (81%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.3.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.3.bb
index f678e8b..89ae45c 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.3.bb
@@ -12,8 +12,8 @@ advanced features of the touchpad to become available."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398"
 
-SRC_URI[md5sum] = "6505de717972b6a24b8eb13e69eb996c"
-SRC_URI[sha256sum] = "db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e"
+SRC_URI[md5sum] = "74c83e6cb53a0e15bcbe7cc73d63d2a1"
+SRC_URI[sha256sum] = "8b2a972043961195d056b84346317ec42bfa029095c9ee7aaf6deceba12e32d5"
 
 DEPENDS += "libxi mtdev libxtst"
 
-- 
1.7.9.5



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

* [PATCH 10/13] presentproto_git.bb: add recipe
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (8 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 09/13] xf86-input-synaptics: upgrade to 1.7.3 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 11/13] xf86-video-intel: add compat patch for xorg >= 1.14.99.2 Laurentiu Palcu
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

This is needed by xserver-xorg 1.15. Since presentproto has just been
created, use a git recipe because the initial version is missing some
fixes, license file, etc.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-proto/presentproto_git.bb                 |   22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta/recipes-graphics/xorg-proto/presentproto_git.bb

diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
new file mode 100644
index 0000000..007824f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -0,0 +1,22 @@
+require xorg-proto-common.inc
+
+SUMMARY = "The Present extension provides a way for applications to update their \
+           window contents from a pixmap in a well defined fashion, synchronizing \
+           with the display refresh and potentially using a more efficient \
+           mechanism than copying the contents of the source pixmap.\
+          "
+
+DESCRIPTION = "This package provides the basic headers for the X Window \
+System."
+
+LICENSE = "GPLv2"
+
+SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9"
+PV = "1.0+git${SRCPV}"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
+S = "${WORKDIR}/git"
+
+BBCLASSEXTEND = "native"
-- 
1.7.9.5



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

* [PATCH 11/13] xf86-video-intel: add compat patch for xorg >= 1.14.99.2
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (9 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 10/13] presentproto_git.bb: add recipe Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 12/13] xserver-xorg: upgrade to 1.15.0 Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 13/13] python-pycurl: upgrade to 7.19.3 Laurentiu Palcu
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...Map-changes-of-DamageUnregister-API-in-1..patch |   29 ++++++++++++++++++++
 .../xorg-driver/xf86-video-intel_2.21.15.bb        |    4 ++-
 2 files changed, 32 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch b/meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch
new file mode 100644
index 0000000..3a42d13
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch
@@ -0,0 +1,29 @@
+Upstream-Status: Backport
+
+From 524a45da56e2a052ffafa3887891caa90ba39f76 Mon Sep 17 00:00:00 2001
+From: Chris Wilson <chris@chris-wilson.co.uk>
+Date: Sat, 5 Oct 2013 18:42:24 +0100
+Subject: [PATCH] compat-api: Map changes of DamageUnregister API in 1.14.99.2
+
+Reported-by: Emmanuel Benisty <benisty.e@gmail.com>
+Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
+---
+ src/compat-api.h |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 8eb46ef..244a486 100644
+--- a/src/compat-api.h
++++ b/src/compat-api.h
+@@ -162,4 +162,8 @@ static inline void FreePixmap(PixmapPtr pixmap)
+ 	if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h)
+ #endif
+ 
++#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0)
++#define DamageUnregister(d, dd) DamageUnregister(dd)
++#endif
++
+ #endif
+-- 
+1.7.9.5
+
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb
index 828cae8..78edd5a 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.15.bb
@@ -11,7 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
 
 DEPENDS += "virtual/libx11 drm libpciaccess pixman"
 
-SRC_URI += "file://disable-dri2-tests.patch"
+SRC_URI += "file://disable-dri2-tests.patch \
+            file://compat-api-Map-changes-of-DamageUnregister-API-in-1..patch \
+           "
 
 PACKAGECONFIG ??= "sna udev ${@base_contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
 
-- 
1.7.9.5



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

* [PATCH 12/13] xserver-xorg: upgrade to 1.15.0
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (10 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 11/13] xf86-video-intel: add compat patch for xorg >= 1.14.99.2 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  2014-02-06 15:29 ` [PATCH 13/13] python-pycurl: upgrade to 7.19.3 Laurentiu Palcu
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

License file changed slightly: a new person has been added to the list
of authors.

Add dependency of presentproto.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |    4 ++--
 ...erver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb} |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb} (88%)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index a0283cd..2bacbe5 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -2,7 +2,7 @@ SUMMARY = "The X.Org X server"
 HOMEPAGE = "http://www.x.org"
 SECTION = "x11/base"
 LICENSE = "MIT-X"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bc098b9774ed096943f6c37b5beeef13"
+LIC_FILES_CHKSUM = "file://COPYING;md5=15b5bf9327341c81089137aec4830bfd"
 
 # xf86-*-* packages depend on an X server built with the xfree86 DDX
 # so we have a virtual to represent that:
@@ -23,7 +23,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools pkgconfig
 
-PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto compositeproto recordproto resourceproto videoproto scrnsaverproto  xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto"
+PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto compositeproto recordproto resourceproto videoproto scrnsaverproto  xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto presentproto"
 LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl libgcrypt"
 DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util"
 
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.0.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.0.bb
index 22b1f82..a4dda4e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.0.bb
@@ -7,8 +7,8 @@ SRC_URI += "file://crosscompile.patch \
             file://aarch64.patch \
            "
 
-SRC_URI[md5sum] = "9d68a30258c67faa3c036a4a85e8bf97"
-SRC_URI[sha256sum] = "608ccfaafb845f6e559884a30f946d365209172416710d687b190e9e1ff65dc3"
+SRC_URI[md5sum] = "c2ace3697b32414094cf8c597c39d7d9"
+SRC_URI[sha256sum] = "613b2f2e7ee2a06d2f8e862c836dc70d319c52f1537749e027398f40086aabb8"
 
 # These extensions are now integrated into the server, so declare the migration
 # path for in-place upgrades.
-- 
1.7.9.5



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

* [PATCH 13/13] python-pycurl: upgrade to 7.19.3
  2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
                   ` (11 preceding siblings ...)
  2014-02-06 15:29 ` [PATCH 12/13] xserver-xorg: upgrade to 1.15.0 Laurentiu Palcu
@ 2014-02-06 15:29 ` Laurentiu Palcu
  12 siblings, 0 replies; 16+ messages in thread
From: Laurentiu Palcu @ 2014-02-06 15:29 UTC (permalink / raw)
  To: openembedded-core

Changes:
 * Refreshed no-static-link.patch;
 * LGPL&MIT license files changed names;
 * MIT license file added a contributor to the list;
 * README.rst license snippet changed to reflect the filename changes
   and the new contributor;

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../python/python-pycurl/no-static-link.patch      |   20 +++++++++++---------
 ...-pycurl_7.19.0.2.bb => python-pycurl_7.19.3.bb} |   10 +++++-----
 2 files changed, 16 insertions(+), 14 deletions(-)
 rename meta/recipes-devtools/python/{python-pycurl_7.19.0.2.bb => python-pycurl_7.19.3.bb} (59%)

diff --git a/meta/recipes-devtools/python/python-pycurl/no-static-link.patch b/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
index e8c0005..907380f 100644
--- a/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
+++ b/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
@@ -1,15 +1,17 @@
 Upstream-Status: Pending
 
-Index: pycurl-7.19.0.2/setup.py
+Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
+
+Index: pycurl-7.19.3/setup.py
 ===================================================================
---- pycurl-7.19.0.2.orig/setup.py	2013-10-08 15:28:53.000000000 +0300
-+++ pycurl-7.19.0.2/setup.py	2013-11-04 13:46:47.928292585 +0200
-@@ -101,7 +101,7 @@
-     # support one or the other of these curl-config options, so gracefully
-     # tolerate failure of either, but not both.
+--- pycurl-7.19.3.orig/setup.py	2014-01-10 08:04:40.000000000 +0200
++++ pycurl-7.19.3/setup.py	2014-02-04 15:09:08.411552887 +0200
+@@ -211,7 +211,7 @@
+     # If neither --libs nor --static-libs work, fail.
      optbuf = ""
+     errtext = ''
 -    for option in ["--libs", "--static-libs"]:
 +    for option in ["--libs"]:
-         p = subprocess.Popen("'%s' %s" % (CURL_CONFIG, option), shell=True,
-             stdout=subprocess.PIPE)
-         (stdout, stderr) = p.communicate()
+         p = subprocess.Popen((CURL_CONFIG, option),
+             stdout=subprocess.PIPE, stderr=subprocess.PIPE)
+         stdout, stderr = p.communicate()
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.2.bb b/meta/recipes-devtools/python/python-pycurl_7.19.3.bb
similarity index 59%
rename from meta/recipes-devtools/python/python-pycurl_7.19.0.2.bb
rename to meta/recipes-devtools/python/python-pycurl_7.19.3.bb
index aceaab3..aee6cdd 100644
--- a/meta/recipes-devtools/python/python-pycurl_7.19.0.2.bb
+++ b/meta/recipes-devtools/python/python-pycurl_7.19.3.bb
@@ -2,9 +2,9 @@ SUMMARY = "Python bindings for libcurl"
 HOMEPAGE = "http://pycurl.sourceforge.net/"
 SECTION = "devel/python"
 LICENSE = "LGPLv2.1+ | MIT"
-LIC_FILES_CHKSUM = "file://README.rst;beginline=97;endline=111;md5=b5a5e531d80812bcbecbeb240fde63ef \
-                    file://COPYING;md5=3579a9fd0221d49a237aaa33492f988c \
-                    file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518"
+LIC_FILES_CHKSUM = "file://README.rst;beginline=204;endline=219;md5=57e5ab0c0f964533fc59d93dec5695bb \
+                    file://COPYING-LGPL;md5=3579a9fd0221d49a237aaa33492f988c \
+                    file://COPYING-MIT;md5=e8200955c773b2a0fd6cea36ea5e87be"
 
 DEPENDS = "curl python"
 RDEPENDS_${PN} = "python-core curl"
@@ -15,8 +15,8 @@ SRC_URI = "\
   file://no-static-link.patch \
 "
 
-SRC_URI[archive.md5sum] = "518be33976dbc6838e42495ada64b43f"
-SRC_URI[archive.sha256sum] = "7a9e793b9181654d5eef3f6d22c244c57d2b51d38feb4c1b71d68efda99b0547"
+SRC_URI[archive.md5sum] = "b9091b7438d3de1552e28862d2971cd1"
+SRC_URI[archive.sha256sum] = "05e48835fe445ff327dcd373f49d9970e0b828a07cd4d08a23264507a742d616"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-- 
1.7.9.5



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

end of thread, other threads:[~2014-02-06 15:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 15:29 [PATCH 00/13] package upgrades Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 01/13] nasm: upgrade to 2.11 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 02/13] xextproto: upgrade to 7.3.0 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 03/13] gdb: upgrade to 7.6.2 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 04/13] xcb-util-wm: upgrade to 0.4.0 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 05/13] xtrans: upgrade to 1.3.3 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 06/13] libdrm: upgrade to 2.4.52 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 07/13] xkeyboard-config: upgrade to 2.11 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 08/13] libmpc: upgrade to 1.0.2 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 09/13] xf86-input-synaptics: upgrade to 1.7.3 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 10/13] presentproto_git.bb: add recipe Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 11/13] xf86-video-intel: add compat patch for xorg >= 1.14.99.2 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 12/13] xserver-xorg: upgrade to 1.15.0 Laurentiu Palcu
2014-02-06 15:29 ` [PATCH 13/13] python-pycurl: upgrade to 7.19.3 Laurentiu Palcu
  -- strict thread matches above, loose matches on Subject: below --
2013-07-31 13:09 [PATCH 00/13] Package upgrades Laurentiu Palcu
2013-07-31 13:58 ` Burton, Ross

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