diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 10:37:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 11:14:22 +0200 |
commit | 05d590a14c1e28110a2ac304e9de9160bd105411 (patch) | |
tree | a4a1ed25665deeb3b7b072214d76069a9bf378d2 /recipes/xorg-app/xman_1.1.0.bb | |
parent | 9914ac86f89b059d4494db6ea3842de2edbcecdc (diff) |
xorg-app: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xman_1.1.0.bb')
-rw-r--r-- | recipes/xorg-app/xman_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/xman_1.1.0.bb b/recipes/xorg-app/xman_1.1.0.bb index 16f6b2d50a..0df34be074 100644 --- a/recipes/xorg-app/xman_1.1.0.bb +++ b/recipes/xorg-app/xman_1.1.0.bb @@ -4,9 +4,9 @@ DESCRIPTION = "manual page browser for X" DEPENDS += " libxaw libxprintutil libxp libxt" RDEPENDS_${PN} = " man" PE = "1" -PR = "r1" FILES_${PN} += " /usr/share/X11/xman.help" SRC_URI[archive.md5sum] = "5e5b3351bac26cc1f8490faf1c1402bb" SRC_URI[archive.sha256sum] = "9d617ed760fe2147baae5ad9cbbdd85f1bb7534acfc3327bb51dad42e8bcc8b0" +PR = "${INC_PR}.0" |