mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
carrick: Make sure the build/autotools directory exists or errors occur
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -12,3 +12,7 @@ S = "${WORKDIR}/git"
|
||||
FILES_${PN} += "${datadir}/icons/hicolor"
|
||||
|
||||
inherit autotools_stage
|
||||
|
||||
do_configure_prepend () {
|
||||
mkdir -p ${S}/build/autotools
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user