[oe-commits] [meta-openembedded] 01/02: fuse-exfat: fix multilib build

git at git.openembedded.org git at git.openembedded.org
Sat Jan 5 20:41:39 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit abb520405bf69b88d29159d054a32d518387d905
Author: Athanasios Oikonomou <athoik at gmail.com>
AuthorDate: Sat Jan 5 09:46:45 2019 +0200

    fuse-exfat: fix multilib build
    
    The PN in S causes issues when expanded in multilib build.
    Using the default "S = "${WORKDIR}/${BP}" fixes the problem.
    
    Signed-off-by: Athanasios Oikonomou <athoik at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb | 1 -
 1 file changed, 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..18fc9cd 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,4 @@ inherit autotools pkgconfig
 SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c"
 SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9"
 
-S = "${WORKDIR}/${PN}-${PV}"
 EXTRA_OECONF += "sbindir=${base_sbindir}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list