python-native: Add readline-native to DEPENDS, bump PR.
authorTom Rini <trini@embeddedalley.com>
Sat, 30 May 2009 22:18:14 +0000 (18:18 -0400)
committerTom Rini <trini@embeddedalley.com>
Sat, 30 May 2009 22:18:14 +0000 (18:18 -0400)
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

index ca567a1..8b03a89 100644 (file)
@@ -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 \