summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-28 15:15:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 15:06:36 +0100
commit61018fda65fcb7a08d74b57abfe8e8809fcdaae0 (patch)
tree49e4f016b760d9ba0431e79cfd97e027e30ae53e /meta/recipes-graphics/xorg-lib
parentb5adb300dda792d128e9d1a7c33646437dbe73e4 (diff)
downloadast2050-yocto-poky-61018fda65fcb7a08d74b57abfe8e8809fcdaae0.zip
ast2050-yocto-poky-61018fda65fcb7a08d74b57abfe8e8809fcdaae0.tar.gz
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-diet_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-trim_git.bb1
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_git.bb1
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb1
-rw-r--r--meta/recipes-graphics/xorg-lib/libxext_git.bb1
-rw-r--r--meta/recipes-graphics/xorg-lib/libxi_git.bb1
6 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
index 458ba41..bd82b35 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
@@ -11,5 +11,7 @@ SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
+SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
+
EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale"
CFLAGS += "-D_GNU_SOURCE"
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb
index 7044a0e..730efe1 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb
@@ -4,6 +4,7 @@ require libx11_git.inc
DESCRIPTION += " Support for XCB, and XCMS is disabled in this version."
PR = "r2"
+SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
diff --git a/meta/recipes-graphics/xorg-lib/libx11_git.bb b/meta/recipes-graphics/xorg-lib/libx11_git.bb
index aa69f4a..4da80bd 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_git.bb
@@ -3,6 +3,7 @@ require libx11_git.inc
inherit gettext
+SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
PR = "r2"
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
index f27c595..dca4c8b 100644
--- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f37
DEPENDS = "virtual/libx11 calibrateproto libxext"
+SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
PV = "0.0+git${SRCPV}"
PR = "r0"
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb
index 66bbbcb..372f272 100644
--- a/meta/recipes-graphics/xorg-lib/libxext_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb
@@ -12,6 +12,7 @@ extensions."
DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
PROVIDES = "xext"
+SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d"
PE = "1"
PV = "1.0.99.1+gitr${SRCPV}"
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb
index fac3236..d4e4705 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb
@@ -8,6 +8,7 @@ client programs to select input from these devices independently from \
each other and independently from the core devices."
DEPENDS += "libxext inputproto"
+SRCREV = "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e"
PE = "1"
PV = "1.2.99.5+gitr${SRCPV}"
OpenPOWER on IntegriCloud