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/xauth_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/xauth_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/xauth_1.0.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/xorg-app/xauth_1.0.3.bb b/recipes/xorg-app/xauth_1.0.3.bb index 01a9a8e366..7adb51d7bf 100644 --- a/recipes/xorg-app/xauth_1.0.3.bb +++ b/recipes/xorg-app/xauth_1.0.3.bb @@ -1,9 +1,8 @@ require xorg-app-common.inc - DESCRIPTION = "X authority file utility" DEPENDS += "libxau libxext libxmu" PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "e91e10ace1df0d5f2cbc74ead256407a" SRC_URI[archive.sha256sum] = "1fd18b53fda74ea4649eb9577b1cf86538a25d171f10251eeb30d11cdd5bda8c" -PR = "${INC_PR}.0" |