diff options
| author | Dengke Du <dengke.du@windriver.com> | 2017-05-10 21:48:39 -0400 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-16 07:55:51 -0400 |
| commit | 49394d2544798f57906f9a11ff35dd7eeb4a309c (patch) | |
| tree | 98ba7e97ac2b065ac88b9b22945f81830a20fc48 | |
| parent | 449804470ff7ed712c7ab4c6352fca3af0d4e244 (diff) | |
| download | meta-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_%.bbappend | 4 |
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | FILES_${PN} += "${libdir}/rpm/bin/spooktool \ | ||
| 4 | ${libdir}/rpm/bin/semodule \ | ||
| 5 | " | ||
| 6 | |||
| 7 | inherit with-selinux | 3 | inherit with-selinux |
| 8 | PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage," | 4 | PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage," |
