diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-09-30 16:04:18 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-09-30 16:04:18 +0200 |
commit | 74d7222aee9f3725adeee1855c862a307b734d0b (patch) | |
tree | f14e2adf28819e5630d4df4b11e9851407a8fa5f /recipes/apt/apt.inc | |
parent | 0427b295ab7f42d0df44daecceb1d34660099ceb (diff) |
apt: add volatiles support for /var/cache/apt
Diffstat (limited to 'recipes/apt/apt.inc')
-rw-r--r-- | recipes/apt/apt.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/apt/apt.inc b/recipes/apt/apt.inc index 4a4de1788a..2e1524a376 100644 --- a/recipes/apt/apt.inc +++ b/recipes/apt/apt.inc @@ -2,7 +2,8 @@ DESCRIPTION = "Advanced front-end for dpkg." LICENSE = "GPL" SECTION = "base" -SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz" +SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ + file://volatiles " S = "${WORKDIR}/apt-${PV}" |