]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
apt-native: Use option --force-script-chrootless for rootfs
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 28 Aug 2014 03:50:36 +0000 (05:50 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Thu, 2 Jul 2020 10:17:24 +0000 (12:17 +0200)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-devtools/apt/files/apt.conf

index c95a5b07af54fe449df05ce4c5f0dcbe1e4be5f9..a6fe97d860904b2f0a783773958f34c4d8710b9d 100644 (file)
@@ -39,4 +39,4 @@ APT
   };
 };
 
-DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-force-overwrite";"--no-debsig"};
+DPkg::Options {"--root=#ROOTFS#";"--admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-force-overwrite";"--no-debsig";"--force-script-chrootless"};