[oe-commits] Gary Thomas : python: remove a target dependency

git at git.openembedded.org git at git.openembedded.org
Fri Mar 23 16:18:44 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: c82a4b2759cc54b8afa65d545e894d1ac60107fe
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c82a4b2759cc54b8afa65d545e894d1ac60107fe

Author: Gary Thomas <gary at mlbassoc.com>
Date:   Fri Mar 23 09:27:07 2012 -0600

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 <gary at mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"





More information about the Openembedded-commits mailing list