diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-07 09:53:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-07 11:19:13 +0200 |
commit | ed60e3c8195380c41f6f3d2951ea15d344a33cbe (patch) | |
tree | 094848d8a8fe8fc3129fb803eb5c488b6798648c /recipes | |
parent | 9247871d8e272b17b4746b69e006d3aa3889e373 (diff) |
xserver-xorg_git: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb index a0b5f7dd3c..627512825e 100644 --- a/recipes/xorg-xserver/xserver-xorg_git.bb +++ b/recipes/xorg-xserver/xserver-xorg_git.bb @@ -2,20 +2,24 @@ require xorg-xserver-common.inc DESCRIPTION = "the X.Org X server" DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native" -PV = "1.7.999" -PR = "${INC_PR}.2" +PV = "1.8.99.904" +PR = "${INC_PR}.4" PR_append = "+gitr${SRCPV}" PE = "2" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_shr = "1" -SRCREV = "67b814d9b2baea6beccfb1625a1e3f0b2ba7218b" +SRCREV = "2307ab5bc9365ebbe04568edb7c7620a23689b70" SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git;branch=master \ file://dolt-fix-1.7.0.patch \ file://randr-support-1.7.0.patch \ file://hack-fbdev-ignore-return-mode.patch \ " +SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch" +SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch" + S = "${WORKDIR}/git" do_install_prepend() { |