aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-08-28 05:50:36 +0200
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:50 +0100
commit3eff95bc493aaa40307b7082e25086b8042f9ec3 (patch)
tree783f5db2dd6ef6923d2b5f9edf42358c4aace897 /meta
parentb6325dd2ce1433b4564fef5b063232969925b79a (diff)
downloadopenembedded-core-contrib-3eff95bc493aaa40307b7082e25086b8042f9ec3.tar.gz
apt-native: Use option --cross-bootstrap for rootfs
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/apt/apt-1.0.9/apt.conf.in2
1 files changed, 1 insertions, 1 deletions
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"};