Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2 v2] python: remove target dependency
@ 2012-03-23 19:28 Gary Thomas
  2012-03-23 19:28 ` [PATCH 2/2 v2] python: fix packaging dependencies on minimal systems Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2012-03-23 19:28 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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"
-- 
1.7.7.6




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-26 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 19:28 [PATCH 1/2 v2] python: remove target dependency Gary Thomas
2012-03-23 19:28 ` [PATCH 2/2 v2] python: fix packaging dependencies on minimal systems Gary Thomas
2012-03-26 11:06   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox