summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2017-05-10 21:48:39 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2017-05-16 07:55:51 -0400
commit49394d2544798f57906f9a11ff35dd7eeb4a309c (patch)
tree98ba7e97ac2b065ac88b9b22945f81830a20fc48
parent449804470ff7ed712c7ab4c6352fca3af0d4e244 (diff)
downloadmeta-selinux-49394d2544798f57906f9a11ff35dd7eeb4a309c.tar.gz
rpm: modify the rpm bbappend file to suitable for rpm4
Changed in V5: Let the subject more clear. Changed in V4: Make the comments more clear. Changed in V3: Rebase the patch on the latest master branch. Delete the does not exist files when run task do_package. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-devtools/rpm/rpm_%.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-devtools/rpm/rpm_%.bbappend b/recipes-devtools/rpm/rpm_%.bbappend
index 199a7e4..9f3ec90 100644
--- a/recipes-devtools/rpm/rpm_%.bbappend
+++ b/recipes-devtools/rpm/rpm_%.bbappend
@@ -1,8 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3FILES_${PN} += "${libdir}/rpm/bin/spooktool \
4 ${libdir}/rpm/bin/semodule \
5 "
6
7inherit with-selinux 3inherit with-selinux
8PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage," 4PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage,"