* [PATCH] at: add libselinux to PACKAGECONFIG
@ 2016-07-21 2:40 mingli.yu
2016-08-05 2:12 ` Yu, Mingli
0 siblings, 1 reply; 2+ messages in thread
From: mingli.yu @ 2016-07-21 2:40 UTC (permalink / raw)
To: openembedded-core
* add libselinux to PACKAGECONFIG for at
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta/recipes-extended/at/at_3.1.20.bb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-extended/at/at_3.1.20.bb b/meta/recipes-extended/at/at_3.1.20.bb
index 1c3eefc..ce5ff53 100644
--- a/meta/recipes-extended/at/at_3.1.20.bb
+++ b/meta/recipes-extended/at/at_3.1.20.bb
@@ -7,6 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
DEPENDS = "flex flex-native \
${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
+PACKAGECONFIG ?= "\
+ ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
+"
+
+PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux,"
+
RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \
"
--
2.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] at: add libselinux to PACKAGECONFIG
2016-07-21 2:40 [PATCH] at: add libselinux to PACKAGECONFIG mingli.yu
@ 2016-08-05 2:12 ` Yu, Mingli
0 siblings, 0 replies; 2+ messages in thread
From: Yu, Mingli @ 2016-08-05 2:12 UTC (permalink / raw)
To: openembedded-core
//ping
Thanks,
Grace
On 2016年07月21日 10:40, mingli.yu@windriver.com wrote:
> * add libselinux to PACKAGECONFIG for at
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
> meta/recipes-extended/at/at_3.1.20.bb | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/meta/recipes-extended/at/at_3.1.20.bb b/meta/recipes-extended/at/at_3.1.20.bb
> index 1c3eefc..ce5ff53 100644
> --- a/meta/recipes-extended/at/at_3.1.20.bb
> +++ b/meta/recipes-extended/at/at_3.1.20.bb
> @@ -7,6 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
> DEPENDS = "flex flex-native \
> ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
>
> +PACKAGECONFIG ?= "\
> + ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
> +"
> +
> +PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux,"
> +
> RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \
> "
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-05 2:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 2:40 [PATCH] at: add libselinux to PACKAGECONFIG mingli.yu
2016-08-05 2:12 ` Yu, Mingli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox