mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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:
@@ -30,7 +30,7 @@ EXTRA_OECONF = "--without-static-progs \
|
|||||||
--without-sgml-doc"
|
--without-sgml-doc"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
echo >> m4/compiler.m4
|
echo >> ${S}/m4/compiler.m4
|
||||||
sed -i -e 's#PERL_LIBDIR=.*$#PERL_LIBDIR="${libdir}/perl"#' ${S}/configure
|
sed -i -e 's#PERL_LIBDIR=.*$#PERL_LIBDIR="${libdir}/perl"#' ${S}/configure
|
||||||
autotools_do_configure
|
autotools_do_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user