mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
rpm: ensure __mkdir_p matches __mkdir
They differ at times because one is set from the db_cv_path_mkdir and the other is found during config time for the host (/usr/bin/mkdir), in the macros we should just use __mkdir for the __mkdir_p variant. [YOCTO #4452] (From OE-Core master rev: 2ab642056829aef675f75c05b9ac5bbc43c87cd1) (From OE-Core rev: ca4cdb6de52eae47454953a1cacde6a222b0e472) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2e14de12b5
commit
3c138bc962
@@ -360,6 +360,7 @@ FILES_${PN}-staticdev = " \
|
||||
do_configure() {
|
||||
# Disable tests!
|
||||
echo "all:" > ${S}/tests/Makefile.am
|
||||
sed -e 's/@__MKDIR_P@/%{__mkdir} -p/' -i ${S}/macros/macros.in
|
||||
|
||||
( cd ${S}; ${S}/autogen.sh )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user