diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-14 19:09:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 23:34:34 +0100 |
commit | 9c36e098dabb3b49c9d3835a4937ff13d8d7e455 (patch) | |
tree | 68f2d854f2fef76b35230a749fefe4d72fc14e8d /meta-oe/recipes-extended | |
parent | 266e134c3f35af8a94f0b48c6bf8f0c8fd306296 (diff) | |
download | meta-openembedded-9c36e098dabb3b49c9d3835a4937ff13d8d7e455.tar.gz |
lprng: disable clear support
* otherwise configure checks for clear and fails to find it since HOSTTOOLS filtering
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb index 80b93d920..963c6320f 100644 --- a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb +++ b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | |||
@@ -12,6 +12,9 @@ inherit autotools gettext | |||
12 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost" | 12 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost" |
13 | FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug" | 13 | FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug" |
14 | 14 | ||
15 | # configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it | ||
16 | export CLEAR = "no" | ||
17 | |||
15 | do_install_append() { | 18 | do_install_append() { |
16 | mv ${D}/etc/printcap.sample ${D}/etc/printcap | 19 | mv ${D}/etc/printcap.sample ${D}/etc/printcap |
17 | mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf | 20 | mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf |