[OE-core] [PATCH] python-native: add dependency on gtk-doc-stub-native

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Thu Jul 30 14:41:48 UTC 2015


python-native uses gtk-doc in ctypes module. However as it is a
dependency in the subdirectory (subproject), it is not possible to use
gtk-doc class directly, so just add a missing dependency.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
 meta/recipes-devtools/python/python-native_2.7.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-native_2.7.9.bb b/meta/recipes-devtools/python/python-native_2.7.9.bb
index 34f5c29..62fbf34 100644
--- a/meta/recipes-devtools/python/python-native_2.7.9.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.9.bb
@@ -1,7 +1,7 @@
 require python.inc
 
 EXTRANATIVEPATH += "bzip2-native"
-DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native"
+DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native gtk-doc-stub-native"
 PR = "${INC_PR}.1"
 
 SRC_URI += "\
-- 
2.4.6




More information about the Openembedded-core mailing list