aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:57:49 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:09 -0700
commit2a7ddea6f7cd12f88a086e9d3e9228008a102248 (patch)
tree618bb47d0200696dda5a151982ebd392bc8dfc57
parent0393bec46ca556be6845221b701dcf8f9508eb0c (diff)
downloadopenembedded-2a7ddea6f7cd12f88a086e9d3e9228008a102248.tar.gz
upslug2: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/upslug/upslug2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/upslug/upslug2.inc b/recipes/upslug/upslug2.inc
index 03639a916f..a873df57d8 100644
--- a/recipes/upslug/upslug2.inc
+++ b/recipes/upslug/upslug2.inc
@@ -1,6 +1,6 @@
# This package builds the 'upslug2' binary upload/flash tool
# for the NSLU2. It is not useful for anything else.
-PR = "r2"
+PR = "r3"
DESCRIPTION = "NSLU2 binary upload tool (version 2)"
HOMEPAGE = "http://www.nslu2-linux.org/wiki/Main/UpSlug2"
SECTION = "console/network"
@@ -14,10 +14,10 @@ COMPATIBLE_MACHINE = "nslu2"
# systems.
LIBPCAP_OECONF = "--with-libpcap"
LIBPCAP_OECONF_linux = ""
-LIBPCAP_OECONF_linux-uclibc = ""
+LIBPCAP_OECONF_libc-uclibc = ""
LIBPCAP_RDEPENDS = "libpcap"
LIBPCAP_RDEPENDS_linux = ""
-LIBPCAP_RDEPENDS_linux-uclibc = ""
+LIBPCAP_RDEPENDS_libc-uclibc = ""
RDEPENDS_${PN} += "${LIBPCAP_RDEPENDS}"