blob: f8d6705bb73b8650863d316e747669b798b5c6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require dpkg.inc
DEPENDS += "bzip2-native zlib-native virtual/update-alternatives-native"
SRC_URI += "file://noman.patch;patch=1"
FILESPATH += "dpkg-${PV}"
inherit native
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--without-selinux \
--without-sgml-doc"
|