Re: [oe] [meta-xfce][PATCH v3] recipes-xfce/libxfce4ui: depends and autotools fixes

2014-03-19 Thread Khem Raj
On Mon, Mar 17, 2014 at 9:34 PM, Stephen Arnold wrote: > -EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" > +EXTRA_OECONF += "--enable-maintainer-mode --disable-debug > --with-vendor-info=${DISTRO}" > > -do_configure_prepend() { > +PACKAGECONFIG ??= "" > +PACKAGECONFIG[gladeui] = "--e

Re: [oe] [meta-xfce][PATCH v3] recipes-xfce/libxfce4ui: depends and autotools fixes

2014-03-19 Thread Stephen Arnold
Sorry, maybe you did miss the previous one; if the task is changed to do_configure_prepend, then it fails like below; if you remove autotools from inherit, then it fails in a different way. do_confgure_prepend autogen error: Poky ["raspberrypi"] >>> bitbake libxfce4ui -c build NOTE: Started PRSer

Re: [oe] [meta-xfce][PATCH v3] recipes-xfce/libxfce4ui: depends and autotools fixes

2014-03-18 Thread Stephen Arnold
Because it only works in a separate task (see previous email). On Tue, Mar 18, 2014 at 1:46 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Tue, Mar 18, 2014 at 5:34 AM, Stephen Arnold > wrote: > > Note: this patch (v3) obseletes previous versions > > > > libxfce4ui_4.10.0.bb: U

Re: [oe] [meta-xfce][PATCH v3] recipes-xfce/libxfce4ui: depends and autotools fixes

2014-03-18 Thread Andreas Müller
On Tue, Mar 18, 2014 at 5:34 AM, Stephen Arnold wrote: > Note: this patch (v3) obseletes previous versions > > libxfce4ui_4.10.0.bb: Upstream changes required autotools and gettext (intl) > fixes, as well as moving the autogen stuff to a separate task. Full depends > were also added (2 were conve

[oe] [meta-xfce][PATCH v3] recipes-xfce/libxfce4ui: depends and autotools fixes

2014-03-17 Thread Stephen Arnold
Note: this patch (v3) obseletes previous versions libxfce4ui_4.10.0.bb: Upstream changes required autotools and gettext (intl) fixes, as well as moving the autogen stuff to a separate task. Full depends were also added (2 were converted to PACKAGECONFIG options) along with a vendor config opti