diff options
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear.inc')
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index b6b436c584..16ac6442f8 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -14,10 +14,8 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | |||
14 | 14 | ||
15 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ |
16 | file://0001-urandom-xauth-changes-to-options.h.patch \ | 16 | file://0001-urandom-xauth-changes-to-options.h.patch \ |
17 | file://0003-configure.patch \ | ||
18 | file://0004-fix-2kb-keys.patch \ | 17 | file://0004-fix-2kb-keys.patch \ |
19 | file://0007-dropbear-fix-for-x32-abi.patch \ | 18 | file://0007-fix-localoptions-search-path.patch \ |
20 | file://fix-libtomcrypt-libtommath-ordering.patch \ | ||
21 | file://init \ | 19 | file://init \ |
22 | file://dropbearkey.service \ | 20 | file://dropbearkey.service \ |
23 | file://dropbear@.service \ | 21 | file://dropbear@.service \ |
@@ -52,6 +50,10 @@ PACKAGECONFIG[system-libtom] = "--disable-bundled-libtom,--enable-bundled-libtom | |||
52 | EXTRA_OECONF += "\ | 50 | EXTRA_OECONF += "\ |
53 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" | 51 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" |
54 | 52 | ||
53 | # This option appends to CFLAGS and LDFLAGS from OE | ||
54 | # This is causing [textrel] QA warning | ||
55 | EXTRA_OECONF += "--disable-harden" | ||
56 | |||
55 | do_install() { | 57 | do_install() { |
56 | install -d ${D}${sysconfdir} \ | 58 | install -d ${D}${sysconfdir} \ |
57 | ${D}${sysconfdir}/init.d \ | 59 | ${D}${sysconfdir}/init.d \ |