diff options
-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 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 | |||
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 |