dpkg: Fix case where ${B} != ${S}

Add missing path component to make out of tree builds work.

(From OE-Core rev: 04515f61e2768435126f0c8ccfb5ad1e368710ee)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-03-21 14:21:50 +00:00
parent d988fe1831
commit 21fd35ac14
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ EXTRA_OECONF = "--without-static-progs \
--without-sgml-doc"
do_configure () {
echo >> m4/compiler.m4
echo >> ${S}/m4/compiler.m4
sed -i -e 's#PERL_LIBDIR=.*$#PERL_LIBDIR="${libdir}/perl"#' ${S}/configure
autotools_do_configure
}