diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-19 12:46:57 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2021-08-29 21:34:22 -0400 |
| commit | cad53c28de1f414f17822bcb0bb77e64de9429ae (patch) | |
| tree | 5d9ccb5d5e26bcb9f06fb86b4aa9d01154eaf6e7 | |
| parent | 654201e25da6761f2b69f5ff1dd80ec61a79027f (diff) | |
| download | meta-selinux-cad53c28de1f414f17822bcb0bb77e64de9429ae.tar.gz | |
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>
| -rw-r--r-- | recipes-core/libcgroup/libcgroup_%.bbappend | 1 | ||||
| -rw-r--r-- | recipes-core/libcgroup/libcgroup_selinux.inc | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/recipes-core/libcgroup/libcgroup_%.bbappend b/recipes-core/libcgroup/libcgroup_%.bbappend deleted file mode 100644 index 7719d3b..0000000 --- a/recipes-core/libcgroup/libcgroup_%.bbappend +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | require ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', '${BPN}_selinux.inc', '', d)} | ||
diff --git a/recipes-core/libcgroup/libcgroup_selinux.inc b/recipes-core/libcgroup/libcgroup_selinux.inc deleted file mode 100644 index 7efdfd5..0000000 --- a/recipes-core/libcgroup/libcgroup_selinux.inc +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | EXTRA_OECONF:append:class-native = " --enable-pam=no" | ||
| 2 | |||
| 3 | do_install:append() { | ||
| 4 | test ! -f ${D}${base_libdir}/security/pam_cgroup.so.0.0.0 || { | ||
| 5 | mv -f ${D}${base_libdir}/security/pam_cgroup.so.0.0.0 ${D}${base_libdir}/security/pam_cgroup.so | ||
| 6 | rm -f ${D}${base_libdir}/security/pam_cgroup.so.* | ||
| 7 | } | ||
| 8 | } | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
