slugos-native: moved libc6-dev to the linux section as it is not for uclibc
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Wed, 16 Aug 2006 19:57:00 +0000 (19:57 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Wed, 16 Aug 2006 19:57:00 +0000 (19:57 +0000)
packages/meta/slugos-native.bb

index 7af7f79..e3988aa 100644 (file)
@@ -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 \