[oe-commits] Martin Jansa : xcb, libx11, xserver-kdrive-glamo: add SRCREVs and fix git URL

git version control git at git.openembedded.org
Mon Apr 12 18:21:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b78af1c24ce4df4e8a57f46e42640eb01eace1a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b78af1c24ce4df4e8a57f46e42640eb01eace1a7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 12 18:09:43 2010 +0200

xcb,libx11,xserver-kdrive-glamo: add SRCREVs and fix git URL

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xcb/libxcb_git.bb                          |    7 ++++---
 recipes/xcb/xcb-demo_git.bb                        |    5 +++--
 recipes/xcb/xcb-proto_git.bb                       |    7 ++++---
 recipes/xcb/xcb-util_git.bb                        |    7 ++++---
 recipes/xorg-lib/libx11_git.bb                     |    2 ++
 .../xserver-kdrive-glamo_1.3.0.0+git.bb            |    1 +
 6 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/recipes/xcb/libxcb_git.bb b/recipes/xcb/libxcb_git.bb
index cb7326e..770c18f 100644
--- a/recipes/xcb/libxcb_git.bb
+++ b/recipes/xcb/libxcb_git.bb
@@ -1,12 +1,13 @@
 DEFAULT_PREFERENCE = "-1"
 
 include libxcb.inc
-PV = "1.0+git"
+SRCREV = "a63fbc9d6c484e5ad7a5e9d56f81b8e1a2f38a82"
+PV = "1.6+git"
 PR = "r0"
 
 DEPENDS += "libpthread-stubs"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
-S = "${WORKDIR}/git/xcb"
+SRC_URI = "git://anongit.freedesktop.org/xcb/libxcb;protocol=git"
+S = "${WORKDIR}/git"
 
 PACKAGES =+ "libxcb-xinerama"
diff --git a/recipes/xcb/xcb-demo_git.bb b/recipes/xcb/xcb-demo_git.bb
index 469f5f9..2f3d2bf 100644
--- a/recipes/xcb/xcb-demo_git.bb
+++ b/recipes/xcb/xcb-demo_git.bb
@@ -4,12 +4,13 @@ DESCRIPTION = "XCB: an X protocol C binding"
 SECTION = "x11"
 LICENSE = "MIT-X"
 HOMEPAGE = "http://xcb.freedesktop.org"
+SRCREV = "7cf9a16bfa0653d83726754599b5b2f27fcb0b2c"
 PV = "0.1+git"
 PR = "r0"
 
 DEPENDS = "libxcb xcb-util"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
-S = "${WORKDIR}/git/xcb-demo"
+SRC_URI = "git://anongit.freedesktop.org/xcb/demo;protocol=git"
+S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
diff --git a/recipes/xcb/xcb-proto_git.bb b/recipes/xcb/xcb-proto_git.bb
index 26b6ce7..447a868 100644
--- a/recipes/xcb/xcb-proto_git.bb
+++ b/recipes/xcb/xcb-proto_git.bb
@@ -1,11 +1,12 @@
 DEFAULT_PREFERENCE = "-1"
 
 include xcb-proto.inc
-PV = "1.0+git"
+SRCREV = "2d873a3dc8c0e1315be426da8054adb4188574b0"
+PV = "1.6+git"
 PR = "r0"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
-S = "${WORKDIR}/git/xcb-proto"
+SRC_URI = "git://anongit.freedesktop.org/xcb/proto;protocol=git"
+S = "${WORKDIR}/git"
 
 do_stage() {
 	autotools_stage_all
diff --git a/recipes/xcb/xcb-util_git.bb b/recipes/xcb/xcb-util_git.bb
index 8806081..8e010c9 100644
--- a/recipes/xcb/xcb-util_git.bb
+++ b/recipes/xcb/xcb-util_git.bb
@@ -1,8 +1,9 @@
 DEFAULT_PREFERENCE = "-1"
 
 include xcb-util.inc
-PV = "0.2+git"
+SRCREV = "962145e957ca283603f55c01fddb505be10583f4"
+PV = "0.3.6+git"
 PR = "r0"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
-S = "${WORKDIR}/git/xcb-util"
+SRC_URI = "git://anongit.freedesktop.org/xcb/util;protocol=git"
+S = "${WORKDIR}/git"
diff --git a/recipes/xorg-lib/libx11_git.bb b/recipes/xorg-lib/libx11_git.bb
index 6f6eae5..47cc953 100644
--- a/recipes/xorg-lib/libx11_git.bb
+++ b/recipes/xorg-lib/libx11_git.bb
@@ -6,6 +6,8 @@ LICENSE = "XFree86"
 DEPENDS = "libxcb xproto xextproto libxau xtrans libxdmcp xcmiscproto xf86bigfontproto kbproto inputproto bigreqsproto util-macros"
 PROVIDES = "virtual/libx11"
 RPROVIDES = "virtual-libx11"
+SRCREV = "c3f3e4a9e531d010312c97e753d6e543e607094d"
+PV = "1.3.3+git"
 PR = "r2"
 
 FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
diff --git a/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb b/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb
index 614848f..d717456 100644
--- a/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb
+++ b/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb
@@ -9,6 +9,7 @@ DEPENDS += "libxkbfile libxcalibrate"
 RDEPENDS_${PN} = "xserver-security-policy"
 PROVIDES = "virtual/xserver"
 
+SRCREV = "3f113f5f4dbaf14dee439eac8d510313fff3aafc"
 PE = "1"
 PV = "1.3.0.0+gitr${SRCREV}"
 PR = "r3"





More information about the Openembedded-commits mailing list