Various PR bumps

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-08-14 18:06:32 +01:00
parent 69005b217b
commit a19a75fc31
7 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
require clutter.inc
PV = "1.0+git${SRCPV}"
PR = "r0"
PR = "r2"
PACKAGES =+ "clutter-examples-1.0"
FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"

View File

@ -1,7 +1,7 @@
require clutter-gst.inc
PV = "0.9.0+git${SRCPV}"
PR = "r1"
PR = "r2"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
file://autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch;patch=1;rev=9db4a61a25677764bb927369c5c68ada958fb65c \

View File

@ -1,7 +1,7 @@
require clutter-gtk.inc
PV = "0.9.0+git${SRCPV}"
PR = "r0"
PR = "r1"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"

View File

@ -1,7 +1,7 @@
require clutter-mozembed.inc
PV = "0.8.0+git${SRCPV}"
PR = "r6"
PR = "r7"
SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \
file://link-with-g++-da7632f3e2c8d1a70ab01cc7adb63760d8718b41.patch;patch=1;rev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \

View File

@ -1,8 +1,8 @@
require clutter.inc
require clutter-package.inc
PV = "0.9.0+git${SRCPV}"
PR = "r4"
PV = "1.0.0+git${SRCPV}"
PR = "r6"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
file://enable_tests.patch;patch=1 "

View File

@ -4,10 +4,10 @@ DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver"
DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
virtual/libgl xineramaproto libpciaccess"
PR = "r1"
PR = "r3"
PV = "2.7.1+git${SRCPV}"
EXTRA_OECONF += "--disable-xvmc"
EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
#TODO: Investigate the fact that these patches fail to apply to git master a.t.m
#file://002_avoid_duplicate_SaveHWState.patch;patch=1
@ -21,5 +21,4 @@ S = "${WORKDIR}/git"
COMPATIBLE_HOST = '(i.86.*-linux)'
EXTRA_OECONF = "--enable-dri --disable-static"

View File

@ -3,7 +3,9 @@ DESCRIPTION = "DRI2 extension headers"
require xorg-proto-common.inc
PV = "1.99.3+git${SRCPV}"
PR = "r2"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git"
# file://dri2-proto-DRI2Swapbuffer.patch;patch=1"
S = "${WORKDIR}/git"