diff options
Diffstat (limited to 'recipes/apt/apt_0.7.20.2.bb')
-rw-r--r-- | recipes/apt/apt_0.7.20.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb index 318b94c642..88047cccce 100644 --- a/recipes/apt/apt_0.7.20.2.bb +++ b/recipes/apt/apt_0.7.20.2.bb @@ -4,11 +4,10 @@ RDEPENDS = "dpkg" require apt.inc SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ + file://no-doxygen.patch;patch=1 \ file://no-ko-translation.patch;patch=1 \ file://use-host.patch;patch=1 " -SRC_URI += "file://nodoc.patch;patch=1" - require apt-package.inc FILES_${PN} += "${bindir}/apt-key" |