From 9c397645798ef081ea538f168c1a67fdb1a3d08f Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 28 Aug 2014 16:00:07 +0200 Subject: dpkg: install start-stop-daemon to /sbin to match Debian and busybox Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index dcbcf013bb..f330f8ee94 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -37,7 +37,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}" do_configure () { echo >> ${S}/m4/compiler.m4 -- cgit 1.2.3-korg