diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-18 22:51:27 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-19 00:51:41 +0100 |
commit | 5b50d796a9d34e7a958d6e7eaa76c10a1b093bea (patch) | |
tree | 081a43d0efa9f9011f128c9ccb98e7f0b5e84e69 | |
parent | e4472742780326d44e7a99af5abb88c9593b2295 (diff) |
xf86-video-glamo: bump SRCREV for xserver 1.8 compatibility and move SRCREV from srcrevs.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 1 | ||||
-rw-r--r-- | recipes/xorg-driver/xf86-video-glamo_git.bb | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 929c87ea97..056bb9c1bc 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -316,7 +316,6 @@ SRCREV_pn-wesnoth ?= "39828" SRCREV_pn-wlan-ng-modules ?= "1859" SRCREV_pn-wlan-ng-utils ?= "1859" SRCREV_pn-wmiconfig ?= "5394" -SRCREV_pn-xf86-video-glamo ?= "9918e082104340da42eb92b6bdefce4d9266a6a4" SRCREV_pn-xoo ?= "1971" SRCREV_pn-xserver-kdrive-glamo ?= "9b28d998424c77fbc057dd3a022ccbb122793a52" diff --git a/recipes/xorg-driver/xf86-video-glamo_git.bb b/recipes/xorg-driver/xf86-video-glamo_git.bb index 1de967bee5..b1bbc9cf10 100644 --- a/recipes/xorg-driver/xf86-video-glamo_git.bb +++ b/recipes/xorg-driver/xf86-video-glamo_git.bb @@ -3,7 +3,8 @@ SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=m S = "${WORKDIR}/git" -PV="1.0.0+gitr${SRCREV}" +SRCREV = "9918e082104340da42eb92b6bdefce4d9266a6a4" +PV = "1.0.0+gitr${SRCREV}" PE = "1" PR = "r3" |