mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:55:19 +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:
parent
266e134c3f
commit
9c36e098da
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user