diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-30 15:15:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-31 13:22:29 +0200 |
commit | dfef8912a2b486296ee13ed9b6c1f1660502dfb5 (patch) | |
tree | 2ad9f0bd2c7530cfb7d6253d6dad3c4a94a85066 /meta-xfce/recipes-xfce/exo | |
parent | d028be056c973b9235269a678d983ba6d244fd5d (diff) | |
download | meta-openembedded-dfef8912a2b486296ee13ed9b6c1f1660502dfb5.tar.gz |
exo: stop configure detecting host's python
This patch does not cause python bindings builded properly (native headers included)
error message was:
ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/exo-0.6.2-r0/exo-0.6.2'
ERROR: Function failed: do_qa_configure
ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/exo-0.6.2-r0/temp/log.do_configure.13932
NOTE: package exo-0.6.2-r0: task do_configure: Failed
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-xfce/exo')
-rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.6.2.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb index b9fc6870d..ad8dc59f6 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb | |||
@@ -4,9 +4,9 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo" | 5 | DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | inherit xfce | 9 | inherit xfce pythonnative |
10 | 10 | ||
11 | # SRC_URI must follow inherited one | 11 | # SRC_URI must follow inherited one |
12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
@@ -16,7 +16,6 @@ SRC_URI += " \ | |||
16 | file://fix-qa-desktop-type-error.patch \ | 16 | file://fix-qa-desktop-type-error.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | |||
20 | # see http://wiki.xfce.org/gnomemount-replacement | 19 | # see http://wiki.xfce.org/gnomemount-replacement |
21 | do_install_append () { | 20 | do_install_append () { |
22 | install -m 755 -d ${D}${bindir}/exo-mount-wrapper | 21 | install -m 755 -d ${D}${bindir}/exo-mount-wrapper |