diff options
author | Felipe F. Tonello <eu@felipetonello.com> | 2013-06-07 10:18:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:38:02 +0100 |
commit | 407bce925b496808224e50ca37286f3937129042 (patch) | |
tree | f03e1e11d6416f8b1a9c7327705b202e5cef48ee | |
parent | f5c6663b37fe0bca8475f4e063b0123c66c2c808 (diff) | |
download | poky-407bce925b496808224e50ca37286f3937129042.tar.gz |
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'
(From OE-Core rev: 4f2b3e3831bdc5707eacdab571ab207d8b09953e)
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 91cc14b816..9b2af0ff8a 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 \ | |||
9 | file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \ | 9 | file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \ |
10 | file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e" | 10 | file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e" |
11 | 11 | ||
12 | DEPENDS_class-nativesdk = "nativesdk-python" | ||
12 | DEPENDS_class-native = "python-native" | 13 | DEPENDS_class-native = "python-native" |
13 | DEPENDS =+ "zlib" | 14 | DEPENDS =+ "zlib" |
14 | 15 | ||