From 3cf4f4de20d01e58559908e25008acdd19955bb3 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Wed, 7 Aug 2013 10:40:26 +0000 Subject: barebox: Rework do_configure_prepend to do_pre_configure Defining a new task instead of using configure_prepend allows inheriting recipes to override the pre_configure task. Signed-off-by: Alexandre Belloni --- recipes-bsp/barebox/barebox.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox.inc b/recipes-bsp/barebox/barebox.inc index 5902f15..e52b463 100644 --- a/recipes-bsp/barebox/barebox.inc +++ b/recipes-bsp/barebox/barebox.inc @@ -20,10 +20,11 @@ BAREBOXENV_SYMLINK ?= "bareboxenv-${MACHINE}.bin" INSANE_SKIP_${PN} = "True" -do_configure_prepend() { +do_pre_configure() { cp ${WORKDIR}/defconfig ${S}/.config oe_runmake oldconfig } +addtask pre_configure before do_configure after do_patch do_compile () { if [ "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', 'ld-is-gold', '', d)}" = "ld-is-gold" ] ; then -- cgit v1.2.3-54-g00ecf