mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 13:36:45 +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"
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user