summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
new file mode 100644
index 0000000000..2562f4b724
--- /dev/null
+++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
@@ -0,0 +1,14 @@
1require dpkg.inc
2
3SRC_URI += "file://noman.patch;patch=1 \
4 file://check_snprintf.patch"
5
6EXTRA_OECONF = "--without-static-progs \
7 --without-dselect \
8 --with-start-stop-daemon \
9 --with-zlib \
10 --with-bz2lib \
11 --without-selinux \
12 --without-sgml-doc"
13
14BBCLASSEXTEND = "native"