diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 11:10:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 11:18:00 +0200 |
commit | 9d4a494cddc1d64c76773e6fb7b76ee229ba942e (patch) | |
tree | 770b8bf91bb6875888ecb66f9adaef09bb687bc6 /recipes/gnuchess/gnuchess_5.021.bb | |
parent | 76adf8ac3f8e9ab0f3088ecb42f116a855af7183 (diff) |
gnuchess: fix fatal QA issue GNU_HASH and minor QA issues
* misinterpreted Version field
* deprecated Encoding field
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gnuchess/gnuchess_5.021.bb')
-rw-r--r-- | recipes/gnuchess/gnuchess_5.021.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gnuchess/gnuchess_5.021.bb b/recipes/gnuchess/gnuchess_5.021.bb index 602f8d9e6c..c3579c4602 100644 --- a/recipes/gnuchess/gnuchess_5.021.bb +++ b/recipes/gnuchess/gnuchess_5.021.bb @@ -5,6 +5,9 @@ MAINTAINER = "Andreas Holzer <a.holzer@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 \ |