mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
stunnel: Use nogroup rather then nobody for group
[log_check] warning: group nobody does not exist - using root Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b5
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
|
EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
|
||||||
|
# When cross compiling, configure defaults to nobody, but provides no option to change it.
|
||||||
|
EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}"
|
||||||
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
||||||
|
|||||||
Reference in New Issue
Block a user