diff options
Diffstat (limited to 'recipes/dpkg/dpkg_1.14.19.bb')
-rw-r--r-- | recipes/dpkg/dpkg_1.14.19.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/dpkg/dpkg_1.14.19.bb b/recipes/dpkg/dpkg_1.14.19.bb new file mode 100644 index 0000000000..0377ce10f1 --- /dev/null +++ b/recipes/dpkg/dpkg_1.14.19.bb @@ -0,0 +1,12 @@ +require dpkg.inc +PR = "r1" +DEPENDS += "zlib bzip2" +#RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" +SRC_URI += "file://noman.patch;patch=1" + +EXTRA_OECONF = "--without-static-progs \ + --without-dselect \ + --with-start-stop-daemon \ + --with-zlib \ + --with-bz2lib \ + --without-sgml-doc" |