mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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…
Reference in New Issue
Block a user