diff options
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 4 |
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." | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | INC_PR = "r4" | ||
6 | |||
5 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ | 7 | SRC_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 | ||
15 | PARALLEL_MAKE = "" | 17 | PARALLEL_MAKE = "" |
16 | 18 | ||
17 | inherit autotools gettext | 19 | inherit autotools gettext perlnative |
18 | 20 | ||
19 | DPKG_INIT_POSITION = "98" | 21 | DPKG_INIT_POSITION = "98" |
20 | 22 | ||