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_0.7.14.bb | |
| 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_0.7.14.bb')
| -rw-r--r-- | meta/packages/apt/apt_0.7.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/apt/apt_0.7.14.bb b/meta/packages/apt/apt_0.7.14.bb index 1a9cf3602d..0ea9b48142 100644 --- a/meta/packages/apt/apt_0.7.14.bb +++ b/meta/packages/apt/apt_0.7.14.bb | |||
| @@ -3,9 +3,10 @@ RDEPENDS = "dpkg" | |||
| 3 | 3 | ||
| 4 | require apt.inc | 4 | require apt.inc |
| 5 | 5 | ||
| 6 | PR = "r2" | 6 | PR = "r3" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://nodoc.patch;patch=1" | 8 | SRC_URI += "file://nodoc.patch \ |
| 9 | file://includes-fix.patch" | ||
| 9 | 10 | ||
| 10 | require apt-package.inc | 11 | require apt-package.inc |
| 11 | 12 | ||
