diff options
Diffstat (limited to 'recipes/dpkg/dpkg_1.13.22.bb')
-rw-r--r-- | recipes/dpkg/dpkg_1.13.22.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/dpkg/dpkg_1.13.22.bb b/recipes/dpkg/dpkg_1.13.22.bb new file mode 100644 index 0000000000..e4e7a3b279 --- /dev/null +++ b/recipes/dpkg/dpkg_1.13.22.bb @@ -0,0 +1,12 @@ +require dpkg.inc +PR = "r5" +DEPENDS += "zlib bzip2" +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 \ + PERL=/usr/bin/perl" |