From: Tom Rini Date: Wed, 19 Jan 2011 00:54:16 +0000 (-0700) Subject: linknx: Switch to libc-uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460ff459a79a615e6d62e2a243e518d37d814351;p=openembedded.git linknx: Switch to libc-uclibc Signed-off-by: Tom Rini --- diff --git a/recipes/linknx/linknx.inc b/recipes/linknx/linknx.inc index 029589acbc..a3c38f3733 100644 --- a/recipes/linknx/linknx.inc +++ b/recipes/linknx/linknx.inc @@ -4,10 +4,10 @@ HOMEPAGE = "http://linknx.sourceforge.net/" SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPL" +PR = "r1" DEPENDS = " pthsem lua5.1 curl libesmtp" -DEPENDS_append_linux-uclibc = " argp-standalone" -DEPENDS_append_linux-uclibceabi = " argp-standalone" +DEPENDS_append_libc-uclibc = " argp-standalone" SRC_URI += "file://configure-libcurl.patch \ file://linknx.start "