[oe] [PATCH 1/2] iceauth: cleanup

Paul Menzel paulepanter at users.sourceforge.net
Fri Jul 29 18:58:54 UTC 2011


Date: Fri, 29 Jul 2011 20:23:54 +0200

1. Improve description: s/a tool/Tool/. Therefore bump `PR`.
2. Reorder according to the style guide [1].
3. Remove unneeded space when using `+=`.

Based on a patch for meta-oe from Andreas [2].

[1] http://wiki.openembedded.org/index.php/Styleguide
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034168.html

Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 recipes/xorg-app/iceauth_1.0.4.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/xorg-app/iceauth_1.0.4.bb b/recipes/xorg-app/iceauth_1.0.4.bb
index 6bb9999..e3b465f 100644
--- a/recipes/xorg-app/iceauth_1.0.4.bb
+++ b/recipes/xorg-app/iceauth_1.0.4.bb
@@ -1,8 +1,9 @@
-require xorg-app-common.inc
-DESCRIPTION = "a tool for manipulating ICE protocol authorization records"
-DEPENDS += " libice"
+DESCRIPTION = "Tool for manipulating ICE protocol authorization records"
+DEPENDS += "libice"
 PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+require xorg-app-common.inc
 
 SRC_URI[archive.md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
 SRC_URI[archive.sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
-- 
1.7.5.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110729/669d88a9/attachment-0002.sig>


More information about the Openembedded-devel mailing list