git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58ac24
)
python-native: Add readline-native to DEPENDS, bump PR.
author
Tom Rini
<trini@embeddedalley.com>
Sat, 30 May 2009 22:18:14 +0000
(18:18 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/python/python-native_2.6.1.bb
b/recipes/python/python-native_2.6.1.bb
index
ca567a1
..
8b03a89
100644
(file)
--- 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 \