diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:09:25 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:16:37 +0200 |
commit | 8cfe9df61c87589a804a17d5b8101bfc8c0875e7 (patch) | |
tree | 9f239d9d46d0a2b635da6b74d83266d5488dbfb8 /recipes/xorg-proto/xf86driproto_2.0.3.bb | |
parent | 3e575917119ad8625a59fd277cb4371590d22008 (diff) |
xorg-proto: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/xf86driproto_2.0.3.bb')
-rw-r--r-- | recipes/xorg-proto/xf86driproto_2.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-proto/xf86driproto_2.0.3.bb b/recipes/xorg-proto/xf86driproto_2.0.3.bb index 371347a0b0..ed4ee71eb7 100644 --- a/recipes/xorg-proto/xf86driproto_2.0.3.bb +++ b/recipes/xorg-proto/xf86driproto_2.0.3.bb @@ -1,7 +1,7 @@ require xorg-proto-common.inc -PR = "r1" PE = "1" SRC_URI[archive.md5sum] = "e4a282cfd708b8892fca4425fee9cd7b" SRC_URI[archive.sha256sum] = "111c469a24374803b08104c725d8318760b226cedccd12b199c83d1b2756b8d6" +PR = "${INC_PR}.0" |