[oe-commits] Laurentiu Palcu : xserver-xorg: upgrade to 1.15.0

git at git.openembedded.org git at git.openembedded.org
Sat Feb 8 21:00:12 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: b18fb872baa0deb89f1b8250883122fb5f6328c5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b18fb872baa0deb89f1b8250883122fb5f6328c5

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Thu Feb  6 17:29:31 2014 +0200

xserver-xorg: upgrade to 1.15.0

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-xserver/xserver-xorg.inc                   | 4 ++--
 .../xorg-xserver/{xserver-xorg_1.14.4.bb => xserver-xorg_1.15.0.bb}   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

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.



More information about the Openembedded-commits mailing list