From 3eff95bc493aaa40307b7082e25086b8042f9ec3 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 28 Aug 2014 05:50:36 +0200 Subject: apt-native: Use option --cross-bootstrap for rootfs Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/apt/apt-1.0.9/apt.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/apt/apt-1.0.9/apt.conf.in b/meta/recipes-devtools/apt/apt-1.0.9/apt.conf.in index 7f6de0e405..03a2c8dbb2 100644 --- a/meta/recipes-devtools/apt/apt-1.0.9/apt.conf.in +++ b/meta/recipes-devtools/apt/apt-1.0.9/apt.conf.in @@ -39,4 +39,4 @@ APT }; }; -DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"}; +DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig";"--cross-bootstrap"}; -- cgit 1.2.3-korg