diff options
Diffstat (limited to 'recipes/xorg-app/xman_1.0.2.bb')
-rw-r--r-- | recipes/xorg-app/xman_1.0.2.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/xorg-app/xman_1.0.2.bb b/recipes/xorg-app/xman_1.0.2.bb index f61f422f2a..18441802ac 100644 --- a/recipes/xorg-app/xman_1.0.2.bb +++ b/recipes/xorg-app/xman_1.0.2.bb @@ -1,11 +1,10 @@ require xorg-app-common.inc -PE = "1" - DEPENDS += " libxaw libxprintutil libxp libxt" RDEPENDS_${PN} = " man" - -FILES_${PN} += " /usr/share/X11/xman.help" +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "855f2dbfa2aff58b8b9cd6a1c1120fad" SRC_URI[archive.sha256sum] = "00bc616892388c94505b09564daffbad2df2e7c684686dea2d78dbcd210212f2" -PR = "${INC_PR}.0" + +FILES_${PN} += " /usr/share/X11/xman.help" |