aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-08-28 16:00:07 +0200
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:57:12 +0200
commit7eeadffca26b9149e2ddfe90882a237b92f7b5dc (patch)
tree62fb2d1d3278b3eac96281b14cf4596acfca1ad2 /meta/recipes-devtools/dpkg
parent60b5367f0cf3b1d06cee04ea799a77cb3bdbd154 (diff)
downloadopenembedded-core-contrib-7eeadffca26b9149e2ddfe90882a237b92f7b5dc.tar.gz
dpkg: install start-stop-daemon to /sbin to match Debian and busybox
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index c19c09a36f..8049dfd6d1 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -34,7 +34,7 @@ PACKAGECONFIG[xz] = "--with-liblzma,--without-liblzma,xz"
DPKG_DEB_COMPRESSOR ?= "${@base_contains('PACKAGECONFIG', 'xz', 'xz', 'gzip', d)}"
-EXTRA_OECONF += "--with-dpkg-deb-compressor=${DPKG_DEB_COMPRESSOR}"
+EXTRA_OECONF += "--sbindir=${base_sbindir} --with-dpkg-deb-compressor=${DPKG_DEB_COMPRESSOR}"
EXTRA_OECONF += "TAR=tar"
EXTRA_OECONF += "DEB_HOST_ARCH=${DPKG_ARCH}"