From: Frans Meulenbroeks Date: Sat, 8 Jul 2006 11:45:50 +0000 (+0000) Subject: slugos-native: previous fix did not work, now added DEPENDS "libc6-dev" X-Git-Tag: Release-2010-05/1~9453^2~1294 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03095d3112f2617d5b09d1ee3212d09dc106b151;p=openembedded.git slugos-native: previous fix did not work, now added DEPENDS "libc6-dev" --- diff --git a/packages/meta/slugos-native.bb b/packages/meta/slugos-native.bb index 61eeff57ef..e40116d292 100644 --- a/packages/meta/slugos-native.bb +++ b/packages/meta/slugos-native.bb @@ -5,13 +5,14 @@ # DESCRIPTION = "Packages that are required for the SlugOS native build environment" LICENSE = "MIT" -PR = "r2" +PR = "r3" INHIBIT_DEFAULT_DEPS = "1" EXCLUDE_FROM_WORLD = "1" ALLOW_EMPTY = "1" PACKAGES = "${PN}" PROVIDES += "${SLUGOS_IMAGENAME}-native" +DEPENDS = "libc6-dev" # Run-time only (RDEPENDS) stuff - no package explicitly provides # these targets. @@ -57,7 +58,6 @@ SLUGOS_NATIVE = "\ gcc \ gnu-config \ gzip \ - libc6-dev \ libtool \ lrzsz \ m4 \