[oe-commits] Steve Sakoman : ckermit: fix GNU_HASH QA error

git version control git at git.openembedded.org
Fri Oct 23 07:49:21 UTC 2009


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

Author: Steve Sakoman <steve at sakoman.com>
Date:   Thu Oct 22 21:24:04 2009 -0700

ckermit: fix GNU_HASH QA error

---

 recipes/ckermit/ckermit_211.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/ckermit/ckermit_211.bb b/recipes/ckermit/ckermit_211.bb
index 1317328..ed153b6 100644
--- a/recipes/ckermit/ckermit_211.bb
+++ b/recipes/ckermit/ckermit_211.bb
@@ -7,7 +7,7 @@ LICENSE = "Kermit"
 HOMEPAGE = "http://www.columbia.edu/kermit/"
 SECTION = "console/network"
 SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz"
-PR = "r1"
+PR = "r2"
 
 #
 # From http://www.columbia.edu/kermit/ck80.html#license
@@ -61,6 +61,8 @@ export INFODIR = "${infodir}"
 CKERMIT_ADDITIONAL = ""
 CKERMIT_ADDITIONAL_linux-uclibc = "-DNOARROWKEYS"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_compile () {
 	# The original makefile doesn't differentiate between CC and CC_FOR_BUILD,
 	# so we build wart manually. Note that you need a ckwart.o with the proper





More information about the Openembedded-commits mailing list