diff options
author | Gary Thomas <gary@mlbassoc.com> | 2012-03-23 09:27:07 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 16:14:37 +0000 |
commit | c82a4b2759cc54b8afa65d545e894d1ac60107fe (patch) | |
tree | f3b9bcda65a9390c0a6605ff1f1391ed1d238e89 /meta/recipes-devtools | |
parent | d56177c59b5e237a501281d806724885456f0193 (diff) | |
download | openembedded-core-c82a4b2759cc54b8afa65d545e894d1ac60107fe.tar.gz openembedded-core-c82a4b2759cc54b8afa65d545e894d1ac60107fe.tar.bz2 openembedded-core-c82a4b2759cc54b8afa65d545e894d1ac60107fe.zip |
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@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 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" |