diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-20 00:00:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-20 00:00:03 +0000 |
commit | f5b38f9db0cebb0c7c9d9d72fa98a4ff5241db20 (patch) | |
tree | 337089b8ad5015b9485099a263763c0c72cd3a99 /meta/packages/dropbear | |
parent | 50bbb7742c760360d1003e441e2a029bee3035df (diff) | |
download | poky-f5b38f9db0cebb0c7c9d9d72fa98a4ff5241db20.tar.gz |
Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local.conf.sample
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dropbear')
-rw-r--r-- | meta/packages/dropbear/dropbear.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/dropbear/dropbear.inc b/meta/packages/dropbear/dropbear.inc index 301ac24cb2..19224a98e9 100644 --- a/meta/packages/dropbear/dropbear.inc +++ b/meta/packages/dropbear/dropbear.inc | |||
@@ -25,6 +25,8 @@ SBINCOMMANDS = "dropbear dropbearkey dropbearconvert" | |||
25 | BINCOMMANDS = "dbclient ssh scp" | 25 | BINCOMMANDS = "dbclient ssh scp" |
26 | EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"' | 26 | EXTRA_OEMAKE = 'MULTI=1 SCPPROGRESS=1 PROGRAMS="${SBINCOMMANDS} ${BINCOMMANDS}"' |
27 | 27 | ||
28 | DISTRO_TYPE = "${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)} \ | ||
29 | |||
28 | do_configure_prepend() { | 30 | do_configure_prepend() { |
29 | if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" == "debug" ]; then | 31 | if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" == "debug" ]; then |
30 | oenote "WARNING: applying allow-nopw.patch which allows password-less logins!" | 32 | oenote "WARNING: applying allow-nopw.patch which allows password-less logins!" |