diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-07-23 17:33:31 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-08-02 18:08:30 +0100 |
commit | 29b4c2945f50e94a444303241b638ad5a54c0dbc (patch) | |
tree | 006e338ced99e33806f6224ac3ec80e773f394ec /meta/packages/apt/apt.inc | |
parent | fa8c028fd005b87ad2e64c5b93221412355d94a6 (diff) | |
download | poky-29b4c2945f50e94a444303241b638ad5a54c0dbc.tar.gz |
apt: fix builds with modern GCC
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r-- | meta/packages/apt/apt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index 0913a7fcb4..546683f9bc 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -3,8 +3,8 @@ LICENSE = "GPL" | |||
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | 5 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ |
6 | file://no-ko-translation.patch;patch=1 \ | 6 | file://no-ko-translation.patch \ |
7 | file://use-host.patch;patch=1 \ | 7 | file://use-host.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | inherit autotools gettext | 10 | inherit autotools gettext |