]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: remove a target dependency
authorGary Thomas <gary@mlbassoc.com>
Fri, 23 Mar 2012 15:27:07 +0000 (09:27 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Mar 2012 16:14:37 +0000 (16:14 +0000)
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.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python_2.7.2.bb

index cb0a1d5a4e75a90266b9a435d37b7f52e2a5f7ce..8111b31e2b6f87be44b10c33feafb8725a67d02f 100644 (file)
@@ -1,6 +1,5 @@
 require python.inc
 DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
-DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
 PR = "${INC_PR}.8"
 
 DISTRO_SRC_URI ?= "file://sitecustomize.py"