diff options
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 7a4a1a607a..c3ee244d7d 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -1,11 +1,10 @@ | |||
1 | DESCRIPTION = "Package maintenance system for Debian." | 1 | DESCRIPTION = "Package maintenance system for Debian." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PR = "r7" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \ | 6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ |
7 | file://ignore_extra_fields.patch;patch=1 \ | 7 | file://ignore_extra_fields.patch;patch=1" |
8 | file://noupdalt.patch;patch=1" | ||
9 | 8 | ||
10 | DEPENDS = "zlib bzip2" | 9 | DEPENDS = "zlib bzip2" |
11 | DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native" | 10 | DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native" |