From patchwork Fri Mar 23 19:28:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2,v2] python: remove target dependency Date: Fri, 23 Mar 2012 19:28:15 -0000 From: Gary Thomas X-Patchwork-Id: 24349 Message-Id: <1332530896-27466-1-git-send-email-gary@mlbassoc.com> To: openembedded-core@lists.openembedded.org 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 --- meta/recipes-devtools/python/python_2.7.2.bb | 1 - 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 cb0a1d5..8111b31 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"