mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
inetutils: add PACKAGECONFIG for ftp and uucpd
* readline support is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -29,6 +29,11 @@ inherit autotools gettext update-alternatives
|
|||||||
|
|
||||||
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}"
|
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}"
|
||||||
noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}"
|
noipv6="${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6 gl_cv_socket_ipv6=no', d)}"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "ftp uucpd"
|
||||||
|
PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline"
|
||||||
|
PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
|
EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
|
||||||
--with-path-procnet-dev=/proc/net/dev \
|
--with-path-procnet-dev=/proc/net/dev \
|
||||||
${noipv6} \
|
${noipv6} \
|
||||||
|
|||||||
Reference in New Issue
Block a user