From b8c0a4f6a319a7cf84530b891707a5887f3caaf4 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 8 May 2014 16:31:52 +0800 Subject: util-linux: fix parallel build issure for PATHFILES When compiling util-linux, it's possible to encounter the following error. /bin/sh: line 2:: misc-utils/uuidd.8.tmp: No such file or directory This is because that the misc-utils directory doesn't exist when trying to write to misc-utils/uuidd.8.tmp. When generating misc-utils/uuidd.8 (or anything in PATHFILES), its directory may not have been created yet. So we need to ensure the existence of the directory to avoid the compilation error. [YOCTO #6292] Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-core/util-linux/util-linux_2.24.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/util-linux/util-linux_2.24.2.bb') diff --git a/meta/recipes-core/util-linux/util-linux_2.24.2.bb b/meta/recipes-core/util-linux/util-linux_2.24.2.bb index a2d74306a6..ed753e48b3 100644 --- a/meta/recipes-core/util-linux/util-linux_2.24.2.bb +++ b/meta/recipes-core/util-linux/util-linux_2.24.2.bb @@ -15,6 +15,7 @@ SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \ file://configure-sbindir.patch \ file://fix-configure.patch \ file://fix-parallel-build.patch \ + file://util-linux-ensure-the-existence-of-directory-for-PAT.patch \ ${OLDHOST} \ " -- cgit 1.2.3-korg