mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
tmux: Add -p option to mkdir
This help avoiding a build failure when this dir already exists Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,5 +21,5 @@ PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=n
|
|||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
# The 'compat' directory is needed for output during the build but it's
|
# The 'compat' directory is needed for output during the build but it's
|
||||||
# not automatically created when building outside the source directory.
|
# not automatically created when building outside the source directory.
|
||||||
mkdir ${B}/compat
|
mkdir -p ${B}/compat
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user