[oe] [PATCH 2/2] gvfs : Fix build failure due to introduction of host includes.

Khem Raj raj.khem at gmail.com
Mon Dec 12 21:45:04 UTC 2011


On Mon, Dec 12, 2011 at 10:34 AM, Philip Balister <philip at balister.org> wrote:
>>>
>>>  EXTRA_OECONF = "--disable-samba \
>>> +                --disable-archive \
>>
>> You are disabling archive backend explicitly. It might be that someone is using
>> it successfully. Why does it not work ?
>
> With it enabled, the build fails because it looks at host includes. Long
> term someone will likely fix this, be in the short term, I need this to
> work so I can move forward with oe-core based stuff.

OK. I see that we do not list libarchive in DEPENDS if we did then it
would build I suppose. Can you try that please ?

so I think at present what you get is that if libarchive is built and
staged before you build
gvfs then you get the support compiled in if not then you don't. So
your patch at least makes
it consistent by disabling it.

Problem only happens if you have libarchive-dev installed on your
build host which I think
you do have and hence you see the problem.

I have no strong feeling on enabling or disabling it but I would
prefer consistency

-Khem




More information about the Openembedded-devel mailing list