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/xev_1.0.2.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xev_1.0.2.bb')
-rw-r--r-- | recipes/xorg-app/xev_1.0.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/xorg-app/xev_1.0.2.bb b/recipes/xorg-app/xev_1.0.2.bb index b113c0c073..402db0b702 100644 --- a/recipes/xorg-app/xev_1.0.2.bb +++ b/recipes/xorg-app/xev_1.0.2.bb @@ -1,11 +1,9 @@ require xorg-app-common.inc - DESCRIPTION = "X Event Viewer" LICENSE = "MIT" PE = "1" +PR = "${INC_PR}.0" SRC_URI += "file://diet-x11.patch" - SRC_URI[archive.md5sum] = "e3008eb0655da3026c162a5597d70869" SRC_URI[archive.sha256sum] = "cac2771b67942d9a00b46532176feb18b2f82c434e0f6ece578d95953ef33053" -PR = "${INC_PR}.0" |