mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
rpm: Fix case where ${B} != ${S}
We need to run autogen.sh in the correct directory (${S}).
(From OE-Core rev: f352f9f25695635bbaad09774f02e66684971fc0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -360,7 +360,7 @@ do_configure() {
|
|||||||
# Disable tests!
|
# Disable tests!
|
||||||
echo "all:" > ${S}/tests/Makefile.am
|
echo "all:" > ${S}/tests/Makefile.am
|
||||||
|
|
||||||
${S}/autogen.sh
|
( cd ${S}; ${S}/autogen.sh )
|
||||||
|
|
||||||
# NASTY hack to make sure configure files the right pkg-config file...
|
# NASTY hack to make sure configure files the right pkg-config file...
|
||||||
sed -e 's/pkg-config --exists uuid/pkg-config --exists ossp-uuid/g' \
|
sed -e 's/pkg-config --exists uuid/pkg-config --exists ossp-uuid/g' \
|
||||||
|
|||||||
Reference in New Issue
Block a user