[oe-commits] Felipe F. Tonello : libxml2: added python dependency to nativesdk

git at git.openembedded.org git at git.openembedded.org
Tue Jun 11 14:31:51 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 4f2b3e3831bdc5707eacdab571ab207d8b09953e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4f2b3e3831bdc5707eacdab571ab207d8b09953e

Author: Felipe F. Tonello <eu at felipetonello.com>
Date:   Fri Jun  7 10:18:01 2013 -0700

libxml2: added python dependency to nativesdk

This is necessary since libxml2 has python dependency.

This patch will fix this error:
...
/path/to/build/system/4.7.2/ld: cannot find -lpython2.7
...
ERROR: Task 4152 (virtual:nativesdk:meta/recipes-core/libxml/libxml2_2.9.0.bb, do_compile) failed with exit code '1'

Signed-off-by: Felipe F. Tonello <eu at felipetonello.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/libxml/libxml2.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 91cc14b..9b2af0f 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \
                     file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \
                     file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e"
 
+DEPENDS_class-nativesdk = "nativesdk-python"
 DEPENDS_class-native = "python-native"
 DEPENDS =+ "zlib"
 



More information about the Openembedded-commits mailing list