[oe-commits] Tom Rini : python-native: Add readline-native to DEPENDS, bump PR.

git version control git at git.openembedded.org
Sat May 30 22:18:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ba3644301f86b1badff7ef4117187aee3776adeb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ba3644301f86b1badff7ef4117187aee3776adeb

Author: Tom Rini <trini at embeddedalley.com>
Date:   Sat May 30 18:18:14 2009 -0400

python-native: Add readline-native to DEPENDS, bump PR.
It looks a little less trivial to switch python to INC_PR, so for
now do 'PR .= ".1"' instead.

---

 recipes/python/python-native_2.6.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
index ca567a1..8b03a89 100644
--- a/recipes/python/python-native_2.6.1.bb
+++ b/recipes/python/python-native_2.6.1.bb
@@ -1,5 +1,5 @@
 require python.inc
-DEPENDS = "openssl-native bzip2-full-native zlib-native"
+DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native"
 
 SRC_URI = "\
   http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \





More information about the Openembedded-commits mailing list