mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -12,6 +12,9 @@ inherit autotools gettext
|
|||||||
EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost"
|
EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost"
|
||||||
FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug"
|
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() {
|
do_install_append() {
|
||||||
mv ${D}/etc/printcap.sample ${D}/etc/printcap
|
mv ${D}/etc/printcap.sample ${D}/etc/printcap
|
||||||
mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf
|
mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user