aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-03-14 19:09:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-16 23:34:34 +0100
commit9c36e098dabb3b49c9d3835a4937ff13d8d7e455 (patch)
tree68f2d854f2fef76b35230a749fefe4d72fc14e8d /meta-oe
parent266e134c3f35af8a94f0b48c6bf8f0c8fd306296 (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-oe/recipes-extended/lprng/lprng_3.8.C.bb3
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 80b93d920e..963c6320f2 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
EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost"
FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug"
+# configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it
+export CLEAR = "no"
+
do_install_append() {
mv ${D}/etc/printcap.sample ${D}/etc/printcap
mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf