summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-05-07 08:26:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-22 17:14:04 +0100
commit3c138bc962ffc7103498bf6d9e8a2e42a8a3c967 (patch)
treee2106c6506dcda4671ac51beed6c5d2ea576e23b /meta
parent2e14de12b59bf130f88bdf00d31301639487f3ce (diff)
downloadpoky-3c138bc962ffc7103498bf6d9e8a2e42a8a3c967.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.9.bb1
1 files changed, 1 insertions, 0 deletions
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 = " \
360do_configure() { 360do_configure() {
361 # Disable tests! 361 # Disable tests!
362 echo "all:" > ${S}/tests/Makefile.am 362 echo "all:" > ${S}/tests/Makefile.am
363 sed -e 's/@__MKDIR_P@/%{__mkdir} -p/' -i ${S}/macros/macros.in
363 364
364 ( cd ${S}; ${S}/autogen.sh ) 365 ( cd ${S}; ${S}/autogen.sh )
365 366