[oe] [meta-filesystems][PATCH] fuse-exfat: fix multilib build

Khem Raj raj.khem at gmail.com
Sat Jan 5 20:40:40 UTC 2019


On Fri, Jan 4, 2019 at 11:52 PM Αθανάσιος Οικονόμου <athoik at gmail.com> wrote:
>
> Στις Παρ, 4 Ιαν 2019 στις 7:53 μ.μ., ο/η Khem Raj <raj.khem at gmail.com> έγραψε:
> >
> > On Fri, Jan 4, 2019 at 2:25 AM Athanasios Oikonomou <athoik at gmail.com> wrote:
> > >
> > > Replace the PN with BPN to fix the multilib build.
> > > ---
> > >  meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> > > index 99bf2be..ea00222 100644
> > > --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> > > +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
> > > @@ -17,5 +17,5 @@ inherit autotools pkgconfig
> > >  SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c"
> > >  SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9"
> > >
> > > -S = "${WORKDIR}/${PN}-${PV}"
> > > +S = "${WORKDIR}/${BPN}-${PV}"
> >
> > Could you try using S = "${WORKDIR}/${BP}
> >
>
> Default S seems to work fine. Pushed a newer version that completely
> removes S in order to use the default one.

queued up for master-next


More information about the Openembedded-devel mailing list