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/xrandr_1.2.0.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xrandr_1.2.0.bb')
-rw-r--r-- | recipes/xorg-app/xrandr_1.2.0.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/xorg-app/xrandr_1.2.0.bb b/recipes/xorg-app/xrandr_1.2.0.bb index 2e878b215b..f89fd223b6 100644 --- a/recipes/xorg-app/xrandr_1.2.0.bb +++ b/recipes/xorg-app/xrandr_1.2.0.bb @@ -1,12 +1,9 @@ require xorg-app-common.inc - DESCRIPTION = "X Resize and Rotate extension command." -LICENSE= "BSD-X" - +LICENSE = "BSD-X" DEPENDS += " libxrandr libxrender " PE = "1" - +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "9e74e6919cf731ec10ce26fd6a4483fa" SRC_URI[archive.sha256sum] = "7bf3bd3cf46a6a29e35b9dd1c8d3d14494be76da0d24c6ef5dab36974445004d" -PR = "${INC_PR}.0" |