From ada5a0269eb815db73f156337108117b7e67f8c8 Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Fri, 23 Mar 2012 09:27:07 -0600 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python_2.7.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf