mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00: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"
|
FILES_${PN} += "${datadir}/icons/hicolor"
|
||||||
|
|
||||||
inherit autotools_stage
|
inherit autotools_stage
|
||||||
|
|
||||||
|
do_configure_prepend () {
|
||||||
|
mkdir -p ${S}/build/autotools
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user