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