diff options
Diffstat (limited to 'recipes/apt/apt_0.7.19.bb')
-rw-r--r-- | recipes/apt/apt_0.7.19.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/apt/apt_0.7.19.bb b/recipes/apt/apt_0.7.19.bb index 251ed6416d..f64fa0019a 100644 --- a/recipes/apt/apt_0.7.19.bb +++ b/recipes/apt/apt_0.7.19.bb @@ -3,10 +3,9 @@ RDEPENDS = "dpkg" require apt.inc -SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ - file://no-ko-translation.patch;patch=1 \ - file://use-host.patch;patch=1 " -PR = "r2" +SRC_URI += "file://no-ko-translation.patch;patch=1 \ + file://use-host.patch;patch=1 " +PR = "r3" SRC_URI += "file://nodoc.patch;patch=1" |