summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
12EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost" 12EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost"
13FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug" 13FILES_${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
16export CLEAR = "no"
17
15do_install_append() { 18do_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