diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-10-13 12:31:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-13 12:58:07 +0100 |
commit | 211c2ba382d921519761bc0d241942f927cf692e (patch) | |
tree | eb6670d3bd5984403ddfe5f88a7e9a724136089f /meta-gnome/recipes-gnome/gvfs | |
parent | 4a87464fa6cbd4a3c292509fcca40267ddcbbad1 (diff) | |
download | meta-openembedded-211c2ba382d921519761bc0d241942f927cf692e.tar.gz |
gvfs: fix build
error message was for build from scratch and latest heads:
| 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/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gvfs-1.8.2-r7.0/gvfs-1.8.2'
| ERROR: Function failed: do_qa_configure
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs.inc b/meta-gnome/recipes-gnome/gvfs/gvfs.inc index 903a8ba28..e86c93fa9 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs.inc +++ b/meta-gnome/recipes-gnome/gvfs/gvfs.inc | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | |||
4 | 4 | ||
5 | inherit gnome | 5 | inherit gnome |
6 | 6 | ||
7 | INC_PR = "r7" | 7 | INC_PR = "r8" |
8 | 8 | ||
9 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" | 9 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" |
10 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" | 10 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" |
@@ -14,6 +14,7 @@ EXTRA_OECONF = "--disable-samba \ | |||
14 | --with-samba-includes=${STAGING_INCDIR} \ | 14 | --with-samba-includes=${STAGING_INCDIR} \ |
15 | --with-samba-libs=${STAGING_LIBDIR} \ | 15 | --with-samba-libs=${STAGING_LIBDIR} \ |
16 | --with-archive-includes=${STAGING_INCDIR} \ | 16 | --with-archive-includes=${STAGING_INCDIR} \ |
17 | --with-archive-libs=${STAGING_LIBDIR} \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | FILES_${PN} += "${datadir}/dbus-1/services/*" | 20 | FILES_${PN} += "${datadir}/dbus-1/services/*" |