All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] [meta-filesystems] fuse-exfat: Don't use ${PN}
@ 2019-01-10  9:42 Richard Weinberger
  2019-01-10  9:42 ` [PATCH 2/6] [meta-gnome] wv: " Richard Weinberger
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Richard Weinberger @ 2019-01-10  9:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Richard Weinberger

Don't use ${PN} for the source dir, it will break multilib builds.
The correct variable is ${BPN}.

The bitbake defaults are:
BP = "${BPN}-${PV}"
S = "${WORKDIR}/${BP}"

Therefore we can remove this line.

Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
---
 .../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 99bf2bed411f..18fc9cd6f13d 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}"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-01-11  3:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10  9:42 [PATCH 1/6] [meta-filesystems] fuse-exfat: Don't use ${PN} Richard Weinberger
2019-01-10  9:42 ` [PATCH 2/6] [meta-gnome] wv: " Richard Weinberger
2019-01-11  0:59   ` Andreas Müller
2019-01-11  3:36     ` Khem Raj
2019-01-10  9:42 ` [PATCH 3/6] [meta-multimedia] caps: " Richard Weinberger
2019-01-10  9:42 ` [PATCH 4/6] [meta-multimedia] libdc1394: " Richard Weinberger
2019-01-10  9:42 ` [PATCH 5/6] [meta-oe] mksh: " Richard Weinberger
2019-01-10  9:42 ` [PATCH 6/6] [meta-oe] mini-iconv: " Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.