Message ID | 1350131492-742-1-git-send-email-schnitzeltony@googlemail.com |
---|---|
State | Accepted |
Commit | 211c2ba382d921519761bc0d241942f927cf692e |
Headers | show |
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs.inc b/meta-gnome/recipes-gnome/gvfs/gvfs.inc index 903a8ba..e86c93f 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" inherit gnome -INC_PR = "r7" +INC_PR = "r8" SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" @@ -14,6 +14,7 @@ EXTRA_OECONF = "--disable-samba \ --with-samba-includes=${STAGING_INCDIR} \ --with-samba-libs=${STAGING_LIBDIR} \ --with-archive-includes=${STAGING_INCDIR} \ + --with-archive-libs=${STAGING_LIBDIR} \ " FILES_${PN} += "${datadir}/dbus-1/services/*"
On Sat, Oct 13, 2012 at 2:31 PM, Andreas Müller <schnitzeltony@googlemail.com> wrote: > 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> > --- > 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 903a8ba..e86c93f 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" > > inherit gnome > > -INC_PR = "r7" > +INC_PR = "r8" > > SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" > SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" > @@ -14,6 +14,7 @@ EXTRA_OECONF = "--disable-samba \ > --with-samba-includes=${STAGING_INCDIR} \ > --with-samba-libs=${STAGING_LIBDIR} \ > --with-archive-includes=${STAGING_INCDIR} \ > + --with-archive-libs=${STAGING_LIBDIR} \ > " > > FILES_${PN} += "${datadir}/dbus-1/services/*" > -- > 1.7.4.4 > ping
On Sun, Oct 21, 2012 at 8:25 PM, Andreas Müller <schnitzeltony@googlemail.com> wrote: > On Sat, Oct 13, 2012 at 2:31 PM, Andreas Müller > <schnitzeltony@googlemail.com> wrote: >> 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> >> --- >> 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 903a8ba..e86c93f 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" >> >> inherit gnome >> >> -INC_PR = "r7" >> +INC_PR = "r8" >> >> SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" >> SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" >> @@ -14,6 +14,7 @@ EXTRA_OECONF = "--disable-samba \ >> --with-samba-includes=${STAGING_INCDIR} \ >> --with-samba-libs=${STAGING_LIBDIR} \ >> --with-archive-includes=${STAGING_INCDIR} \ >> + --with-archive-libs=${STAGING_LIBDIR} \ >> " >> >> FILES_${PN} += "${datadir}/dbus-1/services/*" >> -- >> 1.7.4.4 >> > ping please :)
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> --- meta-gnome/recipes-gnome/gvfs/gvfs.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)