summaryrefslogtreecommitdiffstats
path: root/recipes/dropbear/dropbear-early_1.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-03 21:19:42 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-03 21:23:21 -0700
commitc26fc5db90702b035bd545cff3ee7575a0f9b70f (patch)
tree7999f13c6c04c40961b3c8a32b8b364411e1df96 /recipes/dropbear/dropbear-early_1.0.bb
parent7676ddac226422b3e8b0209c87353476b820abde (diff)
downloadopenembedded-c26fc5db90702b035bd545cff3ee7575a0f9b70f.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes/dropbear/dropbear-early_1.0.bb')
-rw-r--r--recipes/dropbear/dropbear-early_1.0.bb2
1 files changed, 1 insertions, 1 deletions
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"