diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:47:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:27 +0200 |
commit | 2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch) | |
tree | f17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xman_1.0.3.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xman_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xman_1.0.3.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-app/xman_1.0.3.bb b/recipes/xorg-app/xman_1.0.3.bb index 44d0d94fe2..d1dcf65a44 100644 --- a/recipes/xorg-app/xman_1.0.3.bb +++ b/recipes/xorg-app/xman_1.0.3.bb @@ -1,12 +1,11 @@ require xorg-app-common.inc - DESCRIPTION = "manual page browser for X" DEPENDS += " libxaw libxprintutil libxp libxt" RDEPENDS_${PN} = " man" PE = "1" - -FILES_${PN} += " /usr/share/X11/xman.help" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "3d3a4b310a65ccce82472ef83acbbf97" SRC_URI[archive.sha256sum] = "38e03bfa2d3d109d55342e3539be952268e405fb458fb8c4f87739594a25394a" -PR = "${INC_PR}.0" + +FILES_${PN} += " /usr/share/X11/xman.help" |