libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / dpkg / dpkg-native.inc
blob771476ff2f3bd08fb5c7722b626fec7ef242a256
1 require dpkg.inc
3 inherit native
5 DEPENDS = "perl-native bzip2-native zlib-native virtual/update-alternatives-native"
6 RDEPENDS = ""
8 SRC_URI += "file://noman.patch;patch=1"
9 FILESPATH += "dpkg-${PV}"
11 # We need to do this so our perl is picked up.
12 do_configure_prepend() {
13         export PERL=${STAGING_BINDIR}/perl
16 EXTRA_OECONF = "--without-static-progs \
17                 --without-dselect \
18                 --with-start-stop-daemon \
19                 --with-zlib \
20                 --with-bz2lib \
21                 --without-selinux \
22                 --without-sgml-doc"
24 do_stage_append() {
25         for BIN in dpkg-architecture; do
26                 sed -i -e '1s,^#.*usr/bin,#!${STAGING_BINDIR},' ${STAGING_BINDIR}/$BIN
27         done