[oe] dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted

Koen Kooi k.kooi at student.utwente.nl
Fri Sep 4 09:42:06 UTC 2009


On 04-09-09 11:06, Steffen Sledz wrote:
> It seems that commit c26fc5db90702b035bd545cff3ee7575a0f9b70f was incomplete.

No, that commit is just plain wrong, from dropbear.inc:

do_configure_prepend() {
	if [ "x${DISTRO_TYPE}" = "xdebug" ]; then
		oenote "WARNING: applying allow-nopw.patch which allows password-less 
logins!"
		patch -p1 < ${WORKDIR}/allow-nopw.patch
	fi
}

The faulty commit in question breaks that by applying it it 
unconditionally and not fixing do_configure_prepend.

I've reverted that commit in the meant time.

regards,

Koen






More information about the Openembedded-devel mailing list