Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH dylan & master] rpm: ensure __mkdir_p matches __mkdir
@ 2013-05-07 15:26 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-05-07 15:26 UTC (permalink / raw)
  To: openembedded-core

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 <sgw@linux.intel.com>

---
 meta/recipes-devtools/rpm/rpm_5.4.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index 7d2cba4..24f0d3c 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
@@ -359,6 +359,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 )
 
-- 
1.8.1.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-07 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 15:26 [PATCH dylan & master] rpm: ensure __mkdir_p matches __mkdir Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox