mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
netkit-rsh: inherit update-alternatives
* fixes:
netkit-rsh-0.17-r0 do_package_qa: QA Issue: netkit-rsh: recipe defines ALTERNATIVE_netkit-rsh-client but doesn't inherit update-alternatives. This might fail during do_rootfs later! [missing-update-alternatives]
netkit-rsh-0.17-r0 do_package_qa: QA Issue: netkit-rsh: recipe defines ALTERNATIVE_netkit-rsh-server but doesn't inherit update-alternatives. This might fail during do_rootfs later! [missing-update-alternatives]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e48aabf951)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
4909600c42
commit
c1c83ca19a
@@ -31,7 +31,7 @@ PAM_SRC_URI = "file://rexec.pam \
|
||||
"
|
||||
SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
|
||||
|
||||
inherit pkgconfig
|
||||
inherit pkgconfig update-alternatives
|
||||
|
||||
CFLAGS += " -D_GNU_SOURCE -Wno-deprecated-declarations"
|
||||
LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt"
|
||||
|
||||
Reference in New Issue
Block a user