diff options
author | David Karlstrom <daka@thg.se> | 2005-08-03 14:43:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 14:43:38 +0000 |
commit | 784cf458242a13777afea2eb5fe89b7f65ca6aa2 (patch) | |
tree | c3cf1184c6240157922660ddbe3ca50da388ca32 | |
parent | 96cd691a68ad24be5b7238a75742d0d7c8dcc482 (diff) |
Add libtool, pkgconfig and quilt to openslug-native.bb
-rw-r--r-- | packages/meta/openslug-native.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |