mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
krb5: use PACKAGE_BEFORE_PN
The 'krb5-config' tool should be in ${PN}-dev (as intented by
binconfig class).
Use PACKAGE_BEFORE_PN for extra packages so that -dev is handled
before -user.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@ do_install:append() {
|
|||||||
-i ${D}${bindir}/krb5-config
|
-i ${D}${bindir}/krb5-config
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-admin-server \
|
PACKAGE_BEFORE_PN =+ "${PN}-admin-server \
|
||||||
${PN}-gss-samples \
|
${PN}-gss-samples \
|
||||||
${PN}-k5tls \
|
${PN}-k5tls \
|
||||||
${PN}-kdc \
|
${PN}-kdc \
|
||||||
@@ -198,4 +198,4 @@ pkg_postinst:${PN}-kdc () {
|
|||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
inherit multilib_script
|
inherit multilib_script
|
||||||
MULTILIB_SCRIPTS = "${PN}-user:${bindir}/krb5-config"
|
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/krb5-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user