diff options
Diffstat (limited to 'packages/dpkg/dpkg_1.10.28.bb')
-rw-r--r-- | packages/dpkg/dpkg_1.10.28.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/dpkg/dpkg_1.10.28.bb b/packages/dpkg/dpkg_1.10.28.bb new file mode 100644 index 0000000000..ec8a887300 --- /dev/null +++ b/packages/dpkg/dpkg_1.10.28.bb @@ -0,0 +1,13 @@ +include dpkg.inc +DEPENDS += "bzip2" + +SRC_URI += "file://autofoo.patch;patch=1" + +inherit autotools gettext + +EXTRA_OECONF = "--without-static-progs \ + --without-dselect \ + --with-start-stop-daemon \ + --with-zlib \ + --with-bz2lib \ + --without-sgml-doc" |