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