summaryrefslogtreecommitdiff
path: root/packages/meta/openslug-native.bb
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-08-04 17:26:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-04 17:26:04 +0000
commit194e9823419ad76b29d14edb3733c18009fe3311 (patch)
treef5cfd383da8db66b1ac1e0740fd17d81c632e328 /packages/meta/openslug-native.bb
parent5b511e5e7d437f2b897511c7d70232f1e60b5510 (diff)
parent319f88ac01cb5cb3ec90a088705e16c30c686d06 (diff)
merge of 8691e90bbf4e4ab0587f1abc3e0a4bb9bcdf53df
and c579a3af7687e512137c2653f94a4b14ce3b4d4f
Diffstat (limited to 'packages/meta/openslug-native.bb')
-rw-r--r--packages/meta/openslug-native.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb
index bb5a68d01e..b52d2ef6eb 100644
--- a/packages/meta/openslug-native.bb
+++ b/packages/meta/openslug-native.bb
@@ -1,12 +1,13 @@
DESCRIPTION = "Packages that are required for the OpenSlug native build environment"
LICENSE = MIT
-PR = "r7"
+PR = "r10"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
OPENSLUG_NATIVE = "\
+ autoconf \
automake \
bash \
binutils binutils-dev binutils-symlinks \
@@ -29,6 +30,7 @@ OPENSLUG_NATIVE = "\
libreadline4 libreadline-dev \
libstdc++-dev \
libthread-db1 \
+ libtool \
lrzsz \
m4 \
make \
@@ -36,7 +38,9 @@ OPENSLUG_NATIVE = "\
ncurses ncurses-dev ncurses-terminfo \
patch \
perl perl-modules \
- python-core python-io python-lang python-pickle python-shell python-textutils \
+ pkgconfig \
+ python-core python-crypt python-io python-lang python-pickle python-shell python-textutils \
+ quilt \
sed \
tar \
util-linux \