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

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


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

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

upslug2: Switch to libc-uclibc

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

---

 recipes/upslug/upslug2.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/upslug/upslug2.inc b/recipes/upslug/upslug2.inc
index 03639a9..a873df5 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}"
 





More information about the Openembedded-commits mailing list