summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear_0.52.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-25 10:08:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 11:54:48 +0100
commit1c24f36e982e680871bf7a05ac6e820314e19c7c (patch)
tree398a180a4bb4a37bbb4ca6c569bf1c5003827a0d /meta/recipes-core/dropbear/dropbear_0.52.bb
parent7bdc14b0537afa004830f1f23253b2778bb0e098 (diff)
downloadopenembedded-core-1c24f36e982e680871bf7a05ac6e820314e19c7c.tar.gz
dropbear: don't override DISTRO_TYPE if it is already set
The long term solution is to remove the IMAGE_FEATURE check since images are not allowed to influence recipe compile options. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear_0.52.bb')
-rw-r--r--meta/recipes-core/dropbear/dropbear_0.52.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dropbear/dropbear_0.52.bb b/meta/recipes-core/dropbear/dropbear_0.52.bb
index 78d6cf1c0b..4013c65074 100644
--- a/meta/recipes-core/dropbear/dropbear_0.52.bb
+++ b/meta/recipes-core/dropbear/dropbear_0.52.bb
@@ -3,4 +3,4 @@ require dropbear.inc
SRC_URI[md5sum] = "1c69ec674481d7745452f68f2ea5597e"
SRC_URI[sha256sum] = "e3a2ca49ed85ce562240c0ac06e2f72826d7e52a83e80d91c067c8b97bf5c108"
-PR = "r2"
+PR = "r3"