From c26fc5db90702b035bd545cff3ee7575a0f9b70f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Sep 2009 21:19:42 -0700 Subject: dropbear: Enable allow empty password patch. * Switch to using INC_PR * Enable allow-empty_passed.patch without this its not possible to login unless root password is changed to be non empty Signed-off-by: Khem Raj --- recipes/dropbear/dropbear-early_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/dropbear/dropbear-early_1.0.bb') diff --git a/recipes/dropbear/dropbear-early_1.0.bb b/recipes/dropbear/dropbear-early_1.0.bb index c947cf0e74..3500670aca 100644 --- a/recipes/dropbear/dropbear-early_1.0.bb +++ b/recipes/dropbear/dropbear-early_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Allow to start dropbear soon after boot, depending on kernel command line option." SECTION = "devel" RDEPENDS = "dropbear" -PR = "r3" +PR = "${INC_PR}.0" SRC_URI = "file://dropbear-early" -- cgit 1.2.3-korg