From: David Karlstrom Date: Wed, 3 Aug 2005 14:43:38 +0000 (+0000) Subject: Add libtool, pkgconfig and quilt to openslug-native.bb X-Git-Tag: Release-2010-05/1~9453^2~3994^2~16^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784cf458242a13777afea2eb5fe89b7f65ca6aa2;p=openembedded.git Add libtool, pkgconfig and quilt to openslug-native.bb --- diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb index 0f388294e2..8530111b0f 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 = "r8" +PR = "r9" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 @@ -29,6 +29,7 @@ OPENSLUG_NATIVE = "\ libreadline4 libreadline-dev \ libstdc++-dev \ libthread-db1 \ + libtool \ lrzsz \ m4 \ make \ @@ -36,7 +37,9 @@ OPENSLUG_NATIVE = "\ ncurses ncurses-dev ncurses-terminfo \ patch \ perl perl-modules \ + pkgconfig \ python-core python-crypt python-io python-lang python-pickle python-shell python-textutils \ + quilt \ sed \ tar \ util-linux \