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

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


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

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

slugos-native: Switch to libc-uclibc

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

---

 recipes/meta/slugos-native.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/meta/slugos-native.bb b/recipes/meta/slugos-native.bb
index c8d1e8e..074ca17 100644
--- a/recipes/meta/slugos-native.bb
+++ b/recipes/meta/slugos-native.bb
@@ -5,7 +5,7 @@
 #
 DESCRIPTION = "Packages that are required for the SlugOS native build environment"
 LICENSE = "MIT"
-PR = "r9"
+PR = "r10"
 
 INHIBIT_DEFAULT_DEPS = "1"
 EXCLUDE_FROM_WORLD = "1"
@@ -22,7 +22,7 @@ do_package_write_ipk() {
 SLUGOS_NATIVE_RT_prepend_linux = "\
 	glibc-extra-nss glibc-utils glibc \
 	"
-SLUGOS_NATIVE_RT_prepend_linux-uclibc = "\
+SLUGOS_NATIVE_RT_prepend_libc-uclibc = "\
 	uclibc-dev uclibc-utils \
 	"
 SLUGOS_NATIVE_RT = "\





More information about the Openembedded-commits mailing list