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/xproto_7.0.16.bb | |
parent | 3e575917119ad8625a59fd277cb4371590d22008 (diff) |
xorg-proto: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/xproto_7.0.16.bb')
-rw-r--r-- | recipes/xorg-proto/xproto_7.0.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-proto/xproto_7.0.16.bb b/recipes/xorg-proto/xproto_7.0.16.bb index 56d710b54f..1a97b0435a 100644 --- a/recipes/xorg-proto/xproto_7.0.16.bb +++ b/recipes/xorg-proto/xproto_7.0.16.bb @@ -1,6 +1,5 @@ require xorg-proto-common.inc -PR = "r0" PE = "1" @@ -8,3 +7,4 @@ BBCLASSEXTEND = "native nativesdk sdk" SRC_URI[archive.md5sum] = "75c9edff1f3823e5ab6bb9e66821a901" SRC_URI[archive.sha256sum] = "8224da1ce19c0ded4e07a325f3ed62bb4453782db97fd175cb3ffd1acaeb9672" +PR = "${INC_PR}.0" |