diff options
Diffstat (limited to 'meta/packages/dpkg/dpkg_1.14.19.bb')
| -rw-r--r-- | meta/packages/dpkg/dpkg_1.14.19.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/dpkg/dpkg_1.14.19.bb b/meta/packages/dpkg/dpkg_1.14.19.bb index 1a7991d40e..1e54306c93 100644 --- a/meta/packages/dpkg/dpkg_1.14.19.bb +++ b/meta/packages/dpkg/dpkg_1.14.19.bb | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | require dpkg.inc | 1 | require dpkg.inc |
| 2 | DEPENDS += "zlib bzip2" | ||
| 3 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | ||
| 4 | 2 | ||
| 5 | SRC_URI += "file://noman.patch;patch=1" | 3 | SRC_URI += "file://noman.patch;patch=1" |
| 6 | 4 | ||
| @@ -9,4 +7,7 @@ EXTRA_OECONF = "--without-static-progs \ | |||
| 9 | --with-start-stop-daemon \ | 7 | --with-start-stop-daemon \ |
| 10 | --with-zlib \ | 8 | --with-zlib \ |
| 11 | --with-bz2lib \ | 9 | --with-bz2lib \ |
| 10 | --without-selinux \ | ||
| 12 | --without-sgml-doc" | 11 | --without-sgml-doc" |
| 12 | |||
| 13 | BBCLASSEXTEND = "native" | ||
