python/slugos-native: Remove PROVIDES python-core. python-core should just be a runti...
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 14 Feb 2006 09:29:36 +0000 (09:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 14 Feb 2006 09:29:36 +0000 (09:29 +0000)
packages/meta/slugos-native.bb
packages/python/python_2.4.2.bb

index 85f0c55..cbb74fc 100644 (file)
@@ -69,7 +69,6 @@ SLUGOS_NATIVE = "\
        patch \
        perl \
        pkgconfig \
-       python-core \
        quilt \
        sed \
        tar \
@@ -92,6 +91,7 @@ SLUGOS_NATIVE_THUMB_BROKEN_thumb = ""
 # These things are required but are not valid RDEPENDS
 SLUGOS_NATIVE_DP = "\
        gdbm \
+       python \
        "
 
 RDEPENDS = '${SLUGOS_NATIVE_RT} ${SLUGOS_NATIVE}'
index 3e2ef84..3f8a942 100644 (file)
@@ -4,7 +4,6 @@ LICENSE = "PSF"
 SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PROVIDES = "python python-core"
 DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
 PR = "ml3"