[oe-commits] Martin Jansa : gnuchess: fix fatal QA issue GNU_HASH and minor QA issues

git version control git at git.openembedded.org
Mon Jun 28 09:18:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9d4a494cddc1d64c76773e6fb7b76ee229ba942e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d4a494cddc1d64c76773e6fb7b76ee229ba942e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 28 11:10:49 2010 +0200

gnuchess: fix fatal QA issue GNU_HASH and minor QA issues

* misinterpreted Version field
* deprecated Encoding field

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gnuchess/files/gnuchess.desktop |    3 +--
 recipes/gnuchess/gnuchess_5.021.bb      |    3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/gnuchess/files/gnuchess.desktop b/recipes/gnuchess/files/gnuchess.desktop
index 5b2eb40..c65436b 100644
--- a/recipes/gnuchess/files/gnuchess.desktop
+++ b/recipes/gnuchess/files/gnuchess.desktop
@@ -1,8 +1,7 @@
 [Desktop Entry]
 Name=GNU Chess
 Comment=Chess game of the GNU Project
-Encoding=UTF-8
-Version=4.2.7
+Version=1.0
 Type=Application
 Exec=/usr/bin/gnuchess.sh 
 Terminal=false
diff --git a/recipes/gnuchess/gnuchess_5.021.bb b/recipes/gnuchess/gnuchess_5.021.bb
index 602f8d9..c3579c4 100644
--- a/recipes/gnuchess/gnuchess_5.021.bb
+++ b/recipes/gnuchess/gnuchess_5.021.bb
@@ -5,6 +5,9 @@ MAINTAINER = "Andreas Holzer <a.holzer at cheese.at>"
 LICENSE = "GPL"
 PR = "r1"
 RSUGGESTS_${PN} = "xboard"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 SRC_URI = "http://members.cheese.at/woody/fltk-chess/gnuchess_5.02.tar.gz \
            file://gnuchess.desktop \
            file://gnuchess.png \





More information about the Openembedded-commits mailing list