summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_0.7.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.7.14.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_0.7.14.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb
index 667b700064..7f1572bcd8 100644
--- a/meta/recipes-devtools/apt/apt_0.7.14.bb
+++ b/meta/recipes-devtools/apt/apt_0.7.14.bb
@@ -16,3 +16,8 @@ require apt-package.inc
16FILES_${PN} += "${bindir}/apt-key" 16FILES_${PN} += "${bindir}/apt-key"
17apt-manpages += "doc/apt-key.8" 17apt-manpages += "doc/apt-key.8"
18 18
19do_install_append() {
20 #Write the correct apt-architecture to apt.conf
21 APT_CONF=${D}/etc/apt/apt.conf
22 echo 'APT::Architecture "${DPKG_ARCH}";' > ${APT_CONF}
23}