aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-omapfb_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 10:18:59 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 11:14:14 +0200
commit1624d1b3311e8dfc91786b8857ceb9569d2087d5 (patch)
tree64c7c45a80e784e7bb67e97c8967cc340c2818e7 /recipes/xorg-driver/xf86-video-omapfb_git.bb
parent46291053cc7d346dbb74185044b14666164989e8 (diff)
downloadopenembedded-1624d1b3311e8dfc91786b8857ceb9569d2087d5.tar.gz
xorg-driver: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-video-omapfb_git.bb')
-rw-r--r--recipes/xorg-driver/xf86-video-omapfb_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb
index 7c723fa466..7c593d4028 100644
--- a/recipes/xorg-driver/xf86-video-omapfb_git.bb
+++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb
@@ -2,8 +2,6 @@ require xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- OMAP display driver"
-PR_append = "e"
-
SRCREV = "db636c8436265c3d86c5b8e00785e45d55825c80"
PV = "0.1.1+${PR}+gitr${SRCREV}"
PE = "1"
@@ -21,3 +19,4 @@ do_compile_prepend_armv7a () {
sed -i -e s:fb1:fb2:g ${S}/src/omapfb-xv.c
}
+PR = "${INC_PR}.0"