summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
new file mode 100644
index 0000000000..b2376aff85
--- /dev/null
+++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb
@@ -0,0 +1,25 @@
1require dpkg.inc
2LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
3
4SRC_URI += "file://noman.patch;patch=1 \
5 file://check_snprintf.patch \
6 file://check_version.patch"
7
8SRC_URI[md5sum] = "d1731d4147c1ea3b537a4d094519a6dc"
9SRC_URI[sha256sum] = "1ec1376471b04717a4497e5d7a27cd545248c92116898ce0c53ced8ea94267b5"
10
11PR = "r0"
12
13EXTRA_OECONF = "--without-static-progs \
14 --without-dselect \
15 --with-start-stop-daemon \
16 --with-zlib \
17 --with-bz2lib \
18 --without-selinux \
19 --without-sgml-doc"
20
21BBCLASSEXTEND = "native"
22
23do_install_append_virtclass-native () {
24 rm ${D}${bindir}/update-alternatives
25}