[oe-commits] Paul Menzel : iceauth: Improve `DESCRIPTION` and remove white space

git version control git at git.openembedded.org
Mon Aug 1 22:55:07 UTC 2011


Module: openembedded.git
Branch: master
Commit: 033af22d565adabc05303f88e76e31e7d239756c
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=033af22d565adabc05303f88e76e31e7d239756c

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Jul 29 20:23:54 2011 +0200

iceauth: Improve `DESCRIPTION` and remove white space

1. Improve description: s/a tool/Tool/. Therefore bump `PR`.
2. Remove unneeded space when using `+=`.
3. Please note that the fields `LICENSE` and `HOMEPAGE` are defined in the include file [2].

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

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034168.html
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034171.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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/xorg-app/iceauth_1.0.4.bb b/recipes/xorg-app/iceauth_1.0.4.bb
index 6bb9999..3e6608d 100644
--- a/recipes/xorg-app/iceauth_1.0.4.bb
+++ b/recipes/xorg-app/iceauth_1.0.4.bb
@@ -1,8 +1,8 @@
 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"
 
 SRC_URI[archive.md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
 SRC_URI[archive.sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"





More information about the Openembedded-commits mailing list