diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-12-18 14:47:44 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:18 +0000 |
commit | 0f4fb26f0a748ba056b6e28be8e7ca9c00ba24cc (patch) | |
tree | 987bc3b81bd8e8c8d41ccb555dd1b9f4c7c5b540 /meta | |
parent | 2cb434a2e0d1652bd0d179914f18ae7f74b6248b (diff) | |
download | poky-0f4fb26f0a748ba056b6e28be8e7ca9c00ba24cc.tar.gz |
util-linux: Fix floating dependency upon 'readline'
The configure script checks for 'readline' availability and enables
it, if available. Now, a PACKAGECONFIG (readline) controls the
feature.
(From OE-Core rev: 574b84132df61d421d2f99e14bdc94649fe83e38)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index cf321c62b2..fb384e11bc 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -61,6 +61,9 @@ PACKAGECONFIG[libcap-ng] = "--enable-setpriv,--disable-setpriv,libcap-ng," | |||
61 | # Build python bindings for libmount | 61 | # Build python bindings for libmount |
62 | PACKAGECONFIG[pylibmount] = "--with-python --enable-pylibmount,--without-python --disable-pylibmount,python" | 62 | PACKAGECONFIG[pylibmount] = "--with-python --enable-pylibmount,--without-python --disable-pylibmount,python" |
63 | 63 | ||
64 | # Readline support | ||
65 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | ||
66 | |||
64 | FILES_${PN}-bash-completion += "${datadir}/bash-completion" | 67 | FILES_${PN}-bash-completion += "${datadir}/bash-completion" |
65 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" | 68 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" |
66 | 69 | ||