[oe-commits] Tom Rini : ckermit: Switch to using libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:04 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:41:01 2011 -0700

ckermit: Switch to using libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

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

diff --git a/recipes/ckermit/ckermit_211.bb b/recipes/ckermit/ckermit_211.bb
index 4174526..ec64f07 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 = "r2"
+PR = "r3"
 
 #
 # From http://www.columbia.edu/kermit/ck80.html#license
@@ -59,7 +59,7 @@ export INFODIR = "${infodir}"
 # Additional flags. For uclibc we add -DNOARROWKEYS which stops ckermit
 # trying to look inside the stdio headers.
 CKERMIT_ADDITIONAL = ""
-CKERMIT_ADDITIONAL_linux-uclibc = "-DNOARROWKEYS"
+CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 





More information about the Openembedded-commits mailing list