summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-03-23 09:27:07 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 16:14:42 +0000
commitada5a0269eb815db73f156337108117b7e67f8c8 (patch)
tree6458c77cc2df0904c65b8c801399cb3780c216c6 /meta/recipes-devtools
parentad5dd7d3ca1d3d53cac5fab459b787bf9c49d899 (diff)
downloadpoky-ada5a0269eb815db73f156337108117b7e67f8c8.tar.gz
python: remove a target dependency
The target dependency DEPENDS_sharprom does not belong in this core recipe and should be moved to a .bbappend file in the appropriate layer if still required. (From OE-Core rev: c82a4b2759cc54b8afa65d545e894d1ac60107fe) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python_2.7.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb
index cb0a1d5a4e..8111b31e2b 100644
--- a/meta/recipes-devtools/python/python_2.7.2.bb
+++ b/meta/recipes-devtools/python/python_2.7.2.bb
@@ -1,6 +1,5 @@
1require python.inc 1require python.inc
2DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" 2DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
3DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
4PR = "${INC_PR}.8" 3PR = "${INC_PR}.8"
5 4
6DISTRO_SRC_URI ?= "file://sitecustomize.py" 5DISTRO_SRC_URI ?= "file://sitecustomize.py"