Add python-crypt to openslug-native.bb needed for ipkg-make-index
authorDavid Karlstrom <daka@thg.se>
Wed, 3 Aug 2005 14:41:57 +0000 (14:41 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 Aug 2005 14:41:57 +0000 (14:41 +0000)
packages/meta/openslug-native.bb

index bb5a68d..0f38829 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Packages that are required for the OpenSlug native build environment"
 LICENSE = MIT
-PR = "r7"
+PR = "r8"
 
 INHIBIT_DEFAULT_DEPS = "1"
 ALLOW_EMPTY = 1
@@ -36,7 +36,7 @@ OPENSLUG_NATIVE = "\
        ncurses ncurses-dev ncurses-terminfo \
        patch \
        perl perl-modules \
-       python-core python-io python-lang python-pickle python-shell python-textutils \
+       python-core python-crypt python-io python-lang python-pickle python-shell python-textutils \
        sed \
        tar \
        util-linux \