summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-08 11:00:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-08 11:00:12 +0000
commit696e31b3e3602edb6bd3fbcd331e7248a235adbd (patch)
tree9ff771caaa71cf2173df63d9f7cbb56bac1e91a1 /packages/python
parenta90b2675ff9c91cdfb7e39bbff04f5ed6a9a3d0c (diff)
python 2.4.3 add PROVIDE line for subpackages to satisfy the BitBake RDEPENDS changes
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-2.4.3-manifest.inc4
-rw-r--r--packages/python/python_2.4.3.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/python/python-2.4.3-manifest.inc b/packages/python/python-2.4.3-manifest.inc
index abc6278e04..43d646dae4 100644
--- a/packages/python/python-2.4.3-manifest.inc
+++ b/packages/python/python-2.4.3-manifest.inc
@@ -1,5 +1,5 @@
########################################################################################################################
-### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Wed May 10 13:57:16 2006
+### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Sat Jul 8 12:48:43 2006
###
### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
###
@@ -8,6 +8,8 @@
########################################################################################################################
+PROVIDES+="python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio "
+
PACKAGES="python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio "
DESCRIPTION_python-threading="Python Threading & Synchronization Support"
diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb
index 64e927c871..dafae9a3a8 100644
--- a/packages/python/python_2.4.3.bb
+++ b/packages/python/python_2.4.3.bb
@@ -62,7 +62,7 @@ do_install() {
DESTDIR=${D} install
}
-include python-${PV}-manifest.inc
+require python-${PV}-manifest.inc
RPROVIDES_python-core = "python"
RPROVIDES_python-curses = "python"