mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
libcgroup: drop bbappend
The content of the bbappend is already contained in libcgroup recipe. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
654201e25d
commit
cad53c28de
|
|
@ -1 +0,0 @@
|
|||
require ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', '${BPN}_selinux.inc', '', d)}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
EXTRA_OECONF:append:class-native = " --enable-pam=no"
|
||||
|
||||
do_install:append() {
|
||||
test ! -f ${D}${base_libdir}/security/pam_cgroup.so.0.0.0 || {
|
||||
mv -f ${D}${base_libdir}/security/pam_cgroup.so.0.0.0 ${D}${base_libdir}/security/pam_cgroup.so
|
||||
rm -f ${D}${base_libdir}/security/pam_cgroup.so.*
|
||||
}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
Reference in New Issue
Block a user