diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 10:26:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 10:40:26 +0200 |
commit | 4a112bf47fda68840d5aad80eb3992d97118b071 (patch) | |
tree | 4ac3892e7b8f4d9c671848a10a2d8d58a943ca81 /recipes/xorg-doc/xorg-docs_1.2.bb | |
parent | 9c6d528574d690c139e762f05b9e81c699b1ca5a (diff) |
xorg-doc: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-doc/xorg-docs_1.2.bb')
-rw-r--r-- | recipes/xorg-doc/xorg-docs_1.2.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes/xorg-doc/xorg-docs_1.2.bb b/recipes/xorg-doc/xorg-docs_1.2.bb index 75b49e78e7..b7a33c9656 100644 --- a/recipes/xorg-doc/xorg-docs_1.2.bb +++ b/recipes/xorg-doc/xorg-docs_1.2.bb @@ -1,15 +1,11 @@ require xorg-doc-common.inc - DESCRIPTION = "The documentation in this package is from xc/doc in the monolithic \ source tree." - DEPENDS += " intltool" - PE = "1" - -FILES_${PN} += " /usr/share/X11/doc" - +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "f817c5df43817846c1b27bac83da74d7" SRC_URI[archive.sha256sum] = "23648ac11d5cc57f3e1e747a73bd1c4f83c42a657969814af0d399fdd3d7beec" -PR = "${INC_PR}.0" + +FILES_${PN} += " /usr/share/X11/doc" |