diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-16 19:57:00 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-16 19:57:00 +0000 |
commit | 355c32c9303e2e2ea3ca480cb424ddbef84bb5e4 (patch) | |
tree | 85b0ae7eaf8adc7f94393111eac5172dfb75734c /packages/meta/slugos-native.bb | |
parent | b83d5584cd23d2a6f97baca55fdb7461f0a9e9be (diff) |
slugos-native: moved libc6-dev to the linux section as it is not for uclibc
Diffstat (limited to 'packages/meta/slugos-native.bb')
-rw-r--r-- | packages/meta/slugos-native.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meta/slugos-native.bb b/packages/meta/slugos-native.bb index 7af7f7961a..e3988aa8a2 100644 --- a/packages/meta/slugos-native.bb +++ b/packages/meta/slugos-native.bb @@ -5,7 +5,7 @@ # DESCRIPTION = "Packages that are required for the SlugOS native build environment" LICENSE = "MIT" -PR = "r4" +PR = "r5" INHIBIT_DEFAULT_DEPS = "1" EXCLUDE_FROM_WORLD = "1" @@ -28,7 +28,6 @@ SLUGOS_NATIVE_RT = "\ gcc gcc-symlinks \ gdbm \ libstdc++-dev \ - libc6-dev \ ncurses-dev ncurses-terminfo \ perl perl-modules \ python-core python-crypt python-io python-lang python-pickle python-shell python-textutils \ @@ -37,6 +36,7 @@ SLUGOS_NATIVE_RT = "\ # Run-time and DEPENDS SLUGOS_NATIVE_prepend_linux = "\ + libc6-dev \ " SLUGOS_NATIVE_prepend_linux-uclibc = "\ libiconv \ |