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, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index c8ff18291d..041eda9d46 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Package maintenance system for Debian."
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "base" 3SECTION = "base"
4 4
5INC_PR = "r4"
6
5SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ 7SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
6 file://ignore_extra_fields.patch;patch=1" 8 file://ignore_extra_fields.patch;patch=1"
7 9
@@ -14,7 +16,7 @@ S = "${WORKDIR}/${BPN}-${PV}"
14 16
15PARALLEL_MAKE = "" 17PARALLEL_MAKE = ""
16 18
17inherit autotools gettext 19inherit autotools gettext perlnative
18 20
19DPKG_INIT_POSITION = "98" 21DPKG_INIT_POSITION = "98"
20 22