From: Frans Meulenbroeks Date: Fri, 7 Jul 2006 21:10:45 +0000 (+0000) Subject: slugos-native: added libc6-dev to DEPENDS list, X-Git-Tag: Release-2010-05/1~9453^2~1296^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2987b7c77c6d90775e4fd91db563fa7809c9c1b;p=openembedded.git slugos-native: added libc6-dev to DEPENDS list, otherwise crt1.o and friends are missing --- diff --git a/packages/meta/slugos-native.bb b/packages/meta/slugos-native.bb index 6a19601834..61eeff57ef 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 = "r1" +PR = "r2" INHIBIT_DEFAULT_DEPS = "1" EXCLUDE_FROM_WORLD = "1" @@ -57,6 +57,7 @@ SLUGOS_NATIVE = "\ gcc \ gnu-config \ gzip \ + libc6-dev \ libtool \ lrzsz \ m4 \