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/xextproto-70-includes_7.0.5.bb | |
parent | 3e575917119ad8625a59fd277cb4371590d22008 (diff) |
xorg-proto: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/xextproto-70-includes_7.0.5.bb')
-rw-r--r-- | recipes/xorg-proto/xextproto-70-includes_7.0.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb index 0e8df10615..8efdd635c6 100644 --- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb +++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb @@ -1,7 +1,5 @@ # Build of xserver-kdrive is not possible with xextproto >= 7.1. # This package allows to install old 7.0 includes in parallel. -PR_append = ".1" - BPN = "xextproto" require xextproto_7.0.5.bb @@ -18,3 +16,4 @@ do_stage() { # No, we really do not want to install .pc file and overwrite newer one: pkgconfig_sysroot_preprocess() { } +PR = "${INC_PR}.0" |