aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sphyrna
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 17:23:09 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:29:21 +0300
commit7f1c1669830413a425f35d230a82a231bf26df4c (patch)
treeea4728fa96b04ae638d34aa28fae8d81d824f26a /recipes/sphyrna
parent4835b754dd4fa2346a2783e3c46aaba3ac200e51 (diff)
downloadopenembedded-7f1c1669830413a425f35d230a82a231bf26df4c.tar.gz
sphyrna-python: fix missing python-native build dependency
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/sphyrna')
-rw-r--r--recipes/sphyrna/sphyrna-python_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sphyrna/sphyrna-python_svn.bb b/recipes/sphyrna/sphyrna-python_svn.bb
index 1e3c41231e..5b4ee8a4ca 100644
--- 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"