From: Gary Thomas Date: Fri, 23 Mar 2012 15:27:07 +0000 (-0600) Subject: python: remove a target dependency X-Git-Tag: 2015-4~11192 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c82a4b2759cc54b8afa65d545e894d1ac60107fe;p=openembedded-core.git 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. Signed-off-by: Gary Thomas Signed-off-by: Richard Purdie --- 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 @@ 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"