From 2ab642056829aef675f75c05b9ac5bbc43c87cd1 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 7 May 2013 08:26:04 -0700 Subject: 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] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.9.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/rpm') diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 112d11d03b..2dbdca6e6f 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -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 ) -- cgit 1.2.3-korg