aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apt/apt_0.7.20.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/apt/apt_0.7.20.2.bb')
-rw-r--r--recipes/apt/apt_0.7.20.2.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/apt/apt_0.7.20.2.bb b/recipes/apt/apt_0.7.20.2.bb
index ee247fabeb..bd0f41ebae 100644
--- a/recipes/apt/apt_0.7.20.2.bb
+++ b/recipes/apt/apt_0.7.20.2.bb
@@ -1,12 +1,12 @@
DEPENDS = "curl db"
-RDEPENDS = "dpkg"
+RDEPENDS_${PN} = "dpkg"
require apt.inc
-SRC_URI += "file://no-doxygen.patch;patch=1 \
- file://no-ko-translation.patch;patch=1 \
- file://use-host.patch;patch=1 "
-PR = "r1"
+SRC_URI += "file://no-doxygen.patch \
+ file://no-ko-translation.patch \
+ file://use-host.patch "
+PR = "r2"
require apt-package.inc