[OE-core] [RFC PATCH 2/2] linux-libc-headers: add passwd-initial to ensure the sysroot get populated early

Saul Wold sgw at linux.intel.com
Tue Dec 24 23:47:32 UTC 2013


The headers are the first thing that get populated into sysroot, so add the
dependency on passwd-initial here.

[YOCTO #5612]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index f44b61c..a5a14a1 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -68,4 +68,4 @@ RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
 
 INHIBIT_DEFAULT_DEPS = "1"
-DEPENDS += "unifdef-native"
+DEPENDS += "unifdef-native passwd-initial"
-- 
1.8.3.1




More information about the Openembedded-core mailing list