From 323436598ced393e5f04acf6275292c5001c670c Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Fri, 23 Mar 2012 09:27:07 -0600 Subject: [PATCH] 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(-) 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" -- 2.7.4