aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 19:01:13 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 11:55:01 +0100
commit16fbdaa24fd4add37c1e873505f55bcef5695a94 (patch)
tree7447ee038e6b5aee2dedbd4783f794b67a282329 /meta/recipes-core/dropbear/dropbear.inc
parent1e232db4f6e90577f75efabd279b6980277b9547 (diff)
downloadopenembedded-core-contrib-16fbdaa24fd4add37c1e873505f55bcef5695a94.tar.gz
dropbear: Don't patch in configure
We need to avoid applying a patch in configure, because a rebuild could trigger this, without triggering do_patch. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear.inc')
-rw-r--r--meta/recipes-core/dropbear/dropbear.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index e9290ff9a7..c9c41d2117 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -32,13 +32,15 @@ EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"'
DISTRO_TYPE = "${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)}"
-do_configure_prepend() {
+do_debug_patch() {
if [ "${DISTRO_TYPE}" = "debug" ]; then
bbnote "WARNING: applying allow-nopw.patch which allows password-less logins!"
patch -p1 < ${WORKDIR}/allow-nopw.patch
fi
}
+addtask do_debug_patch after do_patch before do_configure
+
do_install() {
install -d ${D}${sysconfdir} \
${D}${sysconfdir}/init.d \