summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 6734b2005f..b1da4fbe59 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -7,8 +7,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
7 7
8DEPENDS = "zlib bzip2 perl ncurses" 8DEPENDS = "zlib bzip2 perl ncurses"
9DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" 9DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native"
10RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" 10RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz"
11RDEPENDS_${PN}_class-native = "" 11RDEPENDS_${PN}_class-native = "xz"
12 12
13S = "${WORKDIR}/${BPN}-${PV}" 13S = "${WORKDIR}/${BPN}-${PV}"
14 14