From: Roman I Khimov Date: Tue, 23 Mar 2010 14:23:09 +0000 (+0300) Subject: sphyrna-python: fix missing python-native build dependency X-Git-Tag: Release-2010-05/1~294 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1c1669830413a425f35d230a82a231bf26df4c;p=openembedded.git sphyrna-python: fix missing python-native build dependency Signed-off-by: Roman I Khimov --- 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"