[oe-commits] Roman I Khimov : sphyrna-python: fix missing python-native build dependency

git version control git at git.openembedded.org
Thu Mar 25 08:44:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 7f1c1669830413a425f35d230a82a231bf26df4c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f1c1669830413a425f35d230a82a231bf26df4c

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Mar 23 17:23:09 2010 +0300

sphyrna-python: fix missing python-native build dependency

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/sphyrna/sphyrna-python_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/sphyrna/sphyrna-python_svn.bb b/recipes/sphyrna/sphyrna-python_svn.bb
index 1e3c412..5b4ee8a 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"
 





More information about the Openembedded-commits mailing list