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:
4835b75
)
sphyrna-python: fix missing python-native build dependency
author
Roman I Khimov
<khimov@altell.ru>
Tue, 23 Mar 2010 14:23:09 +0000
(17:23 +0300)
committer
Roman I Khimov
<khimov@altell.ru>
Thu, 25 Mar 2010 06:29:21 +0000
(09:29 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/sphyrna/sphyrna-python_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/sphyrna/sphyrna-python_svn.bb
b/recipes/sphyrna/sphyrna-python_svn.bb
index
1e3c412
..
5b4ee8a
100644
(file)
--- a/
recipes/sphyrna/sphyrna-python_svn.bb
+++ b/
recipes/sphyrna/sphyrna-python_svn.bb
@@
-1,7
+1,7
@@
DESCRIPTION = "Sphyrna - Hammerhead Reverse Engineering"
HOMEPAGE = "http://projects.linuxtogo.org/projects/sphyrna"
LICENSE = "GPLv2"
-DEPENDS = "readline"
+DEPENDS = "readline
python-native
"
PV = "0.0+svnr${SRCPV}"
PR = "r1"