diff options
Diffstat (limited to 'recipes/apt/apt_0.7.20.2.bb')
-rw-r--r-- | recipes/apt/apt_0.7.20.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb index 88047cccce..d696ca2cf5 100644 --- a/recipes/apt/apt_0.7.20.2.bb +++ b/recipes/apt/apt_0.7.20.2.bb @@ -3,10 +3,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://no-doxygen.patch;patch=1 \ + file://no-ko-translation.patch;patch=1 \ + file://use-host.patch;patch=1 " +PR = "r1" require apt-package.inc |