diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:10:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:14 +0100 |
commit | 4327c43470daa1d7ff913890c6c492e581e1f69c (patch) | |
tree | a4b324a232b5351ece39c3c113bc63a9f69e70c6 /meta/recipes-extended/mailx/mailx_12.5.bb | |
parent | 33d6f0dfe2e4486860d0e250e98e6dc310526a82 (diff) | |
download | poky-4327c43470daa1d7ff913890c6c492e581e1f69c.tar.gz |
mailx: remove support for autodetection of krb5
* it's autodetected from sysroot and makeconfig doesn't allow
to explicitly define what's expected
(From OE-Core master rev: 203d5e1deb53e1c968498ff7595f57c73dc2697a)
(From OE-Core rev: 85d1c85af0422b3dbfce5630e2901607684d4930)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mailx/mailx_12.5.bb')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb index 2a08113bd2..f6734c7ee7 100644 --- a/meta/recipes-extended/mailx/mailx_12.5.bb +++ b/meta/recipes-extended/mailx/mailx_12.5.bb | |||
@@ -14,6 +14,7 @@ DEPENDS = "openssl" | |||
14 | 14 | ||
15 | SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ | 15 | SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ |
16 | ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \ | 16 | ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \ |
17 | file://explicitly.disable.krb5.support.patch \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2" | 20 | SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2" |