summaryrefslogtreecommitdiffstats
path: root/meta/packages/dpkg/dpkg_1.14.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dpkg/dpkg_1.14.19.bb')
-rw-r--r--meta/packages/dpkg/dpkg_1.14.19.bb5
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 @@
1require dpkg.inc 1require dpkg.inc
2DEPENDS += "zlib bzip2"
3RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
4 2
5SRC_URI += "file://noman.patch;patch=1" 3SRC_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
13BBCLASSEXTEND = "native"