]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg: Convert SRCREV -> SRCPV
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Jul 2009 12:10:19 +0000 (13:10 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Jul 2009 12:10:19 +0000 (13:10 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/xorg-driver/xf86-input-keyboard_git.bb
meta/packages/xorg-driver/xf86-input-mouse_git.bb
meta/packages/xorg-driver/xf86-input-synaptics_git.bb
meta/packages/xorg-driver/xf86-video-intel_git.bb
meta/packages/xorg-lib/libx11_git.inc
meta/packages/xorg-lib/libxcalibrate_git.bb
meta/packages/xorg-lib/libxext_git.bb
meta/packages/xorg-proto/calibrateproto_git.bb
meta/packages/xorg-proto/dri2proto_git.bb
meta/packages/xorg-proto/inputproto_git.bb [moved from meta/packages/xorg-proto/inputproto_1.9.99.5git.bb with 86% similarity]

index 714603dfecb2f47ba9f0962b1b35bc4d7df2cc81..a6744bda640f600abfbe634dd3c1c6c794ccaa37 100644 (file)
@@ -2,7 +2,7 @@ require xf86-input-common.inc
 
 DESCRIPTION = "X.Org X server -- keyboard input driver"
 
-PV = "1.3.2+git${SRCREV}"
+PV = "1.3.2+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git"
 S = "${WORKDIR}/git"
index 5503e56dc325ea487803d9f6c73caf48c7769164..94dedf104ddc792aa6d6b9754f37d57e5debf8ea 100644 (file)
@@ -2,7 +2,7 @@ require xf86-input-common.inc
 
 DESCRIPTION = "X.Org X server -- mouse input driver"
 
-PV = "1.3.0+git${SRCREV}"
+PV = "1.3.0+git${SRCPV}"
 PR = "r2"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \
index 0bd90eaa4f5a81c2a3f1f2f097f2178f2d3ee160..b4f13f69238fbce4f6a120db6ed015ac6f716820 100644 (file)
@@ -2,7 +2,7 @@ require xf86-input-common.inc
 
 DESCRIPTION = "X.Org X server -- keyboard input driver"
 
-PV = "0.15.2+git${SRCREV}"
+PV = "0.15.2+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git"
 S = "${WORKDIR}/git"
index f398d1481f0361c070c3977e4e9b54986d78d8ad..a3c63bffe738df193295f91d72ff7b7de188f001 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
            virtual/libgl xineramaproto libpciaccess"
 
 PR = "r1"
-PV = "2.7.1+git${SRCREV}"
+PV = "2.7.1+git${SRCPV}"
 
 EXTRA_OECONF += "--disable-xvmc"
 
index 1949544528015b6aa59ea96b490fb8965909d6ab..47fb815e65f563bad558983de434ded7ee7b3f94 100644 (file)
@@ -1,4 +1,4 @@
-PV = "1.1.99.1+gitr${SRCREV}"
+PV = "1.1.99.1+gitr${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
 S = "${WORKDIR}/git"
index 24b4a1f06709a8a08388787d477f67eb59f52084..000004114daa45239f2e75c6f8b30e001599a948 100644 (file)
@@ -3,7 +3,7 @@ require xorg-lib-common.inc
 DESCRIPTION = "        Touchscreen calibration client library"
 LICENSE = "BSD-X"
 DEPENDS = "virtual/libx11 calibrateproto libxext"
-PV = "0.0+git${SRCREV}"
+PV = "0.0+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
 
index 898f61d8b707e78eb6f3ce972f92a9d0c3f9b562..6ef1e5b943a0584b43f14dd535432569bdc2bd46 100644 (file)
@@ -4,7 +4,7 @@ DESCRIPTION = "X11 miscellaneous extension library"
 DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
 PROVIDES = "xext"
 PE = "1"
-PV = "1.0.99.1+gitr${SRCREV}"
+PV = "1.0.99.1+gitr${SRCPV}"
 
 XORG_PN = "libXext"
 
index 02d20b50381ecb7f4d11b690926f80fcf57d5107..c6bf2421537f6dc9f863f13a1af1dbdefa855676 100644 (file)
@@ -2,7 +2,7 @@ require xorg-proto-common.inc
 
 DESCRIPTION = "Touchscreen calibration protocol"
 
-PV = "0.0+git${SRCREV}"
+PV = "0.0+git${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
index 736c085479f10c055162fa248b89c249fc1ad192..83922e08f98ad4e4a835397c38feb3cd9d6493ec 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "DRI2 extension headers"
 
 require xorg-proto-common.inc
 
-PV = "1.99.3+git${SRCREV}"
+PV = "1.99.3+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git"
 S = "${WORKDIR}/git"
similarity index 86%
rename from meta/packages/xorg-proto/inputproto_1.9.99.5git.bb
rename to meta/packages/xorg-proto/inputproto_git.bb
index 1276fab7f38c21b090330b1353daaf866da1dd28..7f1347e9be239805907f3fbd68c325d125aeed82 100644 (file)
@@ -2,7 +2,7 @@ require xorg-proto-common.inc
 
 PR = "r1"
 PE = "1"
-PV = "1.9.99.5+git${SRCREV}"
+PV = "1.9.99.5+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
 S = "${WORKDIR}/git"