From: David Karlstrom Date: Sat, 30 Jul 2005 20:35:30 +0000 (+0000) Subject: Add gzip to openslug-native X-Git-Tag: Release-2010-05/1~9453^2~4005^2~18^2~7^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e01ba191c1bb6d550ddfd76891c16f308eee92b;p=openembedded.git Add gzip to openslug-native --- diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb index d61815eb6a..bb5a68d01e 100644 --- a/packages/meta/openslug-native.bb +++ b/packages/meta/openslug-native.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Packages that are required for the OpenSlug native build environment" LICENSE = MIT -PR = "r6" +PR = "r7" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 @@ -21,6 +21,7 @@ OPENSLUG_NATIVE = "\ gcc gcc-symlinks \ glibc-extra-nss glibc-utils \ gnu-config \ + gzip \ libc6 libc6-dev \ libg2c-dev \ libgdbm3 \